summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-01-27xfs: prevent quotacheck from overloading inode lruBrian Foster
2017-01-26xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong
2017-01-25xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong
2017-01-25xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig
2017-01-25xfs: remove racy hasattr check from attr opsBrian Foster
2017-01-25xfs: use per-AG reservations for the finobtChristoph Hellwig
2017-01-25xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig
2017-01-24xfs: verify dirblocklog correctlyDarrick J. Wong
2017-01-23xfs: fix COW writeback raceChristoph Hellwig
2017-01-18xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann
2017-01-17xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen
2017-01-17xfs: sanity check inode di_modeAmir Goldstein
2017-01-17xfs: sanity check inode mode when creating new dentryAmir Goldstein
2017-01-17xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein
2017-01-17xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein
2017-01-17xfs: sanity check directory inode di_sizeAmir Goldstein
2017-01-17xfs: make the ASSERT() condition likelyAmir Goldstein
2017-01-11xfs: Timely free truncated dirty pagesJan Kara
2017-01-09xfs: don't print warnings when xfs_log_force failsChristoph Hellwig
2017-01-09xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig
2017-01-09xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig
2017-01-09xfs: fix bogus minleft manipulationsChristoph Hellwig
2017-01-09xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig
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