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