summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-11-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-11-14afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells
2020-11-14ocfs2: initialize ip_next_orphanWengang Wang
2020-11-13Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-11-13Merge tag 'xfs-5.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-11-13Merge tag 'io_uring-5.10-2020-11-13' of git://git.kernel.dk/linux-blockLinus Torvalds
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-11io_uring: round-up cq size before comparing with rounded sq sizeJens Axboe
2020-11-11xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig
2020-11-10vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong
2020-11-10vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong
2020-11-10vfs: remove lockdep bogosity in __sb_start_writeDarrick J. Wong
2020-11-10xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong
2020-11-10xfs: fix rmap key and record comparison functionsDarrick J. Wong
2020-11-10xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong
2020-11-10xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong
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