summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-02-25xfs: fix code alignment issues in xfs_ondisk.cWilfred Mallawa-2/+2
2026-02-25xfs: Replace &rtg->rtg_group with rtg_group()Nirjhar Roy (IBM)-8/+8
2026-02-25xfs: Refactoring the nagcount and delta calculationNirjhar Roy (IBM)-15/+33
2026-02-25xfs: Replace ASSERT with XFS_IS_CORRUPT in xfs_rtcopy_summary()Nirjhar Roy (IBM)-1/+4
2026-02-25erofs: fix interlaced plain identification for encoded extentsGao Xiang-4/+5
2026-02-24Squashfs: check metadata block offset is within rangePhillip Lougher-0/+3
2026-02-24gfs2: Remove unnecessary check in gfs2_evict_inodeAndreas Gruenbacher-1/+1
2026-02-24nfsd: report the requested maximum number of threads instead of number runningJeff Layton-12/+13
2026-02-24pidfs: avoid misleading breakChristian Brauner-6/+4
2026-02-24erofs: remove more unnecessary #ifdefsFerry Meng-49/+36
2026-02-24eventpoll: Fix integer overflow in ep_loop_check_proc()Jann Horn-2/+3
2026-02-23binfmt_elf_fdpic: fix AUXV size calculation for ELF_HWCAP3 and ELF_HWCAP4Andrei Vagin-0/+6
2026-02-23nfs: return EISDIR on nfs3_proc_create if d_alias is a dirRoberto Bergantinos Corpas-1/+6
2026-02-23shmem: adapt to rhashtable-based simple_xattrs with lazy allocationChristian Brauner-13/+13
2026-02-23xattr: add rhashtable-based simple_xattr infrastructureChristian Brauner-106/+333
2026-02-23xattr: add rcu_head and rhash_head to struct simple_xattrChristian Brauner-0/+23
2026-02-23gfs2: Call unlock_new_inode before d_instantiateAndreas Gruenbacher-2/+1
2026-02-23rseq: slice ext: Ensure rseq feature size differs from original rseq sizeMathieu Desnoyers-1/+2
2026-02-23erofs: allow sharing page cache with the same aops onlyHongbo Li-15/+22
2026-02-22ksmbd: fix signededness bug in smb_direct_prepare_negotiation()Nicholas Carlini-2/+2
2026-02-22ksmbd: Compare MACs in constant timeEric Biggers-3/+7
2026-02-22smb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho-11/+10
2026-02-22Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds-8/+7
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-36/+26
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-70/+35
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-29/+29
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-576/+576
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-1355/+1276
2026-02-21Merge tag 'io_uring-20260221' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+4
2026-02-21Merge tag 'v7.0-rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-3/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1355/+1276
2026-02-20Merge tag 'for-7.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-21/+56
2026-02-20Merge tag 'ecryptfs-7.0-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-41/+29
2026-02-20proc: Fix pointer error dereferenceEthan Tidmore-0/+3
2026-02-19io_uring: Add size check for sqe->cmdGovindarajulu Varadarajan-2/+4
2026-02-19fs: unexport fs_context_for_reconfigureChristoph Hellwig-1/+0
2026-02-19fs: remove fsparam_path / fs_param_is_pathChristoph Hellwig-7/+0
2026-02-19fs: remove fsparam_blob / fs_param_is_blobChristoph Hellwig-9/+0
2026-02-19fs: mark bool_names staticChristoph Hellwig-2/+1
2026-02-19dcache: Limit the minimal number of bucket to twoZhihao Cheng-2/+2
2026-02-19ntfs: add Kconfig and MakefileNamjae Jeon-0/+60
2026-02-19ntfs3: remove legacy ntfs driver supportNamjae Jeon-111/+5
2026-02-19ntfs: update misc operationsNamjae Jeon-705/+775
2026-02-19ntfs: add reparse and ea operationsNamjae Jeon-0/+1515
2026-02-19ntfs: update runlist handling and cluster allocatorNamjae Jeon-982/+1310
2026-02-19ntfs: update attrib operationsNamjae Jeon-1493/+5210
2026-02-19ntfs: update iomap and address space operationsNamjae Jeon-1596/+985
2026-02-19ntfs: update file operationsNamjae Jeon-1855/+1019
2026-02-19ntfs: update directory operationsNamjae Jeon-1275/+2648
2026-02-19ntfs: update mft operationsNamjae Jeon-1272/+1292