summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-23NFS: Add a module option to disable directory delegationsAnna Schumaker
2025-11-23NFS: Shortcut lookup revalidations if we have a directory delegationAnna Schumaker
2025-11-23NFS: Request a directory delegation during RENAMEAnna Schumaker
2025-11-23NFS: Request a directory delegation on ACCESS, CREATE, and UNLINKAnna Schumaker
2025-11-23NFS: Add support for sending GDD_GETATTRAnna Schumaker
2025-11-23NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalidJonathan Curley
2025-11-23NFSv4.1: protect destroying and nullifying bc_serv structureOlga Kornievskaia
2025-11-23NFSv4.1: pass transport for callback shutdownOlga Kornievskaia
2025-11-23NFSv4: ensure the open stateid seqid doesn't go backwardsScott Mayhew
2025-11-22Merge tag 'xfs-fixes-6.18-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-11-22fs/resctrl: Update bit_usage to reflect io_allocBabu Moger
2025-11-22fs/resctrl: Introduce interface to modify io_alloc capacity bitmasksBabu Moger
2025-11-22fs/resctrl: Modify struct rdt_parse_data to pass mode and CLOSIDBabu Moger
2025-11-22fs/resctrl: Introduce interface to display io_alloc CBMsBabu Moger
2025-11-21fs/resctrl: Add user interface to enable/disable io_alloc featureBabu Moger
2025-11-21fs/resctrl: Introduce interface to display "io_alloc" supportBabu Moger
2025-11-21Merge tag 'v6.18-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-11-20ocfs2: mark inode bad upon validation failure during readAhmet Eray Karadag
2025-11-20ocfs2: replace deprecated strcpy with strscpyThorsten Blum
2025-11-20ocfs2: replace deprecated strcpy in ocfs2_create_xattr_blockThorsten Blum
2025-11-20ceph: replace local base64 helpers with lib/base64Guan-Chun Wu
2025-11-20fscrypt: replace local base64url helpers with lib/base64Guan-Chun Wu
2025-11-20fs/proc/page: remove unused KPMBITSzhang jiao
2025-11-20ocfs2: validate cl_bpc in allocator inodes to prevent divide-by-zeroDeepanshu Kartikey
2025-11-20ocfs2: add extra consistency checks for chain allocator dinodesDmitry Antipov
2025-11-20mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes
2025-11-20lockd: don't allow locking on reexported NFSv2/3Jeff Layton
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-20xfs: use zi more in xfs_zone_gc_mountChristoph Hellwig
2025-11-20xfs: fix out of bounds memory read error in symlink repairDarrick J. Wong
2025-11-20cifs: Add the smb3_read_* tracepoints to SMB1David Howells
2025-11-20cifs: fix memory leak in smb3_fs_context_parse_param error pathShaurya Rane
2025-11-20smb: client: introduce close_cached_dir_locked()Henrique Carvalho
2025-11-19hfs: introduce KUnit tests for HFS string operationsViacheslav Dubeyko
2025-11-19ovl: remove struct ovl_cu_creds and associated functionsChristian Brauner
2025-11-19ovl: port ovl_copy_up_tmpfile() to cred guardChristian Brauner
2025-11-19ovl: mark *_cu_creds() as unused temporarilyChristian Brauner
2025-11-19ovl: port ovl_copy_up_workdir() to cred guardChristian Brauner
2025-11-19ovl: add copy up credential guardChristian Brauner
2025-11-19ovl: drop ovl_setup_cred_for_create()Christian Brauner
2025-11-19ovl: port ovl_create_or_link() to new ovl_override_creator_creds cleanup guardChristian Brauner
2025-11-19ovl: mark ovl_setup_cred_for_create() as unused temporarilyChristian Brauner
2025-11-19ovl: reflow ovl_create_or_link()Christian Brauner
2025-11-19ovl: port ovl_create_tmpfile() to new ovl_override_creator_creds cleanup guardChristian Brauner
2025-11-19ovl: add ovl_override_creator_creds cred guardChristian Brauner
2025-11-19ovl: remove ovl_revert_creds()Christian Brauner
2025-11-19ovl: port ovl_fill_super() to cred guardChristian Brauner
2025-11-19ovl: refactor ovl_fill_super()Christian Brauner
2025-11-19ovl: port ovl_lower_positive() to cred guardChristian Brauner
2025-11-19ovl: port ovl_lookup() to cred guardChristian Brauner