aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-22vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-4/+2
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-229/+9
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds60-1445/+930
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds3-29/+10
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+4
2016-12-09vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong1-204/+9
2016-12-09fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig1-19/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-2/+0
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi1-2/+2
2016-12-09Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner10-165/+56
2016-12-09xfs: nuke unused tracepoint definitionsEric Sandeen1-109/+0
2016-12-09xfs: use GPF_NOFS when allocating btree cursorsDarrick J. Wong3-3/+3
2016-12-09xfs: use xfs_vn_setattr_size to check on new sizeEryu Guan1-1/+1
2016-12-09xfs: deprecate barrier/nobarrier mount optionDave Chinner1-9/+16
2016-12-09xfs: Always flush caches when integrity is requiredDave Chinner3-42/+29
2016-12-09xfs: ignore leaf attr ichdr.count in verifier during log replayEric Sandeen1-1/+7
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner28-301/+306
2016-12-07xfs: use rhashtable to track buffer cacheLucas Stach5-52/+85
2016-12-05xfs: optimise CRC updatesDave Chinner4-11/+31
2016-12-05xfs: make xfs btree stats less hugeDave Chinner8-163/+99
2016-12-05xfs: don't cap maximum dedupe request lengthDarrick J. Wong1-9/+0
2016-12-05xfs: don't allow di_size with high bit setDarrick J. Wong1-0/+8
2016-12-05xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong1-1/+4
2016-12-05xfs: don't crash if reading a directory results in an unexpected holeDarrick J. Wong1-1/+1
2016-12-05xfs: complain if we don't get nextents bmap recordsDarrick J. Wong1-1/+2
2016-12-05xfs: check for bogus values in btree block headersDarrick J. Wong1-0/+20
2016-12-05xfs: forbid AG btrees with level == 0Darrick J. Wong2-4/+15
2016-12-05xfs: several xattr functions can be voidEric Sandeen4-53/+35
2016-12-05xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen1-1/+3
2016-12-05xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen1-1/+1
2016-12-05xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen3-5/+2
2016-12-05xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen1-0/+1
2016-11-30Merge branch 'iomap-4.10-directio' into for-nextDave Chinner16-544/+195
2016-11-30xfs: use iomap_dio_rwChristoph Hellwig4-386/+110
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig14-159/+86
2016-11-30Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner28-1055/+948
2016-11-28Merge branch 'xfs-4.10-misc-fixes-2' into for-nextDave Chinner7-54/+63
2016-11-28xfs: pass post-eof speculative prealloc blocks to bmapiBrian Foster1-20/+13
2016-11-28xfs: clean up cow fork reservation and tag inodes correctlyBrian Foster1-26/+3
2016-11-28xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster4-5/+24
2016-11-28xfs: always succeed when deduping zero bytesDarrick J. Wong1-1/+7
2016-11-28fs: xfs: libxfs: constify xfs_nameops structuresBhumika Goyal1-1/+1
2016-11-28fs: xfs: xfs_icreate_item: constify xfs_item_ops structureBhumika Goyal1-1/+1
2016-11-28xfs: factor rmap btree size into the indlen calculationsDarrick J. Wong1-2/+15
2016-11-28xfs: add XBF_XBF_NO_IOACCT to buf trace outputEric Sandeen1-0/+1
2016-11-24Merge branch 'xfs-4.10-extent-lookup' into for-nextDave Chinner9-267/+178
2016-11-24xfs: remove NULLEXTNUMChristoph Hellwig2-2/+1
2016-11-24xfs: remove xfs_bmap_search_extentsChristoph Hellwig2-95/+0