summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: finish dfops on every insert range shift iterationBrian Foster2020-08-261-1/+1
* Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-08-071-9/+9
|\
| * xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster2020-07-061-9/+9
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-28/+28
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-16/+12
* xfs: don't allow SWAPEXT if we'd screw up quota accountingDarrick J. Wong2020-05-191-0/+7
* xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong2020-05-061-1/+1
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-191-8/+8
* xfs: rework collapse range into an atomic operationBrian Foster2020-03-021-14/+15
* xfs: rework insert range into an atomic operationBrian Foster2020-03-021-19/+13
* xfs: open code insert range extent split helperBrian Foster2020-03-021-1/+13
* xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2019-12-111-0/+12
* xfs: attach dquots before performing xfs_swap_extentsDarrick J. Wong2019-11-111-0/+8
* xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig2019-11-031-7/+0
* xfs: simplify xfs_iomap_eof_align_last_fsbChristoph Hellwig2019-11-031-23/+0
* xfs: properly serialise fallocate against AIO+DIODave Chinner2019-10-311-7/+1
* xfs: refactor xfs_bmap_count_blocks using newer btree helpersDarrick J. Wong2019-10-291-130/+20
* xfs: consolidate preallocation in xfs_file_fallocateChristoph Hellwig2019-10-281-37/+0
* xfs: add a xfs_inode_buftarg helperChristoph Hellwig2019-10-281-7/+8
* xfs: don't set bmapi total block req where minleft isBrian Foster2019-10-231-2/+2
* xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig2019-10-211-1/+2
* xfs: Fix tail rounding in xfs_alloc_file_space()Max Reitz2019-10-061-1/+3
* xfs: cleanup xfs_fsb_to_dbChristoph Hellwig2019-08-301-3/+3
* xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong2019-08-281-12/+4
* xfs: remove unused header filesEric Sandeen2019-06-281-5/+0
* 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/+3
* 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/+1
* 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/+1
* xfs: don't bring in extents in xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-09-291-6/+2
* xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2018-09-291-7/+5
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-9/+4
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-021-1/+1
* xfs: automatic dfops inode reloggingBrian Foster2018-08-021-4/+0
* xfs: add missing defer ijoins for held inodesBrian Foster2018-08-021-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/+6
* 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/+5
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-6/+6
* xfs: use ->t_firstblock in extent swapBrian Foster2018-07-111-4/+2
* xfs: remove bmap insert/collapse firstblock paramBrian Foster2018-07-111-2/+2
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-111-2/+1