summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong1-8/+30
2017-05-16xfs: fix warnings about unused stack variablesDarrick J. Wong1-2/+0
2017-05-16xfs: fix indlen accounting error on partial delalloc conversionBrian Foster1-3/+4
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig1-14/+2
2017-04-25xfs: more do_div cleanupsEric Sandeen1-1/+1
2017-04-25xfs: remove bmap block allocation retriesChristoph Hellwig1-29/+0
2017-04-25xfs: remove xfs_bmap_remap_allocChristoph Hellwig1-58/+2
2017-04-25xfs: introduce xfs_bmapi_remapChristoph Hellwig1-45/+112
2017-04-25xfs: pass individual arguments to xfs_bmap_add_extent_hole_realChristoph Hellwig1-59/+64
2017-04-25xfs: remove attr fork handling in xfs_bmap_finish_oneChristoph Hellwig1-6/+3
2017-04-25xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig1-1/+1
2017-03-08xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig1-3/+7
2017-03-08xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster1-10/+14
2017-02-17xfs: tune down agno asserts in the bmap codeChristoph Hellwig1-16/+6
2017-02-17xfs: split indlen reservations fairly when under reservedBrian Foster1-18/+43
2017-02-17xfs: handle indlen shortage on delalloc extent mergeBrian Foster1-3/+6
2017-02-07xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig1-1/+2
2017-02-03xfs: allow unwritten extents in the CoW forkDarrick J. Wong1-30/+50
2017-02-03xfs: filter out obviously bad btree pointersDarrick J. Wong1-4/+1
2017-01-31xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen1-15/+4
2017-01-31xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen1-2/+2
2017-01-25xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig1-2/+2
2017-01-23xfs: fix COW writeback raceChristoph Hellwig1-12/+32
2017-01-10xfs: fix bogus minleft manipulationsChristoph Hellwig1-3/+0
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner1-4/+10
2016-12-05xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong1-1/+4
2016-12-05xfs: complain if we don't get nextents bmap recordsDarrick J. Wong1-1/+2
2016-12-05xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen1-1/+3
2016-12-05xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen1-1/+1
2016-11-28Merge branch 'xfs-4.10-misc-fixes-2' into for-nextDave Chinner1-4/+36
2016-11-28xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster1-2/+21
2016-11-28xfs: factor rmap btree size into the indlen calculationsDarrick J. Wong1-2/+15
2016-11-24Merge branch 'xfs-4.10-extent-lookup' into for-nextDave Chinner1-169/+65
2016-11-24xfs: remove NULLEXTNUMChristoph Hellwig1-1/+1
2016-11-24xfs: remove xfs_bmap_search_extentsChristoph Hellwig1-91/+0
2016-11-24xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig1-2/+6
2016-11-24xfs: use new extent lookup helpers in __xfs_bunmapiChristoph Hellwig1-27/+13
2016-11-24xfs: use new extent lookup helpers in xfs_bmapi_writeChristoph Hellwig1-8/+7
2016-11-24xfs: use new extent lookup helpers in xfs_bmapi_readChristoph Hellwig1-8/+6
2016-11-24xfs: cleanup xfs_bmap_last_beforeChristoph Hellwig1-32/+32
2016-11-10Merge branch 'xfs-4.10-misc-fixes-1' into for-nextDave Chinner1-26/+23
2016-11-08xfs: provide helper for counting extents from if_bytesEric Sandeen1-26/+23
2016-11-08xfs: check return value of _trans_reserve_quota_nblksDarrick J. Wong1-1/+4
2016-10-20xfs: remove xfs_bunmapi_cowChristoph Hellwig1-22/+0
2016-10-20xfs: refactor xfs_bunmapi_cowChristoph Hellwig1-154/+220
2016-10-20xfs: add xfs_trim_extentDarrick J. Wong1-0/+33
2016-10-20xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen1-3/+0
2016-10-20xfs: remove redundant assignment of ifpColin Ian King1-1/+1
2016-10-06xfs: try other AGs to allocate a BMBT blockDarrick J. Wong1-0/+30
2016-10-06xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong1-2/+7