xfs: introduce refcount btree definitions
[cascardo/linux.git] / fs /
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...
2016-09-19 Darrick J. Wongiomap: add a flag to report shared extents
2016-09-19 Christoph Hellwigfs: add iomap_file_dirty
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 Eryu Guanxfs: undo block reservation correctly in xfs_trans_rese...
2016-08-30 Darrick J. Wongxfs: track log done items directly in the deferred...
2016-08-29 Christoph Hellwigiomap: don't set FIEMAP_EXTENT_MERGED for extent based...
2016-08-26 Brian Fosterxfs: prevent dropping ioend completions during buftarg...
2016-08-26 Dave Chinnerxfs: fix superblock inprogress check
2016-08-26 Darrick J. Wongxfs: simple btree query range should look right if...
2016-08-26 Darrick J. Wongxfs: fix some key handling problems in _btree_simple_qu...
2016-08-26 Darrick J. Wongxfs: don't log the entire end of the AGF
2016-08-26 Darrick J. Wongxfs: disallow mounting of realtime + rmap filesystems
2016-08-26 Darrick J. Wongxfs: don't perform lookups on zero-height btrees
2016-08-17 Dave ChinnerMerge branch 'iomap-fixes-4.8-rc3' into for-next
2016-08-17 Darrick J. Wongxfs: remove OWN_AG rmap when allocating a block from...
2016-08-16 Christoph Hellwigxfs: (re-)implement FIEMAP_FLAG_XATTR
2016-08-16 Christoph Hellwigxfs: simplify xfs_file_iomap_begin
2016-08-16 Christoph Hellwigiomap: mark ->iomap_end as optional
2016-08-16 Dave Chinneriomap: prepare iomap_fiemap for attribute mappings
2016-08-16 Dave Chinneriomap: fiemap should honor the FIEMAP_FLAG_SYNC flag
2016-08-16 Christoph Hellwigiomap: remove superflous pagefault_disable from iomap_w...
2016-08-16 Christoph Hellwigiomap: remove superflous mark_page_accessed from iomap_...
2016-08-16 Darrick J. Wongxfs: store rmapbt block count in the AGF
2016-08-16 Dave Chinnerxfs: don't invalidate whole file on DAX read/write
2016-08-16 Christoph Hellwigxfs: fix bogus space reservation in xfs_iomap_write_all...
2016-08-16 Brian Fosterxfs: don't assert fail on non-async buffers on ioacct...
2016-08-15 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2016-08-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-08-14 Linus TorvaldsMerge tag 'fixes-for-linus-4.8' of git://git./linux...
2016-08-14 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2016-08-13 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2016-08-13 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2016-08-12 Linus TorvaldsMerge tag 'vfio-v4.8-rc2' of git://github.com/awilliam...
2016-08-12 Linus TorvaldsMerge tag 'nfsd-4.8-1' of git://linux-nfs.org/~bfields...
2016-08-12 Linus TorvaldsMerge tag 'pm-4.8-rc2' of git://git./linux/kernel/git...
2016-08-12 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2016-08-12 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2016-08-12 Rafael J. WysockiMerge branches 'pm-sleep' and 'pm-cpufreq'
2016-08-12 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2016-08-12 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2016-08-12 Jeff Laytonnfsd: don't return an unhashed lock stateid after takin...
2016-08-12 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2016-08-12 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2016-08-12 Linus TorvaldsMerge branch 'efi-urgent-for-linus' of git://git./linux...
2016-08-12 Linus TorvaldsMerge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org...
2016-08-12 Linus TorvaldsMerge branch 'libnvdimm-fixes' of git://git./linux...
2016-08-12 Linus TorvaldsMerge tag 'sound-4.8-rc2' of git://git./linux/kernel...
2016-08-12 Linus TorvaldsMerge tag 'powerpc-4.8-3' of git://git./linux/kernel...
2016-08-11 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2016-08-11 Mel Gormanproc, meminfo: use correct helpers for calculating...
2016-08-11 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git./linux/kernel...
2016-08-11 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2016-08-11 Linus TorvaldsMerge tag 'ceph-for-4.8-rc2' of https://github.com...
2016-08-11 Chuck Levernfsd: Fix race between FREE_STATEID and LOCK
2016-08-11 Josef Baciknfsd: fix dentry refcounting on create
2016-08-10 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2016-08-10 Linus TorvaldsMerge branch 'for-linus-4.8' of git://git./linux/kernel...
2016-08-10 Linus TorvaldsMerge tag 'metag-for-v4.8-rc2' of git://git./linux...
next