summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner2016-06-211-7/+25
|\
| * xfs: convert list of extents to free into a regular listDarrick J. Wong2016-06-211-7/+25
* | Merge branch 'xfs-4.8-iomap-write' into for-nextDave Chinner2016-06-211-213/+130
|\ \
| * | xfs: kill xfs_zero_remaining_bytesChristoph Hellwig2016-06-211-119/+14
| * | xfs: split xfs_free_file_space in manageable piecesChristoph Hellwig2016-06-211-115/+137
| |/
* | xfs: make several functions staticEric Sandeen2016-06-011-1/+1
* | xfs: remove spurious shutdown type check from xfs_bmap_finish()Brian Foster2016-06-011-3/+1
|/
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-11/+4
|\
| * dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-181-11/+4
* | Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-261-32/+13
|\ \ | |/ |/|
| * xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-32/+13
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-3/+5
|\
| * Merge branch 'xfs-gut-icdinode-4.6' into for-nextDave Chinner2016-03-071-2/+2
| |\
| | * xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-2/+2
| * | xfs: lock rt summary inode on allocationDave Chinner2016-02-081-1/+3
| |/
* | dax: give DAX clearing code correct bdevRoss Zwisler2016-02-271-1/+2
|/
* xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-111-27/+16
* Merge branch 'xfs-dax-updates' into for-nextDave Chinner2015-11-031-0/+36
|\
| * xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner2015-11-031-0/+36
* | xfs: pass total block res. as total xfs_bmapi_write() parameterBrian Foster2015-10-121-1/+1
|/
* xfs: add missing bmap cancel calls in error pathsBrian Foster2015-08-191-4/+6
* xfs: ensure EFD trans aborts on log recovery extent free failureBrian Foster2015-08-191-14/+7
* xfs: fix efi/efd error handling to avoid fs shutdown hangsBrian Foster2015-08-191-35/+49
* Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-041-43/+23
|\
| * xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-6/+5
| * xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-13/+11
| * xfs: switch remaining xfs_trans_dup users to xfs_trans_rollChristoph Hellwig2015-06-041-24/+7
* | xfs: add DAX block zeroing supportDave Chinner2015-06-041-4/+19
|/
* Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner2015-04-131-1/+1
|\
| * xfs: xfs_shift_file_space can be statickbuild test robot2015-04-131-1/+1
* | Merge branch 'fallocate-insert-range' into for-nextDave Chinner2015-03-251-35/+96
|\ \ | |/
| * xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2015-03-251-35/+96
* | xfs: lock out page faults from extent swap operationsDave Chinner2015-02-231-16/+15
|/
* Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner2014-11-281-3/+0
|\
| * xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
| * xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
| * xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: rework zero range to prevent invalid i_size updatesBrian Foster2014-10-301-52/+20
|/
* Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner2014-10-131-7/+7
|\
| * xfs: flush the range before zero range conversionBrian Foster2014-10-021-7/+7
* | Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner2014-10-021-41/+15
|\ \
| * | xfs: simplify xfs_zero_remaining_bytesChristoph Hellwig2014-10-021-30/+14
| * | xfs: introduce xfs_buf_submit[_wait]Dave Chinner2014-10-021-12/+2
* | | Merge branch 'xfs-misc-fixes-for-3.18-2' into for-nextDave Chinner2014-09-231-1/+1
|\ \ \ | | |/ | |/|
| * | xfs: xfs_swap_extent_flush can be staticDave Chinner2014-09-231-1/+1
| |/
* | xfs: only writeback and truncate pages for the freed rangeBrian Foster2014-09-231-4/+6
* | xfs: writeback and inval. file range to be shifted by collapseBrian Foster2014-09-231-13/+19
* | xfs: track collapse via file offset rather than extent indexBrian Foster2014-09-231-6/+6
* | xfs: trim eofblocks before collapse rangeBrian Foster2014-09-021-2/+9
OpenPOWER on IntegriCloud