summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-07-01xfs: release dquot buffer after dqflush failureYingjie Gao1-3/+2
2026-07-01xfs: also mark the buffer stale on verifier failure in xfs_buf_submitChristoph Hellwig1-3/+5
2026-07-01xfs: open code xfs_buf_ioend_fail in xfs_buf_submitChristoph Hellwig1-10/+13
2026-06-30ksmbd: fix app-instance durable supersede session UAFNamjae Jeon1-6/+13
2026-06-30ksmbd: snapshot previous oplock state before durable checksNamjae Jeon1-11/+32
2026-06-30ksmbd: close superseded durable handles through refcount handoffGil Portnoy1-5/+20
2026-06-30ksmbd: fix use-after-free of fp->owner.name in durable handle owner checkGil Portnoy1-8/+21
2026-06-30smb/server: do not require delete access for non-replacing linksChenXiaoSong1-6/+8
2026-06-30ksmbd: don't hold ci->m_lock while waiting for a lease break ackNamjae Jeon1-6/+60
2026-06-30ksmbd: annotate oplock list traversals under m_lockRunyu Xiao1-2/+4
2026-06-30ksmbd: fix outstanding credit leak on abort and error pathsNamjae Jeon4-3/+28
2026-06-30ksmbd: fix credit charge calculation for SMB2 QUERY_INFONamjae Jeon1-2/+7
2026-06-30ksmbd: avoid zeroing the read buffer in smb2_read()Namjae Jeon1-1/+1
2026-06-30ksmbd: validate num_subauth when copying ACE in set_ntacl_daclHaofeng Li1-1/+7
2026-06-30ksmbd: reject undersized DACLs before parsing ACEsHaofeng Li1-1/+6
2026-06-30ksmbd: fix n.data memory leak in ksmbd_vfs_set_dos_attrib_xattrQiang Liu1-2/+3
2026-06-30ksmbd: Fix acl.sd_buf memory leak and invalid sd_size error handlingQiang Liu1-4/+3
2026-06-30ksmbd: fix sd_ndr.data memory leak in ksmbd_vfs_set_sd_xattrQiang Liu1-1/+1
2026-06-30ntfs: fix mrec_lock ABBA deadlock in renamePeiyang He1-31/+31
2026-06-30ntfs: avoid stale runlist element dereference in fallocateCen Zhang1-11/+19
2026-06-30fs/namespace: notify pollers of legacy propagation changesGuopeng Zhang1-0/+7
2026-06-30fat: reject name longer than NAME_MAX in msdos_format_name()Zizhi Wo1-0/+3
2026-06-30posix_acl: remove useless codeLuis Henriques1-2/+0
2026-06-30erofs: use more informative s_id for file-backed mountsGao Xiang1-13/+4
2026-06-30btrfs: print-tree: print header owner as signedQu Wenruo1-4/+4
2026-06-30btrfs: decentralize transaction aborts in create_reloc_root()Johannes Thumshirn1-8/+6
2026-06-30btrfs: tree-checker: validate INODE_REF's namelenWeiming Shi1-0/+6
2026-06-30btrfs: lzo: add error message for invalid headersQu Wenruo1-3/+12
2026-06-30btrfs: fallback to transaction csum tree on a commit root csum missBoris Burkov1-1/+25
2026-06-30btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots()Filipe Manana1-0/+1
2026-06-30btrfs: reject free space cache with more entries than pagesXiang Mei1-0/+3
2026-06-30btrfs: fix transaction abort logic in btrfs_fileattr_set()Filipe Manana1-6/+12
2026-06-30btrfs: validate properties before setting themFilipe Manana1-3/+13
2026-06-29fs: stop rewriting paths for PF_EXITING | PF_DUMPCOREChristian Brauner1-2/+1
2026-06-29fs: stop rewriting kthread fs structsChristian Brauner1-0/+4
2026-06-29fs: start all kthreads in nullfsChristian Brauner1-6/+10
2026-06-29nullfs: make nullfs multi-instanceChristian Brauner1-9/+3
2026-06-29pnfs/blocklayout: use scoped_with_init_fs() for SCSI device lookupChristian Brauner1-4/+11
2026-06-29ksmbd: use scoped_with_init_fs() for VFS path operationsChristian Brauner1-3/+6
2026-06-29ksmbd: use scoped_with_init_fs() for filesystem info path lookupChristian Brauner1-1/+3
2026-06-29ksmbd: use scoped_with_init_fs() for share path resolutionChristian Brauner1-1/+3
2026-06-29fs: use scoped_with_init_fs() for kernel_read_file_from_path_initns()Christian Brauner1-7/+2
2026-06-29coredump: use scoped_with_init_fs() for coredump path resolutionChristian Brauner1-8/+3
2026-06-29btrfs: use scoped_with_init_fs() for update_dev_time()Christian Brauner1-1/+10
2026-06-29fs: make userspace_init_fs a dynamically-initialized pointerChristian Brauner1-1/+47
2026-06-29fs: add real_fs to track task's actual fs_structChristian Brauner4-11/+16
2026-06-29fs: notice when init abandons fs sharingChristian Brauner1-0/+25
2026-06-29fs: add switch_fs_struct()Christian Brauner1-0/+18
2026-06-29ovl: document security.capability idmapping on the xattr forward pathsChristian Brauner2-0/+2
2026-06-29ovl: allow idmapping overlay mountsChristian Brauner1-1/+1