summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-5/+0Star
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-3/+3
* xfs: add missing error check in xfs_prepare_shift()Brian Foster2019-04-261-0/+2
* xfs: introduce an always_cow modeChristoph Hellwig2019-02-211-6/+3Star
* xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong2018-12-041-2/+2
* xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner2018-11-211-1/+1
* xfs: extent shifting doesn't fully invalidate page cacheDave Chinner2018-11-201-7/+1Star
* xfs: cancel COW blocks before swapextChristoph Hellwig2018-10-181-0/+6
* xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig2018-10-181-2/+2
* xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig2018-10-181-50/+1Star
* xfs: don't bring in extents in xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-09-291-6/+2Star
* xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2018-09-291-7/+5Star
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-031-9/+4Star
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-031-1/+1
* xfs: automatic dfops inode reloggingBrian Foster2018-08-031-4/+0Star
* xfs: add missing defer ijoins for held inodesBrian Foster2018-08-031-0/+1
* xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig2018-07-301-1/+1
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-261-2/+2
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-37/+6Star
* xfs: pull up dfops from xfs_itruncate_extents()Brian Foster2018-07-261-0/+2
* xfs_bmap_util: use swap macroGustavo A. R. Silva2018-07-171-23/+5Star
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-121-6/+6
* xfs: use ->t_firstblock in extent swapBrian Foster2018-07-121-4/+2Star
* xfs: remove bmap insert/collapse firstblock paramBrian Foster2018-07-121-2/+2
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-121-2/+1Star
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-121-3/+2Star
* xfs: use ->t_firstblock in insert/collapse rangeBrian Foster2018-07-121-6/+4Star
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-121-4/+3Star
* xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster2018-07-121-4/+4
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-121-11/+6Star
* xfs: use ->t_dfops for rmap extent swap operationsBrian Foster2018-07-121-13/+19
* xfs: use ->t_dfops for collapse/insert range operationsBrian Foster2018-07-121-6/+8
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-121-1/+1
* xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster2018-07-121-4/+5
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-121-1/+1
* xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster2018-07-121-2/+3
* xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-07-121-4/+5
* xfs: ensure post-EOF zeroing happens after zeroing part of a fileDarrick J. Wong2018-06-241-1/+16
* xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong2018-06-241-0/+4
* xfs: simplify xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-06-221-53/+32Star
* xfs: replace do_mod with native operationsDave Chinner2018-06-081-4/+8
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: factor out nodiscard helpersBrian Foster2018-05-161-2/+2
* xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong2018-05-101-3/+3
* xfs: skip online discard during eofblocks trimsBrian Foster2018-05-101-2/+2
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-2/+1Star
* xfs: remove xfs_zero_rangeChristoph Hellwig2018-03-151-7/+4Star
* xfs: fix the check for COW extents in xfs_swap_extentsChristoph Hellwig2018-03-151-2/+2
* xfs: account format bouncing into rmapbt swapext tx reservationBrian Foster2018-03-121-9/+20
* xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong2018-01-291-2/+2