]> git.ipfire.org Git - people/arne_f/kernel.git/shortlog
people/arne_f/kernel.git
2016-10-05  Darrick J.... xfs: add shared rmap map/unmap/convert log item types
2016-10-05  Darrick J.... xfs: increase log reservations for reflink
2016-10-05  Darrick J.... xfs: garbage collect old cowextsz reservations
2016-10-05  Darrick J.... xfs: try other AGs to allocate a BMBT block
2016-10-05  Darrick J.... xfs: don't allow reflink when the AG is low on space
2016-10-05  Darrick J.... xfs: preallocate blocks for worst-case btree expansion
2016-10-05  Darrick J.... xfs: create a separate cow extent size hint for the...
2016-10-05  Darrick J.... xfs: unshare a range of blocks via fallocate
2016-10-05  Darrick J.... xfs: swap inode reflink flags when swapping inode extents
2016-10-05  Darrick J.... xfs: teach get_bmapx about shared extents and the CoW...
2016-10-05  Darrick J.... xfs: add dedupe range vfs function
2016-10-05  Darrick J.... xfs: add clone file and clone range vfs functions
2016-10-05  Darrick J.... xfs: reflink extents from one file to another
2016-10-05  Darrick J.... xfs: store in-progress CoW allocations in the refcount...
2016-10-05  Darrick J.... xfs: cancel pending CoW reservations when destroying...
2016-10-05  Darrick J.... xfs: cancel CoW reservations and clear inode reflink...
2016-10-05  Darrick J.... xfs: implement CoW for directio writes
2016-10-05  Darrick J.... xfs: report shared extent mappings to userspace correctly
2016-10-05  Darrick J.... xfs: move mappings from cow fork to data fork after...
2016-10-05  Darrick J.... xfs: support removing extents from CoW fork
2016-10-05  Darrick J.... xfs: allocate delayed extents in CoW fork
2016-10-05  Darrick J.... xfs: support allocating delayed extents in CoW fork
2016-10-05  Darrick J.... xfs: create delalloc extents in CoW fork
2016-10-05  Darrick J.... xfs: support bmapping delalloc extents in the CoW fork
2016-10-05  Darrick J.... xfs: introduce the CoW fork
2016-10-05  Darrick J.... xfs: don't allow reflinked dir/dev/fifo/socket/pipe...
2016-10-05  Darrick J.... xfs: add reflink feature flag to geometry
2016-10-05  Darrick J.... xfs: define tracepoints for reflink activities
2016-10-05  Darrick J.... xfs: return work remaining at the end of a bunmapi...
2016-10-04  Darrick J.... xfs: when replaying bmap operations, don't let unlinked...
2016-10-04  Darrick J.... xfs: implement deferred bmbt map/unmap operations
2016-10-04  Darrick J.... xfs: pass bmapi flags through to bmap_del_extent
2016-10-04  Darrick J.... xfs: map an inode's offset to an exact physical block
2016-10-04  Darrick J.... xfs: log bmap intent items
2016-10-04  Darrick J.... xfs: create bmbt update intent log items
2016-10-03  Darrick J.... xfs: introduce reflink utility functions
2016-10-03  Darrick J.... xfs: reserve AG space for the refcount btree root
2016-10-03  Darrick J.... xfs: add refcount btree block detection to log recovery
2016-10-03  Darrick J.... xfs: adjust refcount when unmapping file blocks
2016-10-03  Darrick J.... xfs: connect refcount adjust functions to upper layers
2016-10-03  Darrick J.... xfs: adjust refcount of an extent of blocks in refcount...
2016-10-03  Darrick J.... xfs: log refcount intent items
2016-10-03  Darrick J.... xfs: create refcount update intent log items
2016-10-03  Darrick J.... xfs: add refcount btree operations
2016-10-03  Darrick J.... xfs: account for the refcount btree in the alloc/free...
2016-10-03  Darrick J.... xfs: add refcount btree support to growfs
2016-10-03  Darrick J.... xfs: define the on-disk refcount btree format
2016-10-03  Darrick J.... xfs: refcount btree add more reserved blocks
2016-10-03  Darrick J.... xfs: introduce refcount btree definitions
2016-10-03  Darrick J.... xfs: define tracepoints for refcount btree activities
2016-10-03  Darrick J.... xfs: return an error when an inline directory is too...
2016-10-03  Darrick J.... vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unsha...
2016-10-03  Darrick J.... vfs: support FS_XFLAG_COWEXTSIZE and get/set of CoW...
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 Hellwigfs: update atime before I/O in generic_file_read_iter
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.... xfs: set up per-AG free space reservations
2016-09-19  Darrick J.... xfs: defer should allow ->finish_item to request a...
2016-09-19  Darrick J.... xfs: count the blocks in a btree
2016-09-19  Darrick J.... xfs: create a standard btree size calculator code
2016-09-19  Darrick J.... xfs: remove xfs_btree_bigkey
2016-09-19  Darrick J.... xfs: convert RUI log formats to use variable length...
2016-09-19  Darrick J.... iomap: add a flag to report shared extents
2016-09-19  Christoph Hellwigfs: add iomap_file_dirty
2016-09-18  Carlos Maiolinoxfs: Document error handlers behavior
2016-09-13  Eric Sandeenxfs: normalize "infinite" retries in error configs
2016-09-13  Xie XiuQixfs: fix signed integer overflow
2016-09-13  Artem SavkovMake __xfs_xattr_put_listen preperly report errors.
2016-09-13  Dave Chinnerxfs: change mailing list address
2016-09-13  Eryu Guanxfs: undo block reservation correctly in xfs_trans_rese...
2016-08-30  Darrick J.... xfs: track log done items directly in the deferred...
2016-08-29  Christoph Hellwigiomap: don't set FIEMAP_EXTENT_MERGED for extent based...
next