aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-02-23binfmt_elf_fdpic: fix AUXV size calculation for ELF_HWCAP3 and ELF_HWCAP4Andrei Vagin1-0/+6
2026-02-23nfs: return EISDIR on nfs3_proc_create if d_alias is a dirRoberto Bergantinos Corpas1-1/+6
2026-02-23shmem: adapt to rhashtable-based simple_xattrs with lazy allocationChristian Brauner1-12/+12
2026-02-23xattr: add rhashtable-based simple_xattr infrastructureChristian Brauner1-105/+332
2026-02-23xattr: add rcu_head and rhash_head to struct simple_xattrChristian Brauner1-0/+23
2026-02-23gfs2: Call unlock_new_inode before d_instantiateAndreas Gruenbacher1-2/+1
2026-02-23rseq: slice ext: Ensure rseq feature size differs from original rseq sizeMathieu Desnoyers1-1/+2
2026-02-23erofs: allow sharing page cache with the same aops onlyHongbo Li3-15/+22
2026-02-22ksmbd: fix signededness bug in smb_direct_prepare_negotiation()Nicholas Carlini1-2/+2
2026-02-22ksmbd: Compare MACs in constant timeEric Biggers3-3/+7
2026-02-22smb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho1-11/+10
2026-02-22Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2-8/+7
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook20-36/+26
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds28-70/+35
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds25-29/+29
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds307-576/+576
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds516-1355/+1276
2026-02-21Merge tag 'io_uring-20260221' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-2/+4
2026-02-21Merge tag 'v7.0-rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-3/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook516-1355/+1276
2026-02-20Merge tag 'for-7.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds10-21/+56
2026-02-20Merge tag 'ecryptfs-7.0-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds5-41/+29
2026-02-20proc: Fix pointer error dereferenceEthan Tidmore1-0/+3
2026-02-19io_uring: Add size check for sqe->cmdGovindarajulu Varadarajan1-2/+4
2026-02-19fs: unexport fs_context_for_reconfigureChristoph Hellwig1-1/+0
2026-02-19fs: remove fsparam_path / fs_param_is_pathChristoph Hellwig1-7/+0
2026-02-19fs: remove fsparam_blob / fs_param_is_blobChristoph Hellwig1-9/+0
2026-02-19fs: mark bool_names staticChristoph Hellwig1-2/+1
2026-02-19dcache: Limit the minimal number of bucket to twoZhihao Cheng1-2/+2
2026-02-19ntfs: add Kconfig and MakefileNamjae Jeon5-0/+60
2026-02-19ntfs3: remove legacy ntfs driver supportNamjae Jeon6-111/+5
2026-02-19ntfs: update misc operationsNamjae Jeon11-705/+775
2026-02-19ntfs: add reparse and ea operationsNamjae Jeon2-0/+1515
2026-02-19ntfs: update runlist handling and cluster allocatorNamjae Jeon3-980/+1308
2026-02-19ntfs: update attrib operationsNamjae Jeon3-1478/+5195
2026-02-19ntfs: update iomap and address space operationsNamjae Jeon2-1596/+985
2026-02-19ntfs: update file operationsNamjae Jeon1-1845/+1009
2026-02-19ntfs: update directory operationsNamjae Jeon2-1267/+2640
2026-02-19ntfs: update mft operationsNamjae Jeon2-1260/+1280
2026-02-19ntfs: update inode operationsNamjae Jeon2-1598/+3619
2026-02-19ntfs: update super block operationsNamjae Jeon1-1491/+1059
2026-02-19ntfs: update in-memory, on-disk structures and headersNamjae Jeon25-2655/+2766
2026-02-19Revert "fs: Remove NTFS classic"Namjae Jeon44-0/+28728
2026-02-19fserror: fix lockdep complaint when igrabbing inodeDarrick J. Wong1-0/+46
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds13-23/+26
2026-02-18Merge tag 'sysctl-7.00-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds1-4/+18
2026-02-18btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not foundFilipe Manana1-4/+7
2026-02-18btrfs: fix lost error return in btrfs_find_orphan_roots()Filipe Manana1-1/+1
2026-02-18btrfs: fix lost return value on error in finish_verity()Filipe Manana1-1/+1
2026-02-18btrfs: change unaligned root messages to error level in btrfs_validate_super()Filipe Manana1-5/+5