summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig2017-07-261-0/+12
* xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong2017-07-201-0/+9
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-271-7/+6
* xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong2017-06-191-8/+30
* xfs: fix warnings about unused stack variablesDarrick J. Wong2017-05-161-2/+0
* xfs: fix indlen accounting error on partial delalloc conversionBrian Foster2017-05-161-3/+4
* xfs: simplify validation of the unwritten extent bitChristoph Hellwig2017-04-251-14/+2
* xfs: more do_div cleanupsEric Sandeen2017-04-251-1/+1
* xfs: remove bmap block allocation retriesChristoph Hellwig2017-04-251-29/+0
* xfs: remove xfs_bmap_remap_allocChristoph Hellwig2017-04-251-58/+2
* xfs: introduce xfs_bmapi_remapChristoph Hellwig2017-04-251-45/+112
* xfs: pass individual arguments to xfs_bmap_add_extent_hole_realChristoph Hellwig2017-04-251-59/+64
* xfs: remove attr fork handling in xfs_bmap_finish_oneChristoph Hellwig2017-04-251-6/+3
* xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig2017-04-251-1/+1
* xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2017-03-081-3/+7
* xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2017-03-081-10/+14
* xfs: tune down agno asserts in the bmap codeChristoph Hellwig2017-02-161-16/+6
* xfs: split indlen reservations fairly when under reservedBrian Foster2017-02-161-18/+43
* xfs: handle indlen shortage on delalloc extent mergeBrian Foster2017-02-161-3/+6
* xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig2017-02-061-1/+2
* xfs: allow unwritten extents in the CoW forkDarrick J. Wong2017-02-021-30/+50
* xfs: filter out obviously bad btree pointersDarrick J. Wong2017-02-021-4/+1
* xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen2017-01-301-15/+4
* xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen2017-01-301-2/+2
* xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig2017-01-251-2/+2
* xfs: fix COW writeback raceChristoph Hellwig2017-01-231-12/+32
* xfs: fix bogus minleft manipulationsChristoph Hellwig2017-01-091-3/+0
* Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner2016-12-071-4/+10
|\
| * xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong2016-12-051-1/+4
| * xfs: complain if we don't get nextents bmap recordsDarrick J. Wong2016-12-051-1/+2
| * xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen2016-12-051-1/+3
| * xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen2016-12-051-1/+1
* | Merge branch 'xfs-4.10-misc-fixes-2' into for-nextDave Chinner2016-11-281-4/+36
|\|
| * xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster2016-11-281-2/+21
| * xfs: factor rmap btree size into the indlen calculationsDarrick J. Wong2016-11-281-2/+15
* | Merge branch 'xfs-4.10-extent-lookup' into for-nextDave Chinner2016-11-241-169/+65
|\|
| * xfs: remove NULLEXTNUMChristoph Hellwig2016-11-241-1/+1
| * xfs: remove xfs_bmap_search_extentsChristoph Hellwig2016-11-241-91/+0
| * xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig2016-11-241-2/+6
| * xfs: use new extent lookup helpers in __xfs_bunmapiChristoph Hellwig2016-11-241-27/+13
| * xfs: use new extent lookup helpers in xfs_bmapi_writeChristoph Hellwig2016-11-241-8/+7
| * xfs: use new extent lookup helpers in xfs_bmapi_readChristoph Hellwig2016-11-241-8/+6
| * xfs: cleanup xfs_bmap_last_beforeChristoph Hellwig2016-11-241-32/+32
* | Merge branch 'xfs-4.10-misc-fixes-1' into for-nextDave Chinner2016-11-101-26/+23
|\|
| * xfs: provide helper for counting extents from if_bytesEric Sandeen2016-11-081-26/+23
* | xfs: check return value of _trans_reserve_quota_nblksDarrick J. Wong2016-11-081-1/+4
|/
* xfs: remove xfs_bunmapi_cowChristoph Hellwig2016-10-201-22/+0
* xfs: refactor xfs_bunmapi_cowChristoph Hellwig2016-10-201-154/+220
* xfs: add xfs_trim_extentDarrick J. Wong2016-10-201-0/+33
* xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen2016-10-201-3/+0