aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig1-6/+3
2018-12-04xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong1-2/+2
2018-11-21xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner1-1/+1
2018-11-20xfs: extent shifting doesn't fully invalidate page cacheDave Chinner1-7/+1
2018-10-18xfs: cancel COW blocks before swapextChristoph Hellwig1-0/+6
2018-10-18xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig1-2/+2
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig1-50/+1
2018-09-29xfs: don't bring in extents in xfs_bmap_punch_delalloc_rangeChristoph Hellwig1-6/+2
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster1-7/+5
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster1-9/+4
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster1-1/+1
2018-08-02xfs: automatic dfops inode reloggingBrian Foster1-4/+0
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster1-0/+1
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig1-1/+1
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster1-2/+2
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster1-37/+6
2018-07-26xfs: pull up dfops from xfs_itruncate_extents()Brian Foster1-0/+2
2018-07-17xfs_bmap_util: use swap macroGustavo A. R. Silva1-23/+5
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster1-6/+6
2018-07-11xfs: use ->t_firstblock in extent swapBrian Foster1-4/+2
2018-07-11xfs: remove bmap insert/collapse firstblock paramBrian Foster1-2/+2
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster1-2/+1
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster1-3/+2
2018-07-11xfs: use ->t_firstblock in insert/collapse rangeBrian Foster1-6/+4
2018-07-11xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster1-4/+3
2018-07-11xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster1-4/+4
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster1-11/+6
2018-07-11xfs: use ->t_dfops for rmap extent swap operationsBrian Foster1-13/+19
2018-07-11xfs: use ->t_dfops for collapse/insert range operationsBrian Foster1-6/+8
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster1-1/+1
2018-07-11xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster1-4/+5
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster1-1/+1
2018-07-11xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster1-2/+3
2018-07-11xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig1-4/+5
2018-06-24xfs: ensure post-EOF zeroing happens after zeroing part of a fileDarrick J. Wong1-1/+16
2018-06-24xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong1-0/+4
2018-06-21xfs: simplify xfs_bmap_punch_delalloc_rangeChristoph Hellwig1-53/+32
2018-06-08xfs: replace do_mod with native operationsDave Chinner1-4/+8
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-15xfs: factor out nodiscard helpersBrian Foster1-2/+2
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong1-3/+3
2018-05-10xfs: skip online discard during eofblocks trimsBrian Foster1-2/+2
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-2/+1
2018-03-15xfs: remove xfs_zero_rangeChristoph Hellwig1-7/+4
2018-03-15xfs: fix the check for COW extents in xfs_swap_extentsChristoph Hellwig1-2/+2
2018-03-11xfs: account format bouncing into rmapbt swapext tx reservationBrian Foster1-9/+20
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong1-2/+2
2017-11-06xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig1-15/+0
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig1-5/+7
2017-10-26xfs: add asserts for the mmap lock in xfs_{insert,collapse}_file_spaceChristoph Hellwig1-0/+4