summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-05-07Merge tag 'v7.1-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds25-342/+508
2026-05-06Merge tag 'efi-fixes-for-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+1
2026-05-02Merge tag 'ntfs-for-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-25/+72
2026-05-02ksmbd: validate inherited ACE SID lengthShota Zaizen1-14/+52
2026-05-02ksmbd: fix kernel-doc warnings from ksmbd_conn_get/put()Namjae Jeon1-0/+4
2026-05-02ksmbd: fail share config requests when path allocation failsShuhao Fu1-4/+8
2026-05-02ksmbd: close durable scavenger races against m_fp_list lookupsDaeMyung Kang1-26/+76
2026-05-02ksmbd: harden file lifetime during session teardownDaeMyung Kang3-25/+164
2026-05-02ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang5-30/+156
2026-05-02smb: smbdirect: fix MR registration for coalesced SG listsYi Kuo1-9/+12
2026-05-02smb: smbdirect: introduce and use include/linux/smbdirect.hStefan Metzmacher7-204/+3
2026-05-02smb: smbdirect: make use of DEFAULT_SYMBOL_NAMESPACE and EXPORT_SYMBOL_GPLStefan Metzmacher13-30/+33
2026-05-01Merge tag 'v7.1-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-9/+46
2026-05-01Merge tag 'v7.1-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-33/+12
2026-04-30cifs: change_conf needs to be called for session setupShyam Prasad N1-0/+11
2026-04-30smb: client: change allocation requirements in smb2_compound_opFredric Cover1-1/+1
2026-04-30ntfs: Use return instead of goto in ntfs_mapping_pairs_decompress()Nathan Chancellor1-1/+1
2026-04-30ntfs: drop nlink once for WIN32/DOS aliasesHyunchul Lee1-2/+11
2026-04-29ksmbd: rewrite stop_sessions() with restartable iterationDaeMyung Kang2-8/+39
2026-04-29smb: server: handle readdir_info_level_struct_sz() errorMarios Makassikis1-1/+7
2026-04-28ntfs: fix invalid PTR_ERR() usage in __ntfs_bitmap_set_bits_in_run()Namjae Jeon1-8/+11
2026-04-28efivarfs: use QSTR() in efivarfs_alloc_dentryThorsten Blum1-4/+1
2026-04-28Merge tag 'fs_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-12/+18
2026-04-28Merge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-12/+49
2026-04-28Merge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-29/+104
2026-04-27ntfs: fix error handling in ntfs_write_iomap_end_resident()Namjae Jeon1-3/+3
2026-04-27ntfs: fix VCN overflow in ntfs_mapping_pairs_decompress()Zhan Xusheng1-3/+21
2026-04-27ntfs: fix WSL symlink target leak on reparse failureDaeMyung Kang1-2/+3
2026-04-27ntfs: fix NULL dereference in ntfs_index_walk_down()DaeMyung Kang2-7/+23
2026-04-27smb/client: remove unused smb3_parse_opt()David Disseldorp2-32/+0
2026-04-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-0/+3
2026-04-25Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-40/+133
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds14-31/+1127
2026-04-24Merge tag 'ntfs-for-7.1-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-42/+114
2026-04-24Merge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds2-3/+7
2026-04-24Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-100/+112
2026-04-24Merge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds39-214/+164
2026-04-24Merge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds24-392/+438
2026-04-24eventpoll: drop vestigial epi->dying flagChristian Brauner1-20/+7
2026-04-24eventpoll: drop dead bool return from ep_remove_epi()Christian Brauner1-8/+5
2026-04-24eventpoll: move f_lock acquisition into ep_remove_file()Christian Brauner1-6/+4
2026-04-24eventpoll: fix ep_remove struct eventpoll / struct file UAFChristian Brauner1-6/+10
2026-04-24eventpoll: move epi_fget() upChristian Brauner1-28/+28
2026-04-24eventpoll: rename ep_remove_safe() back to ep_remove()Christian Brauner1-8/+8
2026-04-24eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()Christian Brauner1-6/+6
2026-04-24eventpoll: kill __ep_remove()Christian Brauner1-37/+30
2026-04-24eventpoll: split __ep_remove()Christian Brauner1-4/+23
2026-04-24eventpoll: use hlist_is_singular_node() in __ep_remove()Christian Brauner1-1/+1
2026-04-24fs: Handle multiply claimed blocks more gracefully with mmbJan Kara1-1/+8
2026-04-24fs: aio: reject partial mremap to avoid Null-pointer-dereference errorZizhi Wo1-1/+2