aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-10-07coredump: fix core_pattern input validationChristian Brauner2-2/+2
2025-10-07vfs: Don't leak disconnected dentries on umountJan Kara1-0/+2
2025-10-07dax: skip read lock assertion for read-only filesystemsYuezhang Mo1-1/+1
2025-10-07fs: update comment in init_file()Zhou Yuhang1-1/+1
2025-10-07nsfs: handle inode number mismatches gracefully in file handlesDeepanshu Kartikey1-1/+3
2025-10-06smb: client: Use common code in cifs_lookup()Markus Elfring1-10/+12
2025-10-06smb: client: Reduce the scopes for a few variables in two functionsMarkus Elfring1-6/+6
2025-10-06Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-2/+8
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds29-300/+615
2025-10-06fs/notify: call exportfs_encode_fid with s_umountJakub Acs1-0/+6
2025-10-05Merge tag 'zonefs-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefsLinus Torvalds2-3/+3
2025-10-03Merge tag 'docs-6.18' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds19-61/+54
2025-10-03Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds31-490/+1358
2025-10-03Merge tag '6.18-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds18-177/+236
2025-10-03Merge tag 'v6.18rc1-part1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds11-75/+119
2025-10-03Merge tag 'f2fs-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds15-155/+568
2025-10-03Merge tag 'exfat-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds10-35/+360
2025-10-03Merge tag 'for-linus-6.18-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds4-19/+16
2025-10-03Merge tag 'ntfs3_for_6.18' of https://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds6-4/+50
2025-10-03Merge tag 'jfs-6.18' of github.com:kleikamp/linux-shaggyLinus Torvalds5-13/+19
2025-10-03Merge tag 'ext4_for_linus-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds15-118/+414
2025-10-03Merge tag 'fs_for_v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-1/+12
2025-10-03Merge tag 'fsnotify_for_v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-1/+108
2025-10-03Merge tag 'configfs-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linuxLinus Torvalds1-4/+1
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds14-345/+519
2025-10-03Merge tag 'ovl-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfsLinus Torvalds11-41/+229
2025-10-03Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-20/+20
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-103/+54
2025-10-03Merge tag 'pull-nfsctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-88/+49
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-55/+27
2025-10-03Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds12-632/+589
2025-10-03f2fs: add missing dput() when printing the donation listJaegeuk Kim1-0/+1
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds17-58/+197
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds23-170/+236
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds2-4/+3
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds2-5/+5
2025-10-01cifs: client: force multichannel=off when max_channels=1Rajasi Mandal1-0/+7
2025-10-01smb client: fix bug with newly created file in cached dirBharath SM1-0/+1
2025-10-01smb: client: short-circuit negative lookups when parent dir is fully cachedHenrique Carvalho1-1/+42
2025-10-01smb: client: short-circuit in open_cached_dir_by_dentry() if !dentryHenrique Carvalho1-1/+4
2025-10-01smb: client: remove pointless cfid->has_lease checkHenrique Carvalho1-4/+1
2025-10-01smb: client: transport: minor indentation style fixFiona Ebner1-2/+1
2025-10-01smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner1-1/+9
2025-10-01smb: client: remove unused fid_lockHenrique Carvalho2-15/+3
2025-10-01smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()Henrique Carvalho1-0/+1
2025-10-01smb: client: ensure open_cached_dir_by_dentry() only returns valid cfidSteve French4-6/+13
2025-10-01smb: client: account smb directory cache usage and per-tcon totalsBharath SM5-14/+63
2025-10-01smb: client: add drop_dir_cache module parameter to invalidate cached direntsBharath SM1-0/+38
2025-10-01nfsd: discard nfserr_dropitNeilBrown2-9/+1