aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-05-10ntfs: validate MFT attrs_offset against bytes_in_useDaeMyung Kang1-1/+12
2026-05-09ntfs: fix missing kstrdup() error check in ntfs_write_volume_label()Zhan Xusheng1-4/+18
2026-05-08Merge tag 'v7.1-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-24/+96
2026-05-08ntfs: avoid leaking uninitialised bytes in new security descriptorsDaeMyung Kang1-2/+2
2026-05-08ntfs: fix out-of-bounds write in ntfs_index_walk_down()DaeMyung Kang1-5/+12
2026-05-08ntfs: fix out-of-bounds write in ntfs_rl_collapse_range() merge pathDaeMyung Kang1-4/+5
2026-05-08ntfs: fix variable dereferenced before check ni in ntfs_attr_open()Namjae Jeon1-3/+3
2026-05-08ntfs: fix default_upcase refcount underflow and UAF on fs_context teardownDaeMyung Kang1-3/+3
2026-05-08ntfs: match ntfs_resident_attr_min_value_length with $AttrDefHyunchul Lee1-13/+2
2026-05-08ntfs: avoid use-after-free of index inode in ntfs_inode_sync_filename()DaeMyung Kang1-3/+3
2026-05-08ntfs: fix copy length in ntfs_bdev_write() for non-page-aligned startDaeMyung Kang1-2/+5
2026-05-08ntfs: wait for sync mft writes to completeDaeMyung Kang1-22/+41
2026-05-08ntfs: capture mft mirror sync errors in ntfs_write_mft_block()DaeMyung Kang1-2/+6
2026-05-08ntfs: redirty folio when ntfs_write_mft_block() runs out of memoryDaeMyung Kang1-1/+4
2026-05-08ntfs: use base mft_no when looking up base inode for extent recordDaeMyung Kang1-1/+1
2026-05-08btrfs: fix incorrect i_size after remount caused by KEEP_SIZE prealloc gapRobbie Ko1-0/+28
2026-05-08btrfs: only release the dirty pages io tree after successful writesQu Wenruo2-5/+5
2026-05-08btrfs: always pass __GFP_NOWARN from add_ra_bio_pages()Calvin Owens1-12/+14
2026-05-08btrfs: fix check_chunk_block_group_mappings() to iterate all chunk mapsZhengYuan Huang1-15/+8
2026-05-07smb: client: validate dacloffset before building DACL pointersMichael Bommarito1-3/+32
2026-05-07smb/client: fix out-of-bounds read in smb2_compound_op()Zisen Ye1-4/+8
2026-05-07smb/client: fix out-of-bounds read in symlink_data()Zisen Ye1-1/+2
2026-05-07smb: client: Zero-pad short GSS session keys per MS-SMB2Piyush Sachdeva1-5/+18
2026-05-07smb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva2-10/+27
2026-05-06Merge tag 'v7.1-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds25-342/+508
2026-05-06ovl: fix verity lazy-load guard broken by fsverity_active() semantic changeColin Walters1-1/+1
2026-05-06Merge tag 'efi-fixes-for-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-4/+1
2026-05-03smb: client: use kzalloc to zero-initialize security descriptor bufferBjoern Doebel1-1/+1
2026-05-03cifs: abort open_cached_dir if we don't request leasesShyam Prasad N1-0/+8
2026-05-03ntfs: fix variable dereferenced before check ni and attr in ntfs_attrlist_entry_add()Namjae Jeon1-4/+3
2026-05-02Merge tag 'ntfs-for-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfsLinus Torvalds7-25/+72
2026-05-01ksmbd: validate inherited ACE SID lengthShota Zaizen1-14/+52
2026-05-01ksmbd: fix kernel-doc warnings from ksmbd_conn_get/put()Namjae Jeon1-0/+4
2026-05-01ksmbd: fail share config requests when path allocation failsShuhao Fu1-4/+8
2026-05-01ksmbd: close durable scavenger races against m_fp_list lookupsDaeMyung Kang1-26/+76
2026-05-01ksmbd: harden file lifetime during session teardownDaeMyung Kang3-25/+164
2026-05-01ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang5-30/+156
2026-05-01smb: smbdirect: fix MR registration for coalesced SG listsYi Kuo1-9/+12
2026-05-01smb: smbdirect: introduce and use include/linux/smbdirect.hStefan Metzmacher7-204/+3
2026-05-01smb: 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-04-30Merge tag 'v7.1-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-33/+12
2026-04-29cifs: change_conf needs to be called for session setupShyam Prasad N1-0/+11
2026-04-29smb: 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