summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-11-22xfs: convert xbitmap to interval treerepair-bitmap-rework_2019-11-22Darrick J. Wong
2019-11-22xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2019-11-22xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2019-11-22xfs: replace open-coded bitmap weight logicDarrick J. Wong
2019-11-22xfs: rename xfs_bitmap to xbitmapDarrick J. Wong
2019-11-22xfs: use deferred frees to reap old btree blocksrepair-reap-fixes_2019-11-22Darrick J. Wong
2019-11-22xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2019-11-22xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong
2019-11-22xfs: support staging cursors for per-AG btree typesbtree-bulk-loading_2019-11-22Darrick J. Wong
2019-11-22xfs: support bulk loading of staged btreesDarrick J. Wong
2019-11-22xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong
2019-11-22xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong
2019-11-22xfs: increase the default parallelism levels of pwork clientspwork-parallelism_2019-11-22Darrick J. Wong
2019-11-22xfs: extend the range of flush_unmap rangesstale-exposure_2019-11-22Darrick J. Wong
2019-11-22xfs: force writes to delalloc regions to unwrittenDarrick J. Wong
2019-11-22xfs: allow parent directory scans to be interrupted with fatal signalsDarrick J. Wong
2019-11-22xfs: properly serialise fallocate against AIO+DIOxfs-5.5-merge_2019-11-22Dave Chinner
2019-11-22splice: only read in as much information as there is pipe buffer spaceDarrick J. Wong
2019-11-22xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong
2019-11-22xfs: periodically yield scrub threads to the schedulerscrub-fix-timeouts_2019-11-22Darrick J. Wong
2019-11-22xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong
2019-11-22xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksbmap-refactor_2019-11-22Darrick J. Wong
2019-11-22xfs: refactor xfs_bmap_count_blocks using newer btree helpersDarrick J. Wong
2019-11-22xfs: replace -EIO with -EFSCORRUPTED for corrupt metadatatighten-verifiers_2019-11-22Darrick J. Wong
2019-11-22xfs: namecheck directory entry names before listing themDarrick J. Wong
2019-11-22xfs: namecheck attribute names before listing themDarrick J. Wong
2019-11-22xfs: check attribute leaf block structureDarrick J. Wong
2019-11-15Merge tag 'for-linus-20191115' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-15Merge tag 'ceph-for-5.4-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-11-15afs: Fix race in commit bulk status fetchDavid Howells
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-11-14ceph: increment/decrement dio counter on async requestsJeff Layton
2019-11-14ceph: take the inode lock before acquiring cap refsJeff Layton
2019-11-13io_uring: ensure registered buffer import returns the IO lengthJens Axboe
2019-11-13io_uring: Fix getting file for timeoutPavel Begunkov
2019-11-13Merge tag 'for-5.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-12io_uring: make timeout sequence == 0 mean no sequenceJens Axboe
2019-11-11Btrfs: fix log context list corruption after rename exchange operationFilipe Manana
2019-11-10Merge tag 'configfs-for-5.4-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2019-11-10Merge tag '5.4-rc7-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro
2019-11-10ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro
2019-11-10exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro
2019-11-09Merge tag 'for-5.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-08Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-08cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadfor-linus-2019-11-08Tejun Heo
2019-11-08Merge tag 'ceph-for-5.4-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-11-07ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton
2019-11-06SMB3: Fix persistent handles reconnectPavel Shilovsky