aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-11-23NFSv4.1: pass transport for callback shutdownOlga Kornievskaia3-4/+10
2025-11-23NFSv4: ensure the open stateid seqid doesn't go backwardsScott Mayhew2-2/+12
2025-11-22Merge tag 'xfs-fixes-6.18-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2025-11-22fs/resctrl: Update bit_usage to reflect io_allocBabu Moger3-3/+21
2025-11-22fs/resctrl: Introduce interface to modify io_alloc capacity bitmasksBabu Moger3-1/+97
2025-11-22fs/resctrl: Modify struct rdt_parse_data to pass mode and CLOSIDBabu Moger1-11/+13
2025-11-22fs/resctrl: Introduce interface to display io_alloc CBMsBabu Moger3-4/+54
2025-11-21fs/resctrl: Add user interface to enable/disable io_alloc featureBabu Moger3-3/+158
2025-11-21fs/resctrl: Introduce interface to display "io_alloc" supportBabu Moger3-0/+44
2025-11-21Merge tag 'v6.18-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-3/+64
2025-11-20ocfs2: mark inode bad upon validation failure during readAhmet Eray Karadag1-0/+2
2025-11-20ocfs2: replace deprecated strcpy with strscpyThorsten Blum1-2/+3
2025-11-20ocfs2: replace deprecated strcpy in ocfs2_create_xattr_blockThorsten Blum1-1/+1
2025-11-20ceph: replace local base64 helpers with lib/base64Guan-Chun Wu4-64/+9
2025-11-20fscrypt: replace local base64url helpers with lib/base64Guan-Chun Wu1-83/+6
2025-11-20fs/proc/page: remove unused KPMBITSzhang jiao1-1/+0
2025-11-20ocfs2: validate cl_bpc in allocator inodes to prevent divide-by-zeroDeepanshu Kartikey1-0/+10
2025-11-20ocfs2: add extra consistency checks for chain allocator dinodesDmitry Antipov1-0/+17
2025-11-20mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes1-0/+1
2025-11-20lockd: don't allow locking on reexported NFSv2/3Jeff Layton2-0/+18
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski31-223/+403
2025-11-20xfs: use zi more in xfs_zone_gc_mountChristoph Hellwig1-4/+4
2025-11-20xfs: fix out of bounds memory read error in symlink repairDarrick J. Wong1-1/+1
2025-11-20cifs: Add the smb3_read_* tracepoints to SMB1David Howells1-0/+22
2025-11-20cifs: fix memory leak in smb3_fs_context_parse_param error pathShaurya Rane1-0/+4
2025-11-20smb: client: introduce close_cached_dir_locked()Henrique Carvalho1-3/+38
2025-11-19hfs: introduce KUnit tests for HFS string operationsViacheslav Dubeyko5-0/+162
2025-11-19ovl: remove struct ovl_cu_creds and associated functionsChristian Brauner1-28/+0
2025-11-19ovl: port ovl_copy_up_tmpfile() to cred guardChristian Brauner1-8/+8
2025-11-19ovl: mark *_cu_creds() as unused temporarilyChristian Brauner1-2/+2
2025-11-19ovl: port ovl_copy_up_workdir() to cred guardChristian Brauner1-8/+7
2025-11-19ovl: add copy up credential guardChristian Brauner1-0/+27
2025-11-19ovl: drop ovl_setup_cred_for_create()Christian Brauner1-33/+0
2025-11-19ovl: port ovl_create_or_link() to new ovl_override_creator_creds cleanup guardChristian Brauner1-7/+6
2025-11-19ovl: mark ovl_setup_cred_for_create() as unused temporarilyChristian Brauner1-1/+1
2025-11-19ovl: reflow ovl_create_or_link()Christian Brauner1-21/+30
2025-11-19ovl: port ovl_create_tmpfile() to new ovl_override_creator_creds cleanup guardChristian Brauner1-25/+25
2025-11-19ovl: add ovl_override_creator_creds cred guardChristian Brauner1-0/+36
2025-11-19ovl: remove ovl_revert_creds()Christian Brauner2-6/+0
2025-11-19ovl: port ovl_fill_super() to cred guardChristian Brauner1-14/+8
2025-11-19ovl: refactor ovl_fill_super()Christian Brauner1-45/+50
2025-11-19ovl: port ovl_lower_positive() to cred guardChristian Brauner1-36/+34
2025-11-19ovl: port ovl_lookup() to cred guardChristian Brauner1-5/+2
2025-11-19ovl: refactor ovl_lookup()Christian Brauner1-154/+162
2025-11-19ovl: port ovl_copyfile() to cred guardChristian Brauner1-17/+16
2025-11-19ovl: port ovl_rename() to cred guardChristian Brauner1-11/+6
2025-11-19ovl: refactor ovl_rename()Christian Brauner1-57/+78
2025-11-19ovl: introduce struct ovl_renamedataChristian Brauner1-33/+45
2025-11-19ovl: port ovl_listxattr() to cred guardChristian Brauner1-4/+2
2025-11-19ovl: port ovl_xattr_get() to cred guardChristian Brauner1-6/+2