- d3ba7af Merge tag 'ext4_for_linus_bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 4 months ago
- 585e5b1 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 4 months ago
- 20ca21d Merge tag 'gfs2-v5.10-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 4 months ago
- 200f9d2 Merge tag 'nfs-for-5.10-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 4 years, 4 months ago
- 4e79e3f gfs2: Fix case in which ail writes are done to jdata holes by Bob Peterson · 4 years, 4 months ago
- d3039c0 Revert "gfs2: Ignore journal log writes for jdata holes" by Bob Peterson · 4 years, 4 months ago
- 11decaf NFS: Remove unnecessary inode lock in nfs_fsync_dir() by Trond Myklebust · 4 years, 5 months ago
- 83f2c45 NFS: Remove unnecessary inode locking in nfs_llseek_dir() by Trond Myklebust · 4 years, 5 months ago
- 6c2190b NFS: Fix listxattr receive buffer size by Chuck Lever · 4 years, 5 months ago
- 70438af NFSv4.2: fix failure to unregister shrinker by J. Bruce Fields · 4 years, 5 months ago
- bc92381 gfs2: fix possible reference leak in gfs2_check_blk_type by Zhang Qilong · 4 years, 4 months ago
- d19d8d3 fscrypt: fix inline encryption not used on new files by Eric Biggers · 4 years, 4 months ago
- d196e229 Revert "ext4: fix superblock checksum calculation race" by Theodore Ts'o · 4 years, 4 months ago
- a72b38ee ext4: handle dax mount option collision by Harshad Shirwadkar · 4 years, 4 months ago
- e2f0c56 Merge tag 'for-5.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 4 months ago
- 52d1998 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 4 months ago
- 3552c37 Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 4 months ago
- 91808cd Merge tag 'ext4_for_linus_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 4 months ago
- df3319a Merge tag 'erofs-for-5.10-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 4 years, 4 months ago
- 9dbc1c0 Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 4 months ago
- 6b2c4d5 Merge branch 'hch' (patches from Christoph) by Linus Torvalds · 4 years, 4 months ago
- e9c02d6 Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
- 05d5233 jbd2: fix up sparse warnings in checkpoint code by Theodore Ts'o · 4 years, 4 months ago
- fa329e273 ext4: fix sparse warnings in fast_commit code by Theodore Ts'o · 4 years, 4 months ago
- 99c880d ext4: cleanup fast commit mount options by Harshad Shirwadkar · 4 years, 4 months ago
- 87a144f jbd2: don't start fast commit on aborted journal by Harshad Shirwadkar · 4 years, 4 months ago
- 9b5f6c9 ext4: make s_mount_flags modifications atomic by Harshad Shirwadkar · 4 years, 4 months ago
- da0c5d2 ext4: issue fsdev cache flush before starting fast commit by Harshad Shirwadkar · 4 years, 4 months ago
- 556e031 ext4: disable fast commit with data journalling by Harshad Shirwadkar · 4 years, 4 months ago
- 1ceecb5 ext4: fix inode dirty check in case of fast commits by Harshad Shirwadkar · 4 years, 4 months ago
- a3114fe ext4: remove unnecessary fast commit calls from ext4_file_mmap by Harshad Shirwadkar · 4 years, 4 months ago
- 764b3fd ext4: mark buf dirty before submitting fast commit buffer by Harshad Shirwadkar · 4 years, 4 months ago
- a740762 ext4: fix code documentatioon by Harshad Shirwadkar · 4 years, 4 months ago
- f6634e2 ext4: dedpulicate the code to wait on inode that's being committed by Harshad Shirwadkar · 4 years, 4 months ago
- 480f89d jbd2: don't read journal->j_commit_sequence without taking a lock by Harshad Shirwadkar · 4 years, 4 months ago
- 0ee66dd jbd2: don't touch buffer state until it is filled by Harshad Shirwadkar · 4 years, 4 months ago
- cc80586 jbd2: add todo for a fast commit performance optimization by Harshad Shirwadkar · 4 years, 4 months ago
- 0bce577 jbd2: don't pass tid to jbd2_fc_end_commit_fallback() by Harshad Shirwadkar · 4 years, 4 months ago
- c460e5e jbd2: don't use state lock during commit path by Harshad Shirwadkar · 4 years, 4 months ago
- a1e5e465 ext4: clean up the JBD2 API that initializes fast commits by Harshad Shirwadkar · 4 years, 4 months ago
- ede7dc7 jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs by Harshad Shirwadkar · 4 years, 4 months ago
- a80f7fc ext4: fixup ext4_fc_track_* functions' signature by Harshad Shirwadkar · 4 years, 4 months ago
- 5b552ad ext4: drop redundant calls ext4_fc_track_range by Harshad Shirwadkar · 4 years, 4 months ago
- b21ebf1 ext4: mark fc ineligible if inode gets evictied due to mem pressure by Harshad Shirwadkar · 4 years, 4 months ago
- a44ad68 ext4: describe fast_commit feature flags by Harshad Shirwadkar · 4 years, 4 months ago
- 7067b26 ext4: unlock xattr_sem properly in ext4_inline_data_truncate() by Joseph Qi · 4 years, 5 months ago
- e121bd4 ext4: silence an uninitialized variable warning by Dan Carpenter · 4 years, 5 months ago
- 174fe5b ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTA by Kaixu Xia · 4 years, 5 months ago
- 659caaf Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 4 months ago
- b24c30c proc "seq files": switch to ->read_iter by Christoph Hellwig · 4 years, 5 months ago
- 7cfc630 proc "single files": switch to ->read_iter by Greg Kroah-Hartman · 4 years, 5 months ago
- 28589f9 proc/stat: switch to ->read_iter by Christoph Hellwig · 4 years, 5 months ago
- 70fce7d proc/cpuinfo: switch to ->read_iter by Christoph Hellwig · 4 years, 5 months ago
- fe33850 proc: wire up generic_file_splice_read for iter ops by Christoph Hellwig · 4 years, 5 months ago
- d4d5071 seq_file: add seq_read_iter by Christoph Hellwig · 4 years, 5 months ago
- 92cfcd0 fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key() by Eric Biggers · 4 years, 5 months ago
- 9a472ef io_uring: fix link lookup racing with link timeout by Pavel Begunkov · 4 years, 5 months ago
- 49a3613 NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copy by Dai Ngo · 4 years, 5 months ago
- 36e1e5b NFSD: Fix use-after-free warning when doing inter-server copy by Dai Ngo · 4 years, 5 months ago
- 66d60e3 NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVAL by Chuck Lever · 4 years, 5 months ago
- 1905cac NFSD: NFSv3 PATHCONF Reply is improperly formed by Chuck Lever · 4 years, 5 months ago
- d1dd461 Merge tag 'gfs2-v5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 5 months ago
- 6b47ab8 io_uring: use correct pointer for io_uring_show_cred() by Jens Axboe · 4 years, 5 months ago
- ef9865a io_uring: don't forget to task-cancel drained reqs by Pavel Begunkov · 4 years, 5 months ago
- 468600c btrfs: ref-verify: fix memory leak in btrfs_ref_tree_mod by Dinghao Liu · 4 years, 5 months ago
- cf89af1 btrfs: dev-replace: fail mount if we don't have replace item with target device by Anand Jain · 4 years, 5 months ago
- a4852cf btrfs: scrub: update message regarding read-only status by David Sterba · 4 years, 8 months ago
- f07728d btrfs: clean up NULL checks in qgroup_unreserve_range() by Dan Carpenter · 4 years, 5 months ago
- fca3a45 btrfs: fix min reserved size calculation in merge_reloc_root by Josef Bacik · 4 years, 5 months ago
- e38fdb7 btrfs: print the block rsv type when we fail our reservation by Josef Bacik · 4 years, 5 months ago
- a1fbc67 btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit arch by Matthew Wilcox (Oracle) · 4 years, 6 months ago
- 46afb06 xfs: only flush the unshared range in xfs_reflink_unshare by Darrick J. Wong · 4 years, 5 months ago
- 62575e2 ceph: check session state after bumping session->s_seq by Jeff Layton · 4 years, 5 months ago
- 99b3280 io_uring: fix overflowed cancel w/ linked ->files by Pavel Begunkov · 4 years, 5 months ago
- cb8a8ae io_uring: drop req/tctx io_identity separately by Jens Axboe · 4 years, 5 months ago
- 4b70cf9 io_uring: ensure consistent view of original task ->mm from SQPOLL by Jens Axboe · 4 years, 5 months ago
- fdaf083 io_uring: properly handle SQPOLL request cancelations by Jens Axboe · 4 years, 5 months ago
- 3dd1680 io-wq: cancel request if it's asking for files and we don't have them by Jens Axboe · 4 years, 5 months ago
- c1f6b1a xfs: fix scrub flagging rtinherit even if there is no rt device by Darrick J. Wong · 4 years, 5 months ago
- c2f0921 xfs: fix missing CoW blocks writeback conversion retry by Darrick J. Wong · 4 years, 5 months ago
- 50e7d6c iomap: clean up writeback state logic on writepage error by Brian Foster · 4 years, 5 months ago
- 763e4cd iomap: support partial page discard on writeback block mapping failure by Brian Foster · 4 years, 5 months ago
- 869ae85 xfs: flush new eof page on truncate to avoid post-eof corruption by Brian Foster · 4 years, 5 months ago
- a30573b erofs: fix setting up pcluster for temporary pages by Gao Xiang · 4 years, 5 months ago
- d3938ee erofs: derive atime instead of leaving it empty by Gao Xiang · 4 years, 5 months ago
- f4c7914 afs: Fix incorrect freeing of the ACL passed to the YFS ACL store op by David Howells · 4 years, 5 months ago
- c80afa1 afs: Fix warning due to unadvanced marshalling pointer by David Howells · 4 years, 5 months ago
- da7d554 gfs2: Wake up when sd_glock_disposal becomes zero by Alexander Aring · 4 years, 5 months ago
- 6bd1c7b gfs2: Don't call cancel_delayed_work_sync from within delete work function by Andreas Gruenbacher · 4 years, 5 months ago
- 6660656 mm, oom: keep oom_adj under or at upper limit when printing by Charles Haithcock · 4 years, 5 months ago
- 3fc2bfa nfsroot: Default mount option should ask for built-in NFS version by Helge Deller · 4 years, 5 months ago
- 9c75b68 Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 5 months ago
- 53760f9 Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 4 years, 5 months ago
- cf9446c Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
- f5d8085 Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 5 months ago
- 0d519cb debugfs: remove return value of debugfs_create_devm_seqfile() by Greg Kroah-Hartman · 4 years, 5 months ago
- 5e01fdf fs: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 7 months ago
- c5c6872 gfs2: check for live vs. read-only file system in gfs2_fitrim by Bob Peterson · 4 years, 5 months ago
- 7e5b926 gfs2: don't initialize statfs_change inodes in spectator mode by Bob Peterson · 4 years, 5 months ago
- 4a55752 gfs2: Split up gfs2_meta_sync into inode and rgrp versions by Bob Peterson · 4 years, 5 months ago