summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
38 hourssmb: client: require net admin for CIFS SWN netlinkMichael Bommarito1-1/+5
38 hoursksmbd: fix OOB write in QUERY_INFO for compound requestsAsim Viladi Oglu Manizada3-32/+134
38 hoursfs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signalingMingyu Wang1-4/+4
38 hoursfuse: reject fuse_notify() pagecache ops on directoriesJann Horn1-1/+8
38 hoursksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCELGil Portnoy1-0/+11
38 hoursiomap: don't revert iov_iter on partially completed buffered writesBrian Foster1-4/+0
38 hoursksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiersGil Portnoy1-3/+12
38 hoursksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev1-4/+4
38 hourshpfs: fix a crash if hpfs_map_dnode_bitmap failsMikulas Patocka1-1/+1
38 hoursksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET...Sean Shen1-0/+11
2026-06-01netfs: Fix overrun check in netfs_extract_user_iter()David Howells1-9/+17
2026-06-01zonefs: handle integer overflow in zonefs_fname_to_fnoJohannes Thumshirn1-1/+5
2026-06-01cifs: Fix busy dentry used after unmountingZhihao Cheng1-0/+2
2026-06-01smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when closeChenXiaoSong1-4/+12
2026-06-01smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()Henrique Carvalho1-0/+2
2026-06-01ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflowFerry Meng1-3/+9
2026-06-01ksmbd: fix null pointer dereference in compare_guid_key()Jeremy Laratro1-1/+5
2026-06-01sysfs: don't remove existing directory on update failureGreg Kroah-Hartman1-1/+1
2026-06-01smb: client: reject userspace cifs.spnego descriptionsAsim Viladi Oglu Manizada1-0/+16
2026-06-01ksmbd: close durable scavenger races against m_fp_list lookupsDaeMyung Kang1-27/+77
2026-06-01ksmbd: validate owner of durable handle on reconnectNamjae Jeon6-15/+103
2026-06-01ksmbd: add durable scavenger timerNamjae Jeon7-6/+167
2026-06-01ksmbd: avoid reclaiming expired durable opens by the clientNamjae Jeon2-1/+9
2026-05-23netfs: Fix potential uninitialised var in netfs_extract_user_iter()David Howells1-1/+1
2026-05-23ksmbd: validate inherited ACE SID lengthShota Zaizen1-14/+52
2026-05-23f2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu2-0/+14
2026-05-23f2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang1-4/+9
2026-05-23btrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana1-0/+2
2026-05-23btrfs: use btrfs inodes in btrfs_rmdir() to avoid so much usage of BTRFS_I()Filipe Manana1-15/+16
2026-05-23btrfs: use inode already stored in local variable at btrfs_rmdir()Filipe Manana1-2/+1
2026-05-23smb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva2-8/+26
2026-05-23eventfs: Use list_add_tail_rcu() for SRCU-protected children listDavid Carlier1-1/+1
2026-05-23btrfs: fix double free in create_space_info_sub_group() error pathGuangshuo Li1-3/+1
2026-05-23btrfs: remove fs_info argument from btrfs_sysfs_add_space_info_type()Filipe Manana3-7/+5
2026-05-23netfs: fix error handling in netfs_extract_user_iter()Paulo Alcantara1-3/+10
2026-05-23ceph: fix a buffer leak in __ceph_setxattr()Viacheslav Dubeyko1-0/+1
2026-05-23smb/client: fix possible infinite loop and oob read in symlink_data()Ye Bin1-0/+3
2026-05-23ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito2-9/+13
2026-05-23smb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman1-8/+12
2026-05-23smb: client: correctly handle ErrorContextData as a flexible arrayLiang Jie2-3/+3
2026-05-23ntfs: ->d_compare() must not blockAl Viro5-24/+20
2026-05-23btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone1-1/+1
2026-05-23fs/adfs: validate nzones in adfs_validate_bblk()Bae Yeonju1-0/+3
2026-05-23ksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim1-1/+6
2026-05-23ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang1-0/+2
2026-05-23ksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang1-0/+9
2026-05-23ksmbd: add support for supplementary groupsNamjae Jeon7-17/+137
2026-05-23ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()Thorsten Blum1-2/+2
2026-05-23ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang1-2/+3
2026-05-23f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()Yongpeng Yang1-2/+5