summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-04-29cifs: change_conf needs to be called for session setupShyam Prasad N-0/+11
2026-04-29smb: client: change allocation requirements in smb2_compound_opFredric Cover-1/+1
2026-04-30ntfs: Use return instead of goto in ntfs_mapping_pairs_decompress()Nathan Chancellor-1/+1
2026-04-30ntfs: drop nlink once for WIN32/DOS aliasesHyunchul Lee-2/+11
2026-04-29ksmbd: rewrite stop_sessions() with restartable iterationDaeMyung Kang-8/+39
2026-04-29smb: server: handle readdir_info_level_struct_sz() errorMarios Makassikis-1/+7
2026-04-28ntfs: fix invalid PTR_ERR() usage in __ntfs_bitmap_set_bits_in_run()Namjae Jeon-8/+11
2026-04-28efivarfs: use QSTR() in efivarfs_alloc_dentryThorsten Blum-4/+1
2026-04-27Merge tag 'fs_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-12/+18
2026-04-27Merge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-12/+49
2026-04-27Merge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-29/+104
2026-04-27ntfs: fix error handling in ntfs_write_iomap_end_resident()Namjae Jeon-3/+3
2026-04-27ntfs: fix VCN overflow in ntfs_mapping_pairs_decompress()Zhan Xusheng-3/+21
2026-04-27ntfs: fix WSL symlink target leak on reparse failureDaeMyung Kang-2/+3
2026-04-27ntfs: fix NULL dereference in ntfs_index_walk_down()DaeMyung Kang-7/+23
2026-04-27xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreateRavi Singh-6/+11
2026-04-27xfs: check da node block pad field during scrubYuto Ohnuki-1/+6
2026-04-27xfs: fix memory leak for data allocated by xfs_zone_gc_data_alloc()Wilfred Mallawa-1/+1
2026-04-27xfs: fix memory leak on error in xfs_alloc_zone_info()Wilfred Mallawa-1/+1
2026-04-27xfs: check directory data block header padding in scrubYuto Ohnuki-1/+19
2026-04-27xfs: zero directory data block padding on write verificationYuto Ohnuki-0/+6
2026-04-27xfs: zero entire directory data block header region at initYuto Ohnuki-7/+5
2026-04-27xfs: remove the meaningless XFS_ALLOC_FLAG_FREEINGJinliang Zheng-2/+1
2026-04-26smb/client: remove unused smb3_parse_opt()David Disseldorp-32/+0
2026-04-26nfsd: fix GET_DIR_DELEGATION when VFS leases are disabledOlga Kornievskaia-4/+0
2026-04-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds-0/+3
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-40/+133
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-31/+1127
2026-04-24Merge tag 'ntfs-for-7.1-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-42/+114
2026-04-24Merge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds-3/+7
2026-04-23Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-100/+112
2026-04-23Merge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds-214/+164
2026-04-23Merge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds-392/+438
2026-04-24eventpoll: drop vestigial epi->dying flagChristian Brauner-20/+7
2026-04-24eventpoll: drop dead bool return from ep_remove_epi()Christian Brauner-8/+5
2026-04-24eventpoll: move f_lock acquisition into ep_remove_file()Christian Brauner-6/+4
2026-04-24eventpoll: fix ep_remove struct eventpoll / struct file UAFChristian Brauner-6/+10
2026-04-24eventpoll: move epi_fget() upChristian Brauner-28/+28
2026-04-24eventpoll: rename ep_remove_safe() back to ep_remove()Christian Brauner-8/+8
2026-04-24eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()Christian Brauner-6/+6
2026-04-24eventpoll: kill __ep_remove()Christian Brauner-37/+30
2026-04-24eventpoll: split __ep_remove()Christian Brauner-4/+23
2026-04-24eventpoll: use hlist_is_singular_node() in __ep_remove()Christian Brauner-1/+1
2026-04-24fs: Handle multiply claimed blocks more gracefully with mmbJan Kara-1/+8
2026-04-24fs: aio: reject partial mremap to avoid Null-pointer-dereference errorZizhi Wo-1/+2
2026-04-24fuse: reject oversized dirents in page cacheSamuel Page-0/+4
2026-04-24writeback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara-17/+19
2026-04-24fs: aio: set VMA_DONTCOPY_BIT in mmap to fix NULL-pointer-dereference errorZizhi Wo-1/+1
2026-04-22smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/Stefan Metzmacher-42/+42
2026-04-22Merge tag 'tracefs-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-2/+22