summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-11-13Merge tag 'ext4_for_linus_bugfixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-12Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-11-12Merge tag 'gfs2-v5.10-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-11-12Merge tag 'nfs-for-5.10-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-11-12gfs2: Fix case in which ail writes are done to jdata holesBob Peterson
2020-11-12Revert "gfs2: Ignore journal log writes for jdata holes"Bob Peterson
2020-11-12NFS: Remove unnecessary inode lock in nfs_fsync_dir()Trond Myklebust
2020-11-12NFS: Remove unnecessary inode locking in nfs_llseek_dir()Trond Myklebust
2020-11-12NFS: Fix listxattr receive buffer sizeChuck Lever
2020-11-12NFSv4.2: fix failure to unregister shrinkerJ. Bruce Fields
2020-11-12gfs2: fix possible reference leak in gfs2_check_blk_typeZhang Qilong
2020-11-11fscrypt: fix inline encryption not used on new filesEric Biggers
2020-11-11Revert "ext4: fix superblock checksum calculation race"Theodore Ts'o
2020-11-11ext4: handle dax mount option collisionHarshad Shirwadkar
2020-11-10Merge tag 'for-5.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-11-10Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-11-09Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-11-09Merge tag 'ext4_for_linus_cleanups' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-09Merge tag 'erofs-for-5.10-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-11-08Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-11-08Merge branch 'hch' (patches from Christoph)Linus Torvalds
2020-11-07Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-11-07jbd2: fix up sparse warnings in checkpoint codeTheodore Ts'o
2020-11-07ext4: fix sparse warnings in fast_commit codeTheodore Ts'o
2020-11-06ext4: cleanup fast commit mount optionsHarshad Shirwadkar
2020-11-06jbd2: don't start fast commit on aborted journalHarshad Shirwadkar
2020-11-06ext4: make s_mount_flags modifications atomicHarshad Shirwadkar
2020-11-06ext4: issue fsdev cache flush before starting fast commitHarshad Shirwadkar
2020-11-06ext4: disable fast commit with data journallingHarshad Shirwadkar
2020-11-06ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar
2020-11-06ext4: remove unnecessary fast commit calls from ext4_file_mmapHarshad Shirwadkar
2020-11-06ext4: mark buf dirty before submitting fast commit bufferHarshad Shirwadkar
2020-11-06ext4: fix code documentatioonHarshad Shirwadkar
2020-11-06ext4: dedpulicate the code to wait on inode that's being committedHarshad Shirwadkar
2020-11-06jbd2: don't read journal->j_commit_sequence without taking a lockHarshad Shirwadkar
2020-11-06jbd2: don't touch buffer state until it is filledHarshad Shirwadkar
2020-11-06jbd2: add todo for a fast commit performance optimizationHarshad Shirwadkar
2020-11-06jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar
2020-11-06jbd2: don't use state lock during commit pathHarshad Shirwadkar
2020-11-06ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar
2020-11-06ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar
2020-11-06ext4: drop redundant calls ext4_fc_track_rangeHarshad Shirwadkar
2020-11-06ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar
2020-11-06ext4: describe fast_commit feature flagsHarshad Shirwadkar
2020-11-06ext4: unlock xattr_sem properly in ext4_inline_data_truncate()Joseph Qi
2020-11-06ext4: silence an uninitialized variable warningDan Carpenter
2020-11-06ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia
2020-11-06Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-11-06proc "seq files": switch to ->read_iterChristoph Hellwig