aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-21xfs: fix fallocate functions when rtextsize is larger than 1Gravatar Darrick J. Wong 1-13/+5
2020-09-15xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...Gravatar Darrick J. Wong 1-0/+16
2020-08-26xfs: finish dfops on every insert range shift iterationGravatar Brian Foster 1-1/+1
2020-08-07Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-9/+9
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksGravatar Brian Foster 1-9/+9
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-28/+28
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-16/+12
2020-05-19xfs: don't allow SWAPEXT if we'd screw up quota accountingGravatar Darrick J. Wong 1-0/+7
2020-05-06xfs: clean up the error handling in xfs_swap_extentsGravatar Darrick J. Wong 1-1/+1
2020-03-19xfs: remove the di_version field from struct icdinodeGravatar Christoph Hellwig 1-8/+8
2020-03-02xfs: rework collapse range into an atomic operationGravatar Brian Foster 1-14/+15
2020-03-02xfs: rework insert range into an atomic operationGravatar Brian Foster 1-19/+13
2020-03-02xfs: open code insert range extent split helperGravatar Brian Foster 1-1/+13
2019-12-11xfs: stabilize insert range start boundary to avoid COW writeback raceGravatar Brian Foster 1-0/+12
2019-11-11xfs: attach dquots before performing xfs_swap_extentsGravatar Darrick J. Wong 1-0/+8
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateGravatar Christoph Hellwig 1-7/+0
2019-11-03xfs: simplify xfs_iomap_eof_align_last_fsbGravatar Christoph Hellwig 1-23/+0
2019-10-31xfs: properly serialise fallocate against AIO+DIOGravatar Dave Chinner 1-7/+1
2019-10-29xfs: refactor xfs_bmap_count_blocks using newer btree helpersGravatar Darrick J. Wong 1-130/+20
2019-10-28xfs: consolidate preallocation in xfs_file_fallocateGravatar Christoph Hellwig 1-37/+0
2019-10-28xfs: add a xfs_inode_buftarg helperGravatar Christoph Hellwig 1-7/+8
2019-10-23xfs: don't set bmapi total block req where minleft isGravatar Brian Foster 1-2/+2
2019-10-21xfs: split the iomap ops for buffered vs direct writesGravatar Christoph Hellwig 1-1/+2
2019-10-06xfs: Fix tail rounding in xfs_alloc_file_space()Gravatar Max Reitz 1-1/+3
2019-08-30xfs: cleanup xfs_fsb_to_dbGravatar Christoph Hellwig 1-3/+3
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsGravatar Darrick J. Wong 1-12/+4
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-5/+0
2019-06-12xfs: remove unused flag argumentsGravatar Eric Sandeen 1-3/+3
2019-04-26xfs: add missing error check in xfs_prepare_shift()Gravatar Brian Foster 1-0/+2
2019-02-21xfs: introduce an always_cow modeGravatar Christoph Hellwig 1-6/+3
2018-12-04xfs: fix PAGE_MASK usage in xfs_free_file_spaceGravatar Darrick J. Wong 1-2/+2
2018-11-21xfs: flush removing page cache in xfs_reflink_remap_prepGravatar Dave Chinner 1-1/+1
2018-11-20xfs: extent shifting doesn't fully invalidate page cacheGravatar Dave Chinner 1-7/+1
2018-10-18xfs: cancel COW blocks before swapextGravatar Christoph Hellwig 1-0/+6
2018-10-18xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedGravatar Christoph Hellwig 1-2/+2
2018-10-18xfs: remove suport for filesystems without unwritten extent flagGravatar Christoph Hellwig 1-50/+1
2018-09-29xfs: don't bring in extents in xfs_bmap_punch_delalloc_rangeGravatar Christoph Hellwig 1-6/+2
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersGravatar Brian Foster 1-7/+5
2018-08-02xfs: pass transaction to xfs_defer_add()Gravatar Brian Foster 1-9/+4
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorGravatar Brian Foster 1-1/+1
2018-08-02xfs: automatic dfops inode reloggingGravatar Brian Foster 1-4/+0
2018-08-02xfs: add missing defer ijoins for held inodesGravatar Brian Foster 1-0/+1
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperGravatar Christoph Hellwig 1-1/+1
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterGravatar Brian Foster 1-2/+2
2018-07-26xfs: remove all boilerplate defer init/finish codeGravatar Brian Foster 1-37/+6
2018-07-26xfs: pull up dfops from xfs_itruncate_extents()Gravatar Brian Foster 1-0/+2
2018-07-17xfs_bmap_util: use swap macroGravatar Gustavo A. R. Silva 1-23/+5
2018-07-11xfs: remove xfs_defer_init() firstblock paramGravatar Brian Foster 1-6/+6
2018-07-11xfs: use ->t_firstblock in extent swapGravatar Brian Foster 1-4/+2