summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-02-23rseq: slice ext: Ensure rseq feature size differs from original rseq sizeMathieu Desnoyers
2026-02-23erofs: allow sharing page cache with the same aops onlyHongbo Li
2026-02-22ksmbd: fix signededness bug in smb_direct_prepare_negotiation()Nicholas Carlini
2026-02-22ksmbd: Compare MACs in constant timeEric Biggers
2026-02-22smb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho
2026-02-22Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-02-21Merge tag 'io_uring-20260221' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-21Merge tag 'v7.0-rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-20Merge tag 'for-7.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-20Merge tag 'ecryptfs-7.0-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-20proc: Fix pointer error dereferenceEthan Tidmore
2026-02-19io_uring: Add size check for sqe->cmdGovindarajulu Varadarajan
2026-02-19fs: unexport fs_context_for_reconfigureChristoph Hellwig
2026-02-19fs: remove fsparam_path / fs_param_is_pathChristoph Hellwig
2026-02-19fs: remove fsparam_blob / fs_param_is_blobChristoph Hellwig
2026-02-19fs: mark bool_names staticChristoph Hellwig
2026-02-19dcache: Limit the minimal number of bucket to twoZhihao Cheng
2026-02-19ntfs: add Kconfig and MakefileNamjae Jeon
2026-02-19ntfs3: remove legacy ntfs driver supportNamjae Jeon
2026-02-19ntfs: update misc operationsNamjae Jeon
2026-02-19ntfs: add reparse and ea operationsNamjae Jeon
2026-02-19ntfs: update runlist handling and cluster allocatorNamjae Jeon
2026-02-19ntfs: update attrib operationsNamjae Jeon
2026-02-19ntfs: update iomap and address space operationsNamjae Jeon
2026-02-19ntfs: update file operationsNamjae Jeon
2026-02-19ntfs: update directory operationsNamjae Jeon
2026-02-19ntfs: update mft operationsNamjae Jeon
2026-02-19ntfs: update inode operationsNamjae Jeon
2026-02-19ntfs: update super block operationsNamjae Jeon
2026-02-19ntfs: update in-memory, on-disk structures and headersNamjae Jeon
2026-02-19Revert "fs: Remove NTFS classic"Namjae Jeon
2026-02-19fserror: fix lockdep complaint when igrabbing inodeDarrick J. Wong
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-18Merge tag 'sysctl-7.00-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-18btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not foundFilipe Manana
2026-02-18btrfs: fix lost error return in btrfs_find_orphan_roots()Filipe Manana
2026-02-18btrfs: fix lost return value on error in finish_verity()Filipe Manana
2026-02-18btrfs: change unaligned root messages to error level in btrfs_validate_super()Filipe Manana
2026-02-18btrfs: use the correct type to initialize block reserve for delayed refsFilipe Manana
2026-02-18btrfs: do not ASSERT() when the fs flips RO inside btrfs_repair_io_failure()Qu Wenruo
2026-02-18btrfs: reset block group size class when it becomes emptyJiasheng Jiang
2026-02-18btrfs: replace BUG() with error handling in __btrfs_balance()Adarsh Das
2026-02-18btrfs: handle unexpected exact match in btrfs_set_inode_index_count()Adarsh Das
2026-02-18minix: Correct errno in minix_new_inodeJori Koolstra