summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-11-04smb: client: fix refcount leak in smb2_set_path_attrShuhao Fu-0/+2
2025-11-04nfsd: add missing FATTR4_WORD2_CLONE_BLKSIZE from supported attributesOlga Kornievskaia-0/+1
2025-11-04nfsd: fix refcount leak in nfsd_set_fh_dentry()NeilBrown-3/+3
2025-11-04smb: client: fix potential UAF in smb2_close_cached_fid()Henrique Carvalho-7/+9
2025-11-04ksmbd: detect RDMA capable netdevs include IPoIBNamjae Jeon-0/+4
2025-11-04ksmbd: detect RDMA capable lower devices when bridge and vlan netdev is usedNamjae Jeon-1/+19
2025-11-04smb: use credential guards in cifs_get_spnego_key()Christian Brauner-4/+2
2025-11-04nfs: use credential guards in nfs_idmap_get_key()Christian Brauner-5/+2
2025-11-04nfs: use credential guards in nfs_local_call_write()Christian Brauner-10/+18
2025-11-04nfs: use credential guards in nfs_local_call_read()Christian Brauner-17/+14
2025-11-04erofs: use credential guardsChristian Brauner-4/+2
2025-11-04binfmt_misc: use credential guardsChristian Brauner-5/+2
2025-11-04backing-file: use credential guards for mmapChristian Brauner-4/+2
2025-11-04backing-file: use credential guards for splice writeChristian Brauner-6/+5
2025-11-04backing-file: use credential guards for splice readChristian Brauner-4/+2
2025-11-04backing-file: use credential guards for writesChristian Brauner-35/+39
2025-11-04backing-file: use credential guards for readsChristian Brauner-24/+28
2025-11-04aio: use credential guardsChristian Brauner-3/+3
2025-11-04rseq: Optimize event settingThomas Gleixner-1/+1
2025-11-04rseq: Provide and use rseq_set_ids()Thomas Gleixner-1/+1
2025-11-04rseq: Simplify the event notificationThomas Gleixner-1/+1
2025-11-04select: Convert to scoped user accessThomas Gleixner-8/+4
2025-11-04Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+24
2025-11-03nstree: add listns()Christian Brauner-0/+39
2025-11-03nstree: assign fixed ids to the initial namespacesChristian Brauner-1/+1
2025-11-03nstree: allow lookup solely based on inodeChristian Brauner-2/+9
2025-11-03ns: add active reference countChristian Brauner-1/+47
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner-4/+1
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos-5/+7
2025-11-039p: convert to the new mount APIEric Sandeen-309/+380
2025-11-03fs/9p: delete unnnecessary conditionDan Carpenter-1/+0
2025-11-03fs/9p: Don't open remote file with APPEND mode when writeback cache is usedTingmao Wang-6/+10
2025-11-01Merge tag 'xfs-fixes-6.18-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-0/+41
2025-11-01fs/ntfs3: disable readahead for compressed filesKonstantin Komarov-6/+21
2025-10-31gfs2: document ip in __gfs2_holder_init kernel-doc commentSukrut Heroorkar-1/+1
2025-10-31gfs2/sysfs: Replace sprintf/snprintf with sysfs_emitUtkarsh Singh-15/+15
2025-10-31Merge tag '6.18-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-37/+71
2025-10-31fs: touch up predicts in putname()Mateusz Guzik-2/+2
2025-10-31xfs: Use folio_next_pos()Matthew Wilcox (Oracle)-2/+2
2025-10-31netfs: Use folio_next_pos()Matthew Wilcox (Oracle)-2/+2
2025-10-31iomap: Use folio_next_pos()Matthew Wilcox (Oracle)-6/+4
2025-10-31gfs2: Use folio_next_pos()Matthew Wilcox (Oracle)-2/+1
2025-10-31f2fs: Use folio_next_pos()Matthew Wilcox (Oracle)-1/+1
2025-10-31ext4: Use folio_next_pos()Matthew Wilcox (Oracle)-5/+5
2025-10-31buffer: Use folio_next_pos()Matthew Wilcox (Oracle)-1/+1
2025-10-31btrfs: Use folio_next_pos()Matthew Wilcox (Oracle)-30/+29
2025-10-31filemap: Add folio_next_pos()Matthew Wilcox (Oracle)-1/+1
2025-10-31xfs: document another racy GC case in xfs_zoned_map_extentChristoph Hellwig-0/+8
2025-10-31xfs: prevent gc from picking the same zone twiceChristoph Hellwig-0/+33
2025-10-31nsfs: raise SB_I_NODEV and SB_I_NOEXECChristian Brauner-0/+1