summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-07-31dcache: use lockref routines for dead count checksMateusz Guzik
2026-07-31lockref: tidy up dead count handlingMateusz Guzik
2026-07-31fs/pipe: unify the page pools into a single per-pipe poolBreno Leitao
2026-07-31fs: annotate inode timestamp accessorsYu Peng
2026-07-31eventpoll: compute timer slack lazily in ep_poll()Usama Arif
2026-07-31put_mnt_ns(): leave mounts connectedNoah Orlando
2026-07-31affs: Move long delayed work on system_dfl_long_wqMarco Crivellari
2026-07-31hfs: Move long delayed work on system_dfl_long_wqMarco Crivellari
2026-07-31hfsplus: Move long delayed work on system_dfl_long_wqMarco Crivellari
2026-07-31fs/jffs2: Move long delayed work on system_dfl_long_wqMarco Crivellari
2026-07-31ufs: Move long delayed work on system_dfl_long_wqMarco Crivellari
2026-07-31romfs: detect hard link cycles이상호
2026-07-30fs/proc: use softleaf_has_pfn() in pagemap PMD walkerUsama Arif
2026-07-30Merge tag 'v7.2-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-07-30ksmbd: use memcmp() to compare ClientGUIDsNamjae Jeon
2026-07-30ksmbd: reject repeated SMB2 NEGOTIATE requestsNamjae Jeon
2026-07-30ksmbd: fix use-after-free in __close_file_table_ids()Namjae Jeon
2026-07-30btrfs: trigger cow fixup via dirty_folio()Boris Burkov
2026-07-30ext4: protect WRITE_ZEROES written extents with orphan listZhang Yi
2026-07-30ext4: export converted block count from ext4_convert_unwritten_extents()Zhang Yi
2026-07-30ext4: fix incorrect function call when initializing s_resgidJiazi Liu
2026-07-30ext4: validate EA inode i_nlink in ext4_xattr_inode_igetYun Zhou
2026-07-30udf: Fix data loss when converting inline inodes to out of lineJan Kara
2026-07-30udf: Move udf_map_block() upJan Kara
2026-07-30fs/namei.c: update kerneldoc of atomic_open()Jori Koolstra
2026-07-30vfs: call audit_inode_child() in lookup_open() on failureJori Koolstra
2026-07-30vfs: move create error && negative dentry case in lookup_open() upJori Koolstra
2026-07-30fanotify: stop permission watchdog when timeout is zeroYichong Chen
2026-07-30fs/ntfs3: Add basic support for alternative data streamsKonstantin Komarov
2026-07-30fs/ntfs3: Rename 'err' to 'ret' in read pathsKonstantin Komarov
2026-07-30fs/ntfs3: Fix memory leak in indx_find_sort()Konstantin Komarov
2026-07-29ext2: Simplify error handling of IO error when adding xattrJan Kara
2026-07-29fs/ntfs3: bound page_lcns[] index by the log recordKonstantin Komarov
2026-07-29fs/ntfs3: validate dirty page table on log replayXiang Mei
2026-07-29isofs: Drop support of directory entries straddling blocksJan Kara
2026-07-29exfat: clean up new entry on add entry failureYichong Chen
2026-07-28fs,fsverity: remove check for fsverity being enabled in setattr_prepare()Andrey Albershteyn
2026-07-28fscrypt: use the mount idmap for the owner check in fscrypt_ioctl_set_policy()Zhan Xusheng
2026-07-28nilfs2: fix BUG in nilfs_copy_dirty_pages() on dirty state mismatchRyusuke Konishi
2026-07-28nilfs2: prevent out-of-bounds read in super root block parsingDavid Lee
2026-07-28nilfs2: fix infinite loop in nilfs_clean_segments()Joshua Crofts
2026-07-28nilfs2: fix slab-out-of-bounds in nilfs_direct_propagate after truncationRyusuke Konishi
2026-07-28isofs: validate directory records consistentlyYichong Chen
2026-07-28Merge tag 'for-7.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-07-28binfmt_misc: don't leak the user namespace when the mount failsChristian Brauner
2026-07-28binfmt_misc: reject a flag character as the field delimiterChristian Brauner
2026-07-28binfmt_misc: use exe_file_deny_write_access() for the interpreter cloneChristian Brauner
2026-07-28binfmt_misc: restore write access when removing an entryChristian Brauner
2026-07-28binfmt_misc: don't let an 'F' entry pin its own instanceChristian Brauner
2026-07-28netfs: Fix folio_queue ENOMEM in writeback by adding a mempoolDavid Howells