summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-01-03xfs: fix max_retries _show and _store functionsCarlos Maiolino
2017-01-03xfs: fix crash and data corruption due to removal of busy COW extentsChristoph Hellwig
2017-01-03xfs: use the actual AG length when reserving blocksDarrick J. Wong
2017-01-03xfs: fix double-cleanup when CUI recovery failsDarrick J. Wong
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-22vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-09vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong
2016-12-09fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi
2016-12-09Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner
2016-12-09xfs: nuke unused tracepoint definitionsEric Sandeen
2016-12-09xfs: use GPF_NOFS when allocating btree cursorsDarrick J. Wong
2016-12-09xfs: use xfs_vn_setattr_size to check on new sizeEryu Guan
2016-12-09xfs: deprecate barrier/nobarrier mount optionDave Chinner
2016-12-09xfs: Always flush caches when integrity is requiredDave Chinner
2016-12-09xfs: ignore leaf attr ichdr.count in verifier during log replayEric Sandeen
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner
2016-12-07xfs: use rhashtable to track buffer cacheLucas Stach
2016-12-05xfs: optimise CRC updatesDave Chinner
2016-12-05xfs: make xfs btree stats less hugeDave Chinner
2016-12-05xfs: don't cap maximum dedupe request lengthDarrick J. Wong
2016-12-05xfs: don't allow di_size with high bit setDarrick J. Wong
2016-12-05xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong
2016-12-05xfs: don't crash if reading a directory results in an unexpected holeDarrick J. Wong
2016-12-05xfs: complain if we don't get nextents bmap recordsDarrick J. Wong
2016-12-05xfs: check for bogus values in btree block headersDarrick J. Wong
2016-12-05xfs: forbid AG btrees with level == 0Darrick J. Wong
2016-12-05xfs: several xattr functions can be voidEric Sandeen
2016-12-05xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen
2016-12-05xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen
2016-12-05xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen
2016-12-05xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen
2016-11-30Merge branch 'iomap-4.10-directio' into for-nextDave Chinner
2016-11-30xfs: use iomap_dio_rwChristoph Hellwig
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig
2016-11-30Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner
2016-11-28Merge branch 'xfs-4.10-misc-fixes-2' into for-nextDave Chinner
2016-11-28xfs: pass post-eof speculative prealloc blocks to bmapiBrian Foster
2016-11-28xfs: clean up cow fork reservation and tag inodes correctlyBrian Foster
2016-11-28xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster
2016-11-28xfs: always succeed when deduping zero bytesDarrick J. Wong
2016-11-28fs: xfs: libxfs: constify xfs_nameops structuresBhumika Goyal
2016-11-28fs: xfs: xfs_icreate_item: constify xfs_item_ops structureBhumika Goyal
2016-11-28xfs: factor rmap btree size into the indlen calculationsDarrick J. Wong