summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
AgeCommit message (Expand)Author
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner
2015-11-03xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner
2015-10-12xfs: pass total block res. as total xfs_bmapi_write() parameterBrian Foster
2015-08-19xfs: add missing bmap cancel calls in error pathsBrian Foster
2015-08-18xfs: ensure EFD trans aborts on log recovery extent free failureBrian Foster
2015-08-18xfs: fix efi/efd error handling to avoid fs shutdown hangsBrian Foster
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2015-06-04xfs: switch remaining xfs_trans_dup users to xfs_trans_rollChristoph Hellwig
2015-06-03xfs: add DAX block zeroing supportDave Chinner
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner
2015-04-13xfs: xfs_shift_file_space can be statickbuild test robot
2015-03-25Merge branch 'fallocate-insert-range' into for-nextDave Chinner
2015-03-25xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon
2015-02-23xfs: lock out page faults from extent swap operationsDave Chinner
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig
2014-10-29xfs: rework zero range to prevent invalid i_size updatesBrian Foster
2014-10-12Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner
2014-10-01xfs: flush the range before zero range conversionBrian Foster
2014-10-01Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner
2014-10-01xfs: simplify xfs_zero_remaining_bytesChristoph Hellwig
2014-10-01xfs: introduce xfs_buf_submit[_wait]Dave Chinner
2014-09-23Merge branch 'xfs-misc-fixes-for-3.18-2' into for-nextDave Chinner
2014-09-23xfs: xfs_swap_extent_flush can be staticDave Chinner
2014-09-23xfs: only writeback and truncate pages for the freed rangeBrian Foster
2014-09-23xfs: writeback and inval. file range to be shifted by collapseBrian Foster
2014-09-23xfs: track collapse via file offset rather than extent indexBrian Foster
2014-09-02xfs: trim eofblocks before collapse rangeBrian Foster
2014-09-02xfs: xfs_file_collapse_range is delalloc challengedDave Chinner
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner
2014-08-04Merge branch 'xfs-misc-fixes-3.17-1' into for-nextDave Chinner
2014-08-04xfs: flush both inodes in xfs_swap_extentsDave Chinner
2014-08-04xfs: fix swapext ilock deadlockDave Chinner
2014-08-04xfs: kill VN_MAPPEDDave Chinner
2014-08-04xfs: kill VN_CACHEDDave Chinner
2014-07-29xfs: require 64-bit sector_tChristoph Hellwig
2014-07-14Merge branch 'xfs-libxfs-restructure' into for-nextDave Chinner
2014-07-14xfs: refine the allocation stack switchDave Chinner
2014-07-14Revert "xfs: block allocation work needs to be kswapd aware"Dave Chinner
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-06-09Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner
2014-06-06xfs: block allocation work needs to be kswapd awareDave Chinner
2014-05-19xfs: remove XFS_TRANS_RESERVE in collapse rangeNamjae Jeon