xfs: reduce stack usage of _reflink_clear_inode_flag
[cascardo/linux.git] / fs /
2016-10-10 Darrick J. Wongxfs: reduce stack usage of _reflink_clear_inode_flag
2016-10-10 Darrick J. Wongxfs: check inode reflink flag before calling reflink...
2016-10-05 Darrick J. Wongxfs: implement swapext for rmap filesystems
2016-10-05 Darrick J. Wongxfs: refactor swapext code
2016-10-05 Darrick J. Wongxfs: various swapext cleanups
2016-10-05 Darrick J. Wongxfs: recognize the reflink feature bit
2016-10-05 Darrick J. Wongxfs: simulate per-AG reservations being critically low
2016-10-05 Darrick J. Wongxfs: don't mix reflink and DAX mode for now
2016-10-05 Darrick J. Wongxfs: check for invalid inode reflink flags
2016-10-05 Darrick J. Wongxfs: set a default CoW extent size of 32 blocks
2016-10-05 Darrick J. Wongxfs: convert unwritten status of reverse mappings for...
2016-10-05 Darrick J. Wongxfs: use interval query for rmap alloc operations on...
2016-10-05 Darrick J. Wongxfs: add shared rmap map/unmap/convert log item types
2016-10-05 Darrick J. Wongxfs: increase log reservations for reflink
2016-10-05 Darrick J. Wongxfs: garbage collect old cowextsz reservations
2016-10-05 Darrick J. Wongxfs: try other AGs to allocate a BMBT block
2016-10-05 Darrick J. Wongxfs: don't allow reflink when the AG is low on space
2016-10-05 Darrick J. Wongxfs: preallocate blocks for worst-case btree expansion
2016-10-05 Darrick J. Wongxfs: create a separate cow extent size hint for the...
2016-10-05 Darrick J. Wongxfs: unshare a range of blocks via fallocate
2016-10-05 Darrick J. Wongxfs: swap inode reflink flags when swapping inode extents
2016-10-05 Darrick J. Wongxfs: teach get_bmapx about shared extents and the CoW...
2016-10-05 Darrick J. Wongxfs: add dedupe range vfs function
2016-10-05 Darrick J. Wongxfs: add clone file and clone range vfs functions
2016-10-05 Darrick J. Wongxfs: reflink extents from one file to another
2016-10-05 Darrick J. Wongxfs: store in-progress CoW allocations in the refcount...
2016-10-05 Darrick J. Wongxfs: cancel pending CoW reservations when destroying...
2016-10-05 Darrick J. Wongxfs: cancel CoW reservations and clear inode reflink...
2016-10-05 Darrick J. Wongxfs: implement CoW for directio writes
2016-10-05 Darrick J. Wongxfs: report shared extent mappings to userspace correctly
2016-10-05 Darrick J. Wongxfs: move mappings from cow fork to data fork after...
2016-10-05 Darrick J. Wongxfs: support removing extents from CoW fork
2016-10-05 Darrick J. Wongxfs: allocate delayed extents in CoW fork
2016-10-05 Darrick J. Wongxfs: support allocating delayed extents in CoW fork
2016-10-05 Darrick J. Wongxfs: create delalloc extents in CoW fork
2016-10-05 Darrick J. Wongxfs: support bmapping delalloc extents in the CoW fork
2016-10-05 Darrick J. Wongxfs: introduce the CoW fork
2016-10-05 Darrick J. Wongxfs: don't allow reflinked dir/dev/fifo/socket/pipe...
2016-10-05 Darrick J. Wongxfs: add reflink feature flag to geometry
2016-10-05 Darrick J. Wongxfs: define tracepoints for reflink activities
2016-10-05 Darrick J. Wongxfs: return work remaining at the end of a bunmapi...
2016-10-04 Darrick J. Wongxfs: when replaying bmap operations, don't let unlinked...
2016-10-04 Darrick J. Wongxfs: implement deferred bmbt map/unmap operations
2016-10-04 Darrick J. Wongxfs: pass bmapi flags through to bmap_del_extent
2016-10-04 Darrick J. Wongxfs: map an inode's offset to an exact physical block
2016-10-04 Darrick J. Wongxfs: log bmap intent items
2016-10-04 Darrick J. Wongxfs: create bmbt update intent log items
2016-10-03 Darrick J. Wongxfs: introduce reflink utility functions
2016-10-03 Darrick J. Wongxfs: reserve AG space for the refcount btree root
2016-10-03 Darrick J. Wongxfs: add refcount btree block detection to log recovery
2016-10-03 Darrick J. Wongxfs: adjust refcount when unmapping file blocks
2016-10-03 Darrick J. Wongxfs: connect refcount adjust functions to upper layers
2016-10-03 Darrick J. Wongxfs: adjust refcount of an extent of blocks in refcount...
2016-10-03 Darrick J. Wongxfs: log refcount intent items
2016-10-03 Darrick J. Wongxfs: create refcount update intent log items
2016-10-03 Darrick J. Wongxfs: add refcount btree operations
2016-10-03 Darrick J. Wongxfs: account for the refcount btree in the alloc/free...
2016-10-03 Darrick J. Wongxfs: add refcount btree support to growfs
2016-10-03 Darrick J. Wongxfs: define the on-disk refcount btree format
2016-10-03 Darrick J. Wongxfs: refcount btree add more reserved blocks
2016-10-03 Darrick J. Wongxfs: introduce refcount btree definitions
2016-10-03 Darrick J. Wongxfs: define tracepoints for refcount btree activities
2016-10-03 Darrick J. Wongxfs: return an error when an inline directory is too...
2016-10-03 Darrick J. Wongvfs: add a FALLOC_FL_UNSHARE mode to fallocate to unsha...
2016-10-02 Dave ChinnerMerge branch 'xfs-4.9-log-recovery-fixes' into for...
2016-10-02 Dave ChinnerMerge branch 'iomap-4.9-dax' into for-next
2016-10-02 Dave ChinnerMerge branch 'xfs-4.9-delalloc-rework' into for-next
2016-10-02 Dave ChinnerMerge branch 'xfs-4.9-reflink-prep' into for-next
2016-10-02 Dave ChinnerMerge branch 'iomap-4.9-misc-fixes-1' into for-next
2016-10-02 Christoph Hellwigxfs: update atime before I/O in xfs_file_dio_aio_read
2016-10-02 Christoph Hellwigext2: fix possible integer truncation in ext2_iomap_begin
2016-09-25 Brian Fosterxfs: log recovery tracepoints to track current lsn...
2016-09-25 Brian Fosterxfs: update metadata LSN in buffers during log recovery
2016-09-25 Brian Fosterxfs: don't warn on buffers not being recovered due...
2016-09-25 Brian Fosterxfs: pass current lsn to log recovery buffer validation
2016-09-25 Brian Fosterxfs: rework log recovery to submit buffers on LSN bound...
2016-09-25 Dave Chinnerxfs: quiesce the filesystem after recovery on readonly...
2016-09-25 Dave Chinnerxfs: remote attribute blocks aren't really userdata
2016-09-19 Christoph Hellwigext2: use iomap to implement DAX
2016-09-19 Christoph Hellwigext2: stop passing buffer_head to ext2_get_blocks
2016-09-19 Christoph Hellwigxfs: use iomap to implement DAX
2016-09-19 Christoph Hellwigxfs: refactor xfs_setfilesize
2016-09-19 Christoph Hellwigxfs: take the ilock shared if possible in xfs_file_ioma...
2016-09-19 Christoph Hellwigxfs: fix locking for DAX writes
2016-09-19 Christoph Hellwigdax: provide an iomap based fault handler
2016-09-19 Christoph Hellwigdax: provide an iomap based dax read/write path
2016-09-19 Christoph Hellwigdax: don't pass buffer_head to copy_user_dax
2016-09-19 Christoph Hellwigdax: don't pass buffer_head to dax_insert_mapping
2016-09-19 Christoph Hellwigiomap: expose iomap_apply outside iomap.c
2016-09-19 Christoph Hellwigiomap: add IOMAP_F_NEW flag
2016-09-19 Christoph Hellwigxfs: rewrite and optimize the delalloc write path
2016-09-19 Christoph Hellwigxfs: make xfs_inode_set_eofblocks_tag cheaper for the...
2016-09-19 Christoph Hellwigxfs: factor our a helper to calculate the EOF alignment
2016-09-19 Christoph Hellwigxfs: move xfs_bmbt_to_iomap up
2016-09-19 Darrick J. Wongxfs: set up per-AG free space reservations
2016-09-19 Darrick J. Wongxfs: defer should allow ->finish_item to request a...
2016-09-19 Darrick J. Wongxfs: count the blocks in a btree
2016-09-19 Darrick J. Wongxfs: create a standard btree size calculator code
2016-09-19 Darrick J. Wongxfs: remove xfs_btree_bigkey
2016-09-19 Darrick J. Wongxfs: convert RUI log formats to use variable length...
next