summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-05-05hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu1-0/+4
2021-05-05mm: remove nrexceptional from inode: remove BUG_ONHugh Dickins1-1/+8
2021-05-05mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)1-1/+1
2021-05-05dax: account DAX entries as nrpagesMatthew Wilcox (Oracle)1-3/+3
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)3-4/+3
2021-05-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-12/+19
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds24-219/+615
2021-05-04Merge tag 'm68knommu-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+16
2021-05-04fs/cifs: Fix resource leakKhaled ROMDHANI1-1/+5
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula4-5/+33
2021-05-04cifs: fix regression when mounting shares with prefix pathsPaulo Alcantara3-13/+23
2021-05-04btrfs: initialize return variable in cleanup_free_space_cache_v1Tom Rix1-1/+1
2021-05-04iomap: remove unused private field from ioendBrian Foster2-7/+2
2021-05-04xfs: don't allow log writes if the data device is readonlyDarrick J. Wong1-4/+6
2021-05-04btrfs: zoned: sanity check zone typeNaohiro Aota1-0/+5
2021-05-04btrfs: fix unmountable seed device after fstrimAnand Jain1-1/+5
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2021-05-03Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-20/+19
2021-05-03cifs: use echo_interval even when connection not ready.Shyam Prasad N1-11/+1
2021-05-03cifs: detect dead connections only when echoes are enabled.Shyam Prasad N1-0/+1
2021-05-03smb3.1.1: allow dumping keys for multiuser mountsSteve French1-20/+46
2021-05-03smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted sharesSteve French2-0/+52
2021-05-03cifs: add shutdown supportSteve French9-2/+121
2021-05-03cifs: Deferred close for filesRohith Surabattula6-3/+187
2021-05-02Merge tag 'for-linus-5.13-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-104/+54
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds15-85/+35
2021-05-02Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-105/+75
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+1
2021-05-01afs: Fix speculative status fetchesDavid Howells6-2/+23
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada1-2/+2
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds23-239/+1096
2021-04-30Merge tag 'dlm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds9-142/+202
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-57/+97
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-67/+124
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon1-4/+1
2021-04-30iomap: use filemap_range_needs_writeback() for O_DIRECT readsJens Axboe1-8/+16
2021-04-30vfs: fs_parser: clean up kernel-doc warningsRandy Dunlap1-1/+1
2021-04-30ocfs2/dlm: remove unused functionJiapeng Chong1-7/+0
2021-04-30ocfs2: fix a typoBhaskar Chowdhury1-1/+1
2021-04-30ocfs2: map flags directly in flags_to_o2dlm()Joseph Qi1-18/+18
2021-04-30ocfs2: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li1-1/+1
2021-04-30io_uring: Fix memory leak in io_sqe_buffers_register()Zqiang1-2/+2
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+1
2021-04-29io_uring: Fix premature return from loop and memory leakColin Ian King1-4/+8
2021-04-29io_uring: fix unchecked error in switch_start()Pavel Begunkov1-1/+3
2021-04-29io_uring: allow empty slots for reg buffersPavel Begunkov1-7/+29
2021-04-29io_uring: add more build check for uapiPavel Begunkov1-0/+7
2021-04-29io_uring: dont overlap internal and user req flagsPavel Begunkov1-6/+3
2021-04-29io_uring: fix drain with rsrc CQEsPavel Begunkov1-0/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-51/+24