summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-05-08ntfs: redirty folio when ntfs_write_mft_block() runs out of memoryDaeMyung Kang
2026-05-08ntfs: use base mft_no when looking up base inode for extent recordDaeMyung Kang
2026-05-08dlm: init per node debugfs before add to node hashAlexander Aring
2026-05-08dlm: fix add msg handle in send_queue orderedAlexander Aring
2026-05-08dlm: add usercopy whitelist to dlm_cb cacheZiyi Guo
2026-05-08dlm: use hlist_for_each_entry_srcu for SRCU protected listsLi RongQing
2026-05-08fs/resctrl: Continue counter allocation after failureBen Horgan
2026-05-08btrfs: fix incorrect i_size after remount caused by KEEP_SIZE prealloc gapRobbie Ko
2026-05-08btrfs: only release the dirty pages io tree after successful writesQu Wenruo
2026-05-08btrfs: always pass __GFP_NOWARN from add_ra_bio_pages()Calvin Owens
2026-05-08btrfs: fix check_chunk_block_group_mappings() to iterate all chunk mapsZhengYuan Huang
2026-05-07hfs/hfsplus: zero-initialize buffer in hfs_bnode_readTristan Madani
2026-05-07hfs/hfsplus: fix u32 overflow in check_and_correct_requested_lengthTristan Madani
2026-05-07smb: client: validate dacloffset before building DACL pointersMichael Bommarito
2026-05-07smb/client: fix out-of-bounds read in smb2_compound_op()Zisen Ye
2026-05-07smb/client: fix out-of-bounds read in symlink_data()Zisen Ye
2026-05-07smb: client: Zero-pad short GSS session keys per MS-SMB2Piyush Sachdeva
2026-05-07smb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva
2026-05-07fs/resctrl: Add monitor property 'mbm_cntr_assign_fixed'Ben Horgan
2026-05-07sysfs: upgrade OOB write by buggy .show hook into WARNingAlexey Dobriyan
2026-05-06Merge tag 'v7.1-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-05-06fs/resctrl: Disallow the software controller when MBM counters are assignableBen Horgan
2026-05-06x86,fs/resctrl: Create 'event_filter' files read only if they're not configur...Ben Horgan
2026-05-06fs/resctrl: Tidy up the error path in resctrl_mkdir_event_configs()Ben Horgan
2026-05-06ovl: fix verity lazy-load guard broken by fsverity_active() semantic changeColin Walters
2026-05-06Merge tag 'efi-fixes-for-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-05-04nilfs2: reject CLEAN_SEGMENTS ioctl with out-of-range segment numbersDeepanshu Kartikey
2026-05-04gfs2: fix use-after-free in gfs2_qd_deallocTristan Madani
2026-05-03smb: client: use kzalloc to zero-initialize security descriptor bufferBjoern Doebel
2026-05-03cifs: abort open_cached_dir if we don't request leasesShyam Prasad N
2026-05-03cramfs: drop obsolete Future Development notes and update tools URLNicolas Pitre
2026-05-03ntfs: fix variable dereferenced before check ni and attr in ntfs_attrlist_ent...Namjae Jeon
2026-05-02Merge tag 'ntfs-for-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-05-01ksmbd: validate inherited ACE SID lengthShota Zaizen
2026-05-01ksmbd: fix kernel-doc warnings from ksmbd_conn_get/put()Namjae Jeon
2026-05-01ksmbd: fail share config requests when path allocation failsShuhao Fu
2026-05-01ksmbd: close durable scavenger races against m_fp_list lookupsDaeMyung Kang
2026-05-01ksmbd: harden file lifetime during session teardownDaeMyung Kang
2026-05-01ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang
2026-05-01smb: smbdirect: fix MR registration for coalesced SG listsYi Kuo
2026-05-01smb: smbdirect: introduce and use include/linux/smbdirect.hStefan Metzmacher
2026-05-01smb: smbdirect: make use of DEFAULT_SYMBOL_NAMESPACE and EXPORT_SYMBOL_GPLStefan Metzmacher
2026-05-01fs/timerfd: Use the new alarm/hrtimer functionsThomas Gleixner
2026-05-01Merge tag 'v7.1-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-05-01security,fs,nfs,net: update security_inode_listsecurity() interfaceStephen Smalley
2026-04-30Merge tag 'v7.1-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-04-30ntfs3: validate split-point offset in indx_insert_into_bufferMichael Bommarito
2026-04-30ntfs3: fix out-of-bounds read in decompress_lzntTristan Madani
2026-04-30ntfs3: bound to_move in indx_insert_into_root before hdr_insert_headMichael Bommarito
2026-04-30fs/ntfs3: add depth limit to indx_find_buffer to prevent stack overflowMichael Bommarito