summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
14 daysMerge tag 'ksmbd-for-7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
14 dayskernfs: preserve security xattrs without allocating iattrsHengyu Liang
14 daysext2: annotate block-mapping helpers as requiring truncate_mutexTimothy Day
14 daysext2: annotate ext2_init_block_alloc_info() as requiring truncate_mutexTimothy Day
14 daysext2: mark s_mount_state as guarded by s_lockTimothy Day
14 daysext2: mark statfs overhead cache as guarded by s_lockTimothy Day
14 daysext2: annotate ext2_update_dynamic_rev() as requiring s_lockTimothy Day
14 daysext2: mark s_next_generation as guarded by s_next_gen_lockTimothy Day
2026-09-01udf: Avoid confusion of missing and corrupted extended attributesJan Kara
2026-09-01udf: validate the device specification EA before using itYunpeng Tian
2026-08-31ns: Free anonymous mount namespaces via ns_common_free()Christian Brauner
2026-08-31Merge tag 'xfs-fixes-7.3-rc2' of gitolite.kernel.org:/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-08-31smb: client: reject SetEA requests that do not fit the request bufferYunpeng Tian
2026-08-31smb: client: fix data corruption with concurrent writes and O_TRUNCPaulo Alcantara
2026-08-31ntfs: take invalidate_lock in ntfs_filemap_page_mkwrite()Hongling Zeng
2026-08-31ntfs: take invalidate_lock in ntfs_setattr_size()Hongling Zeng
2026-08-31ntfs: handle signal interruption in fallocateHongling Zeng
2026-08-31ksmbd: validate normalized name response lengthAlon Shakevsky
2026-08-31ksmbd: fix listener task lifetime on netdev eventsNamjae Jeon
2026-08-31ksmbd: prevent out-of-bounds reads in share config responsesNamjae Jeon
2026-08-31ksmbd: rate limit unmapped SID errorsNamjae Jeon
2026-08-31ksmbd: propagate DACL parsing errorsNamjae Jeon
2026-08-31ksmbd: zero pipe read compound paddingNamjae Jeon
2026-08-31ksmbd: safely drain sessions during logoffNamjae Jeon
2026-08-31ksmbd: fill in FileSysIdentifier in FS_POSIX_INFORMATIONAleksandr Khromov
2026-08-31ksmbd: initialize FileSystemControlFlags in FS_CONTROL_INFORMATIONAleksandr Khromov
2026-08-31ksmbd: zero the FS_OBJECT_ID_INFORMATION buffer before filling it inAleksandr Khromov
2026-08-31ovl: return EINVAL instead of EIO in case of mismatched user_nsMiklos Szeredi
2026-08-31coredump: select memory types to includeChristian Brauner
2026-08-31fs: fix comment typo in inode.cManush Prajwal
2026-08-31fs/aio: fix comment typosMark Sercombe
2026-08-31fs: fix comment typo in fs-writeback.cManush Prajwal
2026-08-31fs: fix comment typo in bpf_fs_kfuncs.cManush Prajwal
2026-08-31aio: prevent eventfd/epoll recursion on pollDaehyeon Ko
2026-08-31udf: Make sure there's enough space for LVID implementation use fieldJan Kara
2026-08-31coredump: describe the holes when COREDUMP_SPARSE is negotiatedChristian Brauner
2026-08-31coredump: send the coredump in records if requestedChristian Brauner
2026-08-31coredump: clean up coredump state handlingChristian Brauner
2026-08-31coredump: always chunk writesChristian Brauner
2026-08-31coredump: make the dump helper return boolChristian Brauner
2026-08-31coredump: deduplicate the to_skip flushChristian Brauner
2026-08-31coredump: move the negotiated mask into struct coredump_paramsChristian Brauner
2026-08-31coredump: pin the protocol struct sizesChristian Brauner
2026-08-31coredump: set the minimum send buffer sizeChristian Brauner
2026-08-31coredump: refuse negative skipsChristian Brauner
2026-08-31coredump: stop unsharing the file descriptor tableChristian Brauner
2026-08-31fs: avoid spurious dentry ref/unref cycle on openMateusz Guzik
2026-08-31vfs: short-circuit MAY_WRITE access for O_DIRECTORY opensJori Koolstra
2026-08-31vfs: refuse O_CREAT for directories through a dangling symlinkJori Koolstra
2026-08-31vfs: move O_IS_MKDIR check from lookup_open() into individual filesystemsJori Koolstra