summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
Commit message (Expand)AuthorAge
...
* xfs: remote attribute blocks aren't really userdataDave Chinner2016-09-26
* xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabledDarrick J. Wong2016-08-03
* xfs: propagate bmap updates to rmapbtDarrick J. Wong2016-08-03
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-03
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-03
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-03
* xfs: fix locking of the rt bitmap/summary inodesDarrick J. Wong2016-08-03
* Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner2016-06-21
|\
| * xfs: convert list of extents to free into a regular listDarrick J. Wong2016-06-21
* | Merge branch 'xfs-4.8-iomap-write' into for-nextDave Chinner2016-06-21
|\ \
| * | xfs: kill xfs_zero_remaining_bytesChristoph Hellwig2016-06-21
| * | xfs: split xfs_free_file_space in manageable piecesChristoph Hellwig2016-06-21
| |/
* | xfs: make several functions staticEric Sandeen2016-06-01
* | xfs: remove spurious shutdown type check from xfs_bmap_finish()Brian Foster2016-06-01
|/
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-26
|\
| * dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-18
* | Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-26
|\ \ | |/ |/|
| * xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-06
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-21
|\
| * Merge branch 'xfs-gut-icdinode-4.6' into for-nextDave Chinner2016-03-07
| |\
| | * xfs: mode di_mode to vfs inodeDave Chinner2016-02-09
| * | xfs: lock rt summary inode on allocationDave Chinner2016-02-08
| |/
* | dax: give DAX clearing code correct bdevRoss Zwisler2016-02-27
|/
* xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-11
* Merge branch 'xfs-dax-updates' into for-nextDave Chinner2015-11-03
|\
| * xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner2015-11-03
* | xfs: pass total block res. as total xfs_bmapi_write() parameterBrian Foster2015-10-12
|/
* xfs: add missing bmap cancel calls in error pathsBrian Foster2015-08-19
* xfs: ensure EFD trans aborts on log recovery extent free failureBrian Foster2015-08-19
* xfs: fix efi/efd error handling to avoid fs shutdown hangsBrian Foster2015-08-19
* Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-04
|\
| * xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-04
| * xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-04
| * xfs: switch remaining xfs_trans_dup users to xfs_trans_rollChristoph Hellwig2015-06-04
* | xfs: add DAX block zeroing supportDave Chinner2015-06-04
|/
* Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner2015-04-13
|\
| * xfs: xfs_shift_file_space can be statickbuild test robot2015-04-13
* | Merge branch 'fallocate-insert-range' into for-nextDave Chinner2015-03-25
|\ \ | |/
| * xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2015-03-25
* | xfs: lock out page faults from extent swap operationsDave Chinner2015-02-23
|/
* Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner2014-11-28
|\
| * xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-28
| * xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-28
| * xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-28
* | xfs: rework zero range to prevent invalid i_size updatesBrian Foster2014-10-30
|/
* Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner2014-10-13
|\
| * xfs: flush the range before zero range conversionBrian Foster2014-10-02
* | Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner2014-10-02
|\ \
| * | xfs: simplify xfs_zero_remaining_bytesChristoph Hellwig2014-10-02