]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_bmap.c
xfs: remove unneeded parameter from XFS_TEST_ERROR
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_bmap.c
2017-07-31  Darrick J. Wongxfs: remove unneeded parameter from XFS_TEST_ERROR
2017-07-31  Darrick J. Wongxfs: try to avoid blowing out the transaction reservati...
2017-06-13  Darrick J. Wongxfs: fix warnings about unused stack variables
2017-06-13  Brian Fosterxfs: fix indlen accounting error on partial delalloc...
2017-05-11  Christoph Hellwigxfs: simplify validation of the unwritten extent bit
2017-05-11  Eric Sandeenxfs: more do_div cleanups
2017-05-11  Christoph Hellwigxfs: remove bmap block allocation retries
2017-05-11  Christoph Hellwigxfs: remove xfs_bmap_remap_alloc
2017-05-11  Christoph Hellwigxfs: introduce xfs_bmapi_remap
2017-05-11  Christoph Hellwigxfs: pass individual arguments to xfs_bmap_add_extent_h...
2017-05-11  Christoph Hellwigxfs: remove attr fork handling in xfs_bmap_finish_one
2017-05-11  Christoph Hellwigxfs: fix integer truncation in xfs_bmap_remap_alloc
2017-04-04  Christoph Hellwigxfs: try any AG when allocating the first btree block...
2017-04-04  Brian Fosterxfs: use iomap new flag for newly allocated delalloc...
2017-04-04  Christoph Hellwigxfs: tune down agno asserts in the bmap code
2017-04-04  Brian Fosterxfs: split indlen reservations fairly when under reserved
2017-04-04  Brian Fosterxfs: handle indlen shortage on delalloc extent merge
2017-04-04  Christoph Hellwigxfs: go straight to real allocations for direct I/O...
2017-04-04  Darrick J. Wongxfs: allow unwritten extents in the CoW fork
2017-04-04  Darrick J. Wongxfs: filter out obviously bad btree pointers
2017-04-04  Eric Sandeenxfs: remove boilerplate around xfs_btree_init_block
2017-04-04  Eric Sandeenxfs: glean crc status from mp not flags in xfs_btree_in...
2017-02-16  Christoph Hellwigxfs: extsize hints are not unlikely in xfs_bmap_btalloc
2017-02-16  Christoph Hellwigxfs: fix COW writeback race
2017-01-11  Christoph Hellwigxfs: fix bogus minleft manipulations
2017-01-10  Darrick J. Wongxfs: error out if trying to add attrs and anextents > 0
2017-01-10  Darrick J. Wongxfs: complain if we don't get nextents bmap records
2017-01-10  Eric Sandeenxfs: handle cow fork in xfs_bmap_trace_exlist
2017-01-10  Eric Sandeenxfs: pass state not whichfork to trace_xfs_extlist
2017-01-10  Brian Fosterxfs: track preallocation separately in xfs_bmapi_reserv...
2017-01-10  Darrick J. Wongxfs: factor rmap btree size into the indlen calculations
2017-01-10  Christoph Hellwigxfs: remove NULLEXTNUM
2017-01-10  Christoph Hellwigxfs: remove xfs_bmap_search_extents
2017-01-10  Christoph Hellwigxfs: remove prev argument to xfs_bmapi_reserve_delalloc
2017-01-10  Christoph Hellwigxfs: use new extent lookup helpers in __xfs_bunmapi
2017-01-10  Christoph Hellwigxfs: use new extent lookup helpers in xfs_bmapi_write
2017-01-10  Christoph Hellwigxfs: use new extent lookup helpers in xfs_bmapi_read
2017-01-10  Christoph Hellwigxfs: cleanup xfs_bmap_last_before
2017-01-10  Eric Sandeenxfs: provide helper for counting extents from if_bytes
2017-01-10  Darrick J. Wongxfs: check return value of _trans_reserve_quota_nblks
2016-10-25  Christoph Hellwigxfs: remove xfs_bunmapi_cow
2016-10-25  Christoph Hellwigxfs: refactor xfs_bunmapi_cow
2016-10-25  Darrick J. Wongxfs: add xfs_trim_extent
2016-10-25  Eric Sandeenxfs: remove pointless error goto in xfs_bmap_remap_alloc
2016-10-25  Colin Ian Kingxfs: remove redundant assignment of ifp
2016-10-25  Darrick J. Wongxfs: try other AGs to allocate a BMBT block
2016-10-25  Darrick J. Wongxfs: create a separate cow extent size hint for the...
2016-10-25  Darrick J. Wongxfs: store in-progress CoW allocations in the refcount...
2016-10-25  Darrick J. Wongxfs: support removing extents from CoW fork
2016-10-25  Darrick J. Wongxfs: support allocating delayed extents in CoW fork
2016-10-25  Darrick J. Wongxfs: support bmapping delalloc extents in the CoW fork
2016-10-25  Darrick J. Wongxfs: introduce the CoW fork
2016-10-25  Darrick J. Wongxfs: return work remaining at the end of a bunmapi...
2016-10-25  Darrick J. Wongxfs: implement deferred bmbt map/unmap operations
2016-10-25  Darrick J. Wongxfs: pass bmapi flags through to bmap_del_extent
2016-10-25  Darrick J. Wongxfs: map an inode's offset to an exact physical block
2016-10-25  Darrick J. Wongxfs: adjust refcount when unmapping file blocks
2016-10-25  Dave Chinnerxfs: remote attribute blocks aren't really userdata
2016-10-25  Christoph Hellwigxfs: rewrite and optimize the delalloc write path
2016-10-25  Darrick J. Wongxfs: set up per-AG free space reservations
2016-08-10  Darrick J. Wongxfs: propagate bmap updates to rmapbt
2016-08-10  Darrick J. Wongxfs: rmap btree requires more reserved free space
2016-08-10  Darrick J. Wongxfs: add owner field to extent allocation and freeing
2016-08-10  Darrick J. Wongxfs: add tracepoints and error injection for deferred...
2016-08-10  Darrick J. Wongxfs: rename flist/free_list to dfops
2016-08-10  Darrick J. Wongxfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_d...
2016-08-10  Darrick J. Wongxfs: rework xfs_bmap_free callers to use xfs_defer_ops
2016-08-10  Darrick J. Wongxfs: fix locking of the rt bitmap/summary inodes
2016-08-10  Darrick J. Wongxfs: convert list of extents to free into a regular...
2016-06-21  Christoph Hellwigxfs: better xfs_trans_alloc interface
2016-06-21  Kirill A. Shutemovmm, fs: get rid of PAGE_CACHE_* and page_cache_{get...
2016-06-21  Brian Fosterxfs: borrow indirect blocks from freed extent when...
2016-06-21  Brian Fosterxfs: refactor delalloc indlen reservation split into...
2016-06-21  Brian Fosterxfs: update freeblocks counter after extent deletion
2016-06-21  Luis de Bethencourtxfs: remove impossible condition
2016-06-21  Christoph Hellwigxfs: remove xfs_trans_get_block_res
2016-05-10  Dave ChinnerMerge branch 'progs-misc-fixes-for-4.6' into for-master
2016-05-10  Dave ChinnerMerge branch 'libxfs-4.6-sync' into for-master
2016-02-18  Dave Chinnerxfs: mode di_mode to vfs inode
2016-02-17  Eric Sandeenxfs: eliminate committed arg from xfs_bmap_finish
2016-02-17  Dave Chinnerxfs: bmapbt checking on debug kernels too expensive
2016-02-17  Eric Sandeenxfs: get mp from bma->ip in xfs_bmap code
2016-02-17  Dave Chinnerxfs: introduce BMAPI_ZERO for allocating zeroed extents
2016-02-15  Bill O'Donnellxfs: per-filesystem stats counter implementation
2016-02-15  Brian Fosterxfs: log local to remote symlink conversions correctly...
2016-02-15  Brian Fosterxfs: add missing bmap cancel calls in error paths
2015-12-20  Darrick J. Wonglibxfs: use a convenience variable instead of open...
2015-12-20  Darrick J. Wonglibxfs: reorder xfs_bmap_add_free args
2015-08-03  Dave ChinnerMerge branch 'progs-misc-fixes-2' into for-next
2015-07-31  Dave ChinnerMerge branch 'libxfs-commit-script' into for-next
2015-07-31  Dave ChinnerMerge branch 'progs-cleanup' into for-next
2015-07-31  Dave ChinnerMerge branch 'libxfs-4.2-rc1-update' into for-next
2015-07-31  Dave Chinnerxfs: clean up XFS_MIN_FREELIST macros
2015-07-31  Dave Chinnerxfs: xfs_alloc_fix_freelist() can use incore perag...
2015-07-31  Brian Fosterxfs: always log the inode on unwritten extent conversion
2015-07-31  Dave Chinnerxfs: extent size hints can round up extents past MAXEXTLEN
2015-07-30  Christoph Hellwigxfs: saner xfs_trans_commit interface
2015-07-30  Christoph Hellwiglibxfs: remove the flags argument to xfs_trans_cancel
2015-07-30  Dave Chinnerlibxfs: disambiguate xfs.h
2015-07-30  Dave Chinnerlibxfs: directly include libxfs headers
next