aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2021-05-03Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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/git/hubcap/linuxLinus Torvalds3-104/+54
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds15-85/+35
2021-05-02Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-105/+75
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus 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/tytso/ext4Linus Torvalds23-239/+1096
2021-04-30Merge tag 'dlm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds9-142/+202
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds8-57/+97
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus 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/masahiroy/linux-kbuildLinus 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/netdev/net-nextLinus Torvalds4-51/+24
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds12-139/+395
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds6-59/+139
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds91-1302/+1458
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds23-243/+312
2021-04-29Merge tag 'exfat-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds8-35/+206
2021-04-29xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_rangeDarrick J. Wong1-1/+2
2021-04-29xfs: set aside allocation btree blocks from block reservationBrian Foster1-1/+14
2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster3-0/+22
2021-04-29xfs: unconditionally read all AGFs on mounts with perag reservationBrian Foster1-11/+23
2021-04-29xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong1-1/+38
2021-04-29xfs: update superblock counters correctly for !lazysbcountDave Chinner2-3/+16
2021-04-29xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong2-2/+8
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong6-31/+0
2021-04-29orangefs: leave files in the page cache for a few micro seconds at leastMike Marshall1-1/+1