summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-05-15Merge tag 'v7.1-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-63/+130
2026-05-15Merge tag 'ceph-for-7.1-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds-10/+46
2026-05-15Merge tag 'for-7.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-32/+55
2026-05-15Merge tag 'xfs-fixes-7.1-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-21/+52
2026-05-15Merge tag 'nfsd-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-25/+59
2026-05-15Merge tag 'block-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2026-05-14smbdirect: Fix error cleanup in smbdirect_map_sges_from_iter()David Howells-1/+1
2026-05-14smb: client: avoid integer overflow in SMB2 READ length checkJeremy Erazo-7/+12
2026-05-14cifs: client: stage smb3_reconfigure() updates and restore ctx on failureDaeMyung Kang-53/+108
2026-05-14smb/client: fix possible infinite loop and oob read in symlink_data()Ye Bin-0/+3
2026-05-13block: pass a minsize argument to bio_iov_iter_bounceChristoph Hellwig-1/+1
2026-05-12SMB3.1.1: add missing QUERY_DIR info levelsSteve French-2/+6
2026-05-11xfs: Fix typo in commentMd Shofiqul Islam-1/+1
2026-05-11xfs: fix the "limiting open zones" messageChristoph Hellwig-1/+1
2026-05-11ceph: put folios not suitable for writebackHristo Venev-0/+2
2026-05-11ceph: add ceph_has_realms_with_quotas() check to ceph_quota_update_statfs()Viacheslav Dubeyko-10/+27
2026-05-11ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob sizeViacheslav Dubeyko-0/+16
2026-05-11ceph: fix a buffer leak in __ceph_setxattr()Viacheslav Dubeyko-0/+1
2026-05-10NFSD: Fix infinite loop in layout state revocationChuck Lever-0/+7
2026-05-10nfsd: update mtime/ctime on COPY in presence of delegated attributesOlga Kornievskaia-1/+11
2026-05-10nfsd: update mtime/ctime on CLONE in presense of delegated attributesOlga Kornievskaia-15/+33
2026-05-10nfsd: fix file change detection in CB_GETATTRScott Mayhew-5/+8
2026-05-09Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds-1/+1
2026-05-08Merge tag 'v7.1-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-24/+96
2026-05-08btrfs: fix incorrect i_size after remount caused by KEEP_SIZE prealloc gapRobbie Ko-0/+28
2026-05-08btrfs: only release the dirty pages io tree after successful writesQu Wenruo-5/+5
2026-05-08btrfs: always pass __GFP_NOWARN from add_ra_bio_pages()Calvin Owens-12/+14
2026-05-08btrfs: fix check_chunk_block_group_mappings() to iterate all chunk mapsZhengYuan Huang-15/+8
2026-05-07smb: client: validate dacloffset before building DACL pointersMichael Bommarito-3/+32
2026-05-07smb/client: fix out-of-bounds read in smb2_compound_op()Zisen Ye-4/+8
2026-05-07smb/client: fix out-of-bounds read in symlink_data()Zisen Ye-1/+2
2026-05-07smb: client: Zero-pad short GSS session keys per MS-SMB2Piyush Sachdeva-5/+18
2026-05-07smb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva-10/+27
2026-05-06Merge tag 'v7.1-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-342/+508
2026-05-06ovl: fix verity lazy-load guard broken by fsverity_active() semantic changeColin Walters-1/+1
2026-05-06Merge tag 'efi-fixes-for-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+1
2026-05-03smb: client: use kzalloc to zero-initialize security descriptor bufferBjoern Doebel-1/+1
2026-05-03cifs: abort open_cached_dir if we don't request leasesShyam Prasad N-0/+8
2026-05-02Merge tag 'ntfs-for-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-25/+72
2026-05-01ksmbd: validate inherited ACE SID lengthShota Zaizen-14/+52
2026-05-01ksmbd: fix kernel-doc warnings from ksmbd_conn_get/put()Namjae Jeon-0/+4
2026-05-01ksmbd: fail share config requests when path allocation failsShuhao Fu-4/+8
2026-05-01ksmbd: close durable scavenger races against m_fp_list lookupsDaeMyung Kang-26/+76
2026-05-01ksmbd: harden file lifetime during session teardownDaeMyung Kang-25/+164
2026-05-01ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang-30/+156
2026-05-01smb: smbdirect: fix MR registration for coalesced SG listsYi Kuo-9/+12
2026-05-01smb: smbdirect: introduce and use include/linux/smbdirect.hStefan Metzmacher-204/+3
2026-05-01smb: smbdirect: make use of DEFAULT_SYMBOL_NAMESPACE and EXPORT_SYMBOL_GPLStefan Metzmacher-30/+33
2026-05-01Merge tag 'v7.1-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-9/+46
2026-04-30Merge tag 'v7.1-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-33/+12