summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)Author
2017-01-12xfs: complain if we don't get nextents bmap recordsDarrick J. Wong
2017-01-12xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen
2017-01-12xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen
2017-01-12xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster
2017-01-12xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig
2017-01-12xfs: factor rmap btree size into the indlen calculationsDarrick J. Wong
2017-01-12xfs: provide helper for counting extents from if_bytesEric Sandeen
2017-01-12xfs: check return value of _trans_reserve_quota_nblksDarrick J. Wong
2016-10-20xfs: remove xfs_bunmapi_cowChristoph Hellwig
2016-10-20xfs: refactor xfs_bunmapi_cowChristoph Hellwig
2016-10-20xfs: add xfs_trim_extentDarrick J. Wong
2016-10-20xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen
2016-10-20xfs: remove redundant assignment of ifpColin Ian King
2016-10-05xfs: try other AGs to allocate a BMBT blockDarrick J. Wong
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong
2016-10-05xfs: support removing extents from CoW forkDarrick J. Wong
2016-10-05xfs: support allocating delayed extents in CoW forkDarrick J. Wong
2016-10-05xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong
2016-10-05xfs: introduce the CoW forkDarrick J. Wong
2016-10-05xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong
2016-10-04xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong
2016-10-04xfs: map an inode's offset to an exact physical blockDarrick J. Wong
2016-10-03xfs: adjust refcount when unmapping file blocksDarrick J. Wong
2016-10-02Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner
2016-10-02Merge branch 'xfs-4.9-delalloc-rework' into for-nextDave Chinner
2016-09-25xfs: remote attribute blocks aren't really userdataDave Chinner
2016-09-19xfs: rewrite and optimize the delalloc write pathChristoph Hellwig
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong
2016-08-03xfs: add tracepoints and error injection for deferred extent freeingDarrick J. Wong
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-08-03xfs: fix locking of the rt bitmap/summary inodesDarrick J. Wong
2016-06-21xfs: convert list of extents to free into a regular listDarrick J. Wong
2016-06-21xfs: rearrange xfs_bmap_add_free parametersDarrick J. Wong
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-04-05xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-15Merge branch 'xfs-misc-fixes-4.6-4' into for-nextDave Chinner
2016-03-15xfs: borrow indirect blocks from freed extent when availableBrian Foster
2016-03-15xfs: refactor delalloc indlen reservation split into helperBrian Foster
2016-03-15xfs: update freeblocks counter after extent deletionBrian Foster
2016-03-08Merge branch 'xfs-misc-fixes-4.6-3' into for-nextDave Chinner
2016-03-08xfs: remove impossible conditionLuis de Bethencourt
2016-03-06Merge branch 'xfs-misc-fixes-4.6-2' into for-nextDave Chinner