aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner1-0/+36
2015-11-03xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner1-0/+36
2015-10-12xfs: pass total block res. as total xfs_bmapi_write() parameterBrian Foster1-1/+1
2015-08-19xfs: add missing bmap cancel calls in error pathsBrian Foster1-4/+6
2015-08-19xfs: ensure EFD trans aborts on log recovery extent free failureBrian Foster1-14/+7
2015-08-19xfs: fix efi/efd error handling to avoid fs shutdown hangsBrian Foster1-35/+49
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner1-43/+23
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-6/+5
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-13/+11
2015-06-04xfs: switch remaining xfs_trans_dup users to xfs_trans_rollChristoph Hellwig1-24/+7
2015-06-04xfs: add DAX block zeroing supportDave Chinner1-4/+19
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner1-1/+1
2015-04-13xfs: xfs_shift_file_space can be statickbuild test robot1-1/+1
2015-03-25Merge branch 'fallocate-insert-range' into for-nextDave Chinner1-35/+96
2015-03-25xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon1-35/+96
2015-02-23xfs: lock out page faults from extent swap operationsDave Chinner1-16/+15
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner1-3/+0
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-10-30xfs: rework zero range to prevent invalid i_size updatesBrian Foster1-52/+20
2014-10-13Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner1-7/+7
2014-10-02xfs: flush the range before zero range conversionBrian Foster1-7/+7
2014-10-02Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner1-41/+15
2014-10-02xfs: simplify xfs_zero_remaining_bytesChristoph Hellwig1-30/+14
2014-10-02xfs: introduce xfs_buf_submit[_wait]Dave Chinner1-12/+2
2014-09-23Merge branch 'xfs-misc-fixes-for-3.18-2' into for-nextDave Chinner1-1/+1
2014-09-23xfs: xfs_swap_extent_flush can be staticDave Chinner1-1/+1
2014-09-23xfs: only writeback and truncate pages for the freed rangeBrian Foster1-4/+6
2014-09-23xfs: writeback and inval. file range to be shifted by collapseBrian Foster1-13/+19
2014-09-23xfs: track collapse via file offset rather than extent indexBrian Foster1-6/+6
2014-09-02xfs: trim eofblocks before collapse rangeBrian Foster1-2/+9
2014-09-02xfs: xfs_file_collapse_range is delalloc challengedDave Chinner1-0/+13
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner1-52/+48
2014-08-04Merge branch 'xfs-misc-fixes-3.17-1' into for-nextDave Chinner1-1/+1
2014-08-04xfs: flush both inodes in xfs_swap_extentsDave Chinner1-44/+37
2014-08-04xfs: fix swapext ilock deadlockDave Chinner1-15/+18
2014-08-04xfs: kill VN_MAPPEDDave Chinner1-1/+1
2014-08-04xfs: kill VN_CACHEDDave Chinner1-2/+2
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig1-1/+1
2014-07-15Merge branch 'xfs-libxfs-restructure' into for-nextDave Chinner1-39/+39
2014-07-15xfs: refine the allocation stack switchDave Chinner1-43/+0
2014-07-15Revert "xfs: block allocation work needs to be kswapd aware"Dave Chinner1-13/+3
2014-06-25xfs: global error sign conversionDave Chinner1-39/+39
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-22/+22
2014-06-10Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner1-3/+13
2014-06-06xfs: block allocation work needs to be kswapd awareDave Chinner1-3/+13
2014-05-20xfs: remove XFS_TRANS_RESERVE in collapse rangeNamjae Jeon1-2/+0
2014-04-14xfs: zeroing space needs to punch delalloc blocksDave Chinner1-1/+12
2014-02-24xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon1-1/+96