Age | Commit message (Expand) | Author | Files | Lines |
2016-12-22 | vfs: fix isize/pos/len checks for reflink & dedupe | Darrick J. Wong | 1 | -1/+1 |
2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 2 | -4/+2 |
2016-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -229/+9 |
2016-12-14 | Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 60 | -1445/+930 |
2016-12-14 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 3 | -29/+10 |
2016-12-13 | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -5/+4 |
2016-12-09 | vfs: refactor clone/dedupe_file_range common functions | Darrick J. Wong | 1 | -204/+9 |
2016-12-09 | fs: try to clone files first in vfs_copy_file_range | Christoph Hellwig | 1 | -19/+0 |
2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -2/+0 |
2016-12-09 | vfs: replace calling i_op->readlink with vfs_readlink() | Miklos Szeredi | 1 | -2/+2 |
2016-12-09 | Merge branch 'xfs-4.10-misc-fixes-4' into for-next | Dave Chinner | 10 | -165/+56 |
2016-12-09 | xfs: nuke unused tracepoint definitions | Eric Sandeen | 1 | -109/+0 |
2016-12-09 | xfs: use GPF_NOFS when allocating btree cursors | Darrick J. Wong | 3 | -3/+3 |
2016-12-09 | xfs: use xfs_vn_setattr_size to check on new size | Eryu Guan | 1 | -1/+1 |
2016-12-09 | xfs: deprecate barrier/nobarrier mount option | Dave Chinner | 1 | -9/+16 |
2016-12-09 | xfs: Always flush caches when integrity is required | Dave Chinner | 3 | -42/+29 |
2016-12-09 | xfs: ignore leaf attr ichdr.count in verifier during log replay | Eric Sandeen | 1 | -1/+7 |
2016-12-07 | Merge branch 'xfs-4.10-misc-fixes-3' into for-next | Dave Chinner | 28 | -301/+306 |
2016-12-07 | xfs: use rhashtable to track buffer cache | Lucas Stach | 5 | -52/+85 |
2016-12-05 | xfs: optimise CRC updates | Dave Chinner | 4 | -11/+31 |
2016-12-05 | xfs: make xfs btree stats less huge | Dave Chinner | 8 | -163/+99 |
2016-12-05 | xfs: don't cap maximum dedupe request length | Darrick J. Wong | 1 | -9/+0 |
2016-12-05 | xfs: don't allow di_size with high bit set | Darrick J. Wong | 1 | -0/+8 |
2016-12-05 | xfs: error out if trying to add attrs and anextents > 0 | Darrick J. Wong | 1 | -1/+4 |
2016-12-05 | xfs: don't crash if reading a directory results in an unexpected hole | Darrick J. Wong | 1 | -1/+1 |
2016-12-05 | xfs: complain if we don't get nextents bmap records | Darrick J. Wong | 1 | -1/+2 |
2016-12-05 | xfs: check for bogus values in btree block headers | Darrick J. Wong | 1 | -0/+20 |
2016-12-05 | xfs: forbid AG btrees with level == 0 | Darrick J. Wong | 2 | -4/+15 |
2016-12-05 | xfs: several xattr functions can be void | Eric Sandeen | 4 | -53/+35 |
2016-12-05 | xfs: handle cow fork in xfs_bmap_trace_exlist | Eric Sandeen | 1 | -1/+3 |
2016-12-05 | xfs: pass state not whichfork to trace_xfs_extlist | Eric Sandeen | 1 | -1/+1 |
2016-12-05 | xfs: Move AGI buffer type setting to xfs_read_agi | Eric Sandeen | 3 | -5/+2 |
2016-12-05 | xfs: set AGI buffer type in xlog_recover_clear_agi_bucket | Eric Sandeen | 1 | -0/+1 |
2016-11-30 | Merge branch 'iomap-4.10-directio' into for-next | Dave Chinner | 16 | -544/+195 |
2016-11-30 | xfs: use iomap_dio_rw | Christoph Hellwig | 4 | -386/+110 |
2016-11-30 | xfs: remove i_iolock and use i_rwsem in the VFS inode instead | Christoph Hellwig | 14 | -159/+86 |
2016-11-30 | Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directio | Dave Chinner | 28 | -1055/+948 |
2016-11-28 | Merge branch 'xfs-4.10-misc-fixes-2' into for-next | Dave Chinner | 7 | -54/+63 |
2016-11-28 | xfs: pass post-eof speculative prealloc blocks to bmapi | Brian Foster | 1 | -20/+13 |
2016-11-28 | xfs: clean up cow fork reservation and tag inodes correctly | Brian Foster | 1 | -26/+3 |
2016-11-28 | xfs: track preallocation separately in xfs_bmapi_reserve_delalloc() | Brian Foster | 4 | -5/+24 |
2016-11-28 | xfs: always succeed when deduping zero bytes | Darrick J. Wong | 1 | -1/+7 |
2016-11-28 | fs: xfs: libxfs: constify xfs_nameops structures | Bhumika Goyal | 1 | -1/+1 |
2016-11-28 | fs: xfs: xfs_icreate_item: constify xfs_item_ops structure | Bhumika Goyal | 1 | -1/+1 |
2016-11-28 | xfs: factor rmap btree size into the indlen calculations | Darrick J. Wong | 1 | -2/+15 |
2016-11-28 | xfs: add XBF_XBF_NO_IOACCT to buf trace output | Eric Sandeen | 1 | -0/+1 |
2016-11-24 | Merge branch 'xfs-4.10-extent-lookup' into for-next | Dave Chinner | 9 | -267/+178 |
2016-11-24 | xfs: remove NULLEXTNUM | Christoph Hellwig | 2 | -2/+1 |
2016-11-24 | xfs: remove xfs_bmap_search_extents | Christoph Hellwig | 2 | -95/+0 |
2016-11-24 | xfs: use new extent lookup helpers in xfs_reflink_end_cow | Christoph Hellwig | 1 | -10/+6 |