summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: propagate bmap updates to rmapbtDarrick J. Wong2016-08-031-8/+47
* xfs: rmap btree requires more reserved free spaceDarrick J. Wong2016-08-031-1/+1
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-031-6/+19
* xfs: add tracepoints and error injection for deferred extent freeingDarrick J. Wong2016-08-031-0/+2
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-58/+58
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-23/+23
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-44/+11
* xfs: fix locking of the rt bitmap/summary inodesDarrick J. Wong2016-08-031-1/+3
* xfs: convert list of extents to free into a regular listDarrick J. Wong2016-06-211-28/+11
* xfs: rearrange xfs_bmap_add_free parametersDarrick J. Wong2016-06-211-6/+6
* Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-261-13/+9
|\
| * xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-13/+9
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* Merge branch 'xfs-misc-fixes-4.6-4' into for-nextDave Chinner2016-03-151-43/+114
|\
| * xfs: borrow indirect blocks from freed extent when availableBrian Foster2016-03-151-10/+36
| * xfs: refactor delalloc indlen reservation split into helperBrian Foster2016-03-151-19/+54
| * xfs: update freeblocks counter after extent deletionBrian Foster2016-03-151-24/+34
* | Merge branch 'xfs-misc-fixes-4.6-3' into for-nextDave Chinner2016-03-091-4/+1
|\ \
| * | xfs: remove impossible conditionLuis de Bethencourt2016-03-091-4/+1
| |/
* | Merge branch 'xfs-misc-fixes-4.6-2' into for-nextDave Chinner2016-03-071-3/+3
|\ \
| * | xfs: remove xfs_trans_get_block_resChristoph Hellwig2016-03-021-3/+3
| |/
* / xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-3/+3
|/
* xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-111-4/+2
* xfs: bmapbt checking on debug kernels too expensiveDave Chinner2016-01-081-2/+8
* libxfs: use a convenience variable instead of open-coding the forkDarrick J. Wong2016-01-041-11/+12
* xfs: get mp from bma->ip in xfs_bmap codeEric Sandeen2016-01-041-2/+2
* Merge branch 'xfs-dax-updates' into for-nextDave Chinner2015-11-031-2/+33
|\
| * xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner2015-11-031-2/+33
* | Merge branch 'xfs-logging-fixes' into for-nextDave Chinner2015-10-121-4/+6
|\ \
| * | xfs: log local to remote symlink conversions correctly on v5 supersBrian Foster2015-10-121-4/+6
| |/
* / xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-10/+10
|/
* xfs: add missing bmap cancel calls in error pathsBrian Foster2015-08-191-0/+1
* Merge branch 'xfs-freelist-cleanup' into for-nextDave Chinner2015-06-231-1/+2
|\
| * xfs: clean up XFS_MIN_FREELIST macrosDave Chinner2015-06-221-1/+1
| * xfs: xfs_alloc_fix_freelist() can use incore perag structuresDave Chinner2015-06-221-1/+2
* | Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-041-10/+6
|\ \
| * | xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-3/+2
| * | xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-7/+4
| |/
* | Merge branch 'xfs-misc-fixes-for-4.2' into for-nextDave Chinner2015-06-011-1/+9
|\ \
| * | xfs: always log the inode on unwritten extent conversionBrian Foster2015-06-011-1/+9
| |/
* / xfs: extent size hints can round up extents past MAXEXTLENDave Chinner2015-05-291-12/+19
|/
* Merge branch 'fallocate-insert-range' into for-nextDave Chinner2015-03-251-43/+313
|\
| * xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2015-03-251-43/+313
* | Merge branch 'xfs-misc-fixes-for-4.1-2' into for-nextDave Chinner2015-03-251-32/+0
|\ \
| * | xfs: remove xfs_bmap_sanity_check()Dave Chinner2015-03-251-33/+0
* | | Merge branch 'xfs-generic-sb-counters' into for-nextDave Chinner2015-02-241-24/+16
|\| | | |/ |/|
| * xfs: introduce xfs_mod_frextentsDave Chinner2015-02-231-5/+3
| * xfs: use generic percpu counters for free block counterDave Chinner2015-02-231-19/+13
* | xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen2015-02-231-5/+8
* | xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen2015-02-231-57/+64
|/