summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-03-16Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-15smb: client: fix krb5 mount with username optionPaulo Alcantara
2026-03-14NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fdChuck Lever
2026-03-14NFSD: Defer sub-object cleanup in export put callbacksChuck Lever
2026-03-13Merge tag 'ceph-for-7.0-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-03-13Merge tag 'xfs-fixes-7.0-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-03-13Merge tag 'v7.0-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-03-13btrfs: tree-checker: fix misleading root drop_level error messageZhengYuan Huang
2026-03-13btrfs: log new dentries when logging parent dir of a conflicting inodeFilipe Manana
2026-03-13btrfs: don't take device_list_mutex when querying zone infoJohannes Thumshirn
2026-03-13btrfs: pass 'verbose' parameter to btrfs_relocate_block_groupJohannes Thumshirn
2026-03-12Merge tag 'nfs-for-7.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-03-12Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-12Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-03-11cifs: make default value of retrans as zeroShyam Prasad N
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara
2026-03-11smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho
2026-03-11xfs: fix integer overflow in bmap intent sort comparatorLong Li
2026-03-10smb/client: only export symbol for 'smb2maperror-test' moduleYe Bin
2026-03-10smb: client: fix in-place encryption corruption in SMB2_write()Bharath SM
2026-03-10smb: client: fix sbflags initializationArnd Bergmann
2026-03-10smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara
2026-03-10xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong
2026-03-10xfs: ensure dquot item is deleted from AIL only after log shutdownLong Li
2026-03-10xfs: remove redundant set null for ip->i_itempLong Li
2026-03-09ceph: do not skip the first folio of the next object in writebackHristo Venev
2026-03-09ceph: fix memory leaks in ceph_mdsc_build_path()Max Kellermann
2026-03-09ceph: add a bunch of missing ceph_path_info initializersMax Kellermann
2026-03-09ceph: fix i_nlink underrun during async unlinkMax Kellermann
2026-03-09netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retryDeepanshu Kartikey
2026-03-09netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iteratorsDeepanshu Kartikey
2026-03-08ksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum
2026-03-08smb: server: fix use-after-free in smb2_open()Marios Makassikis
2026-03-08ksmbd: fix use-after-free in smb_lazy_parent_lease_break_close()Namjae Jeon
2026-03-08ksmbd: fix use-after-free by using call_rcu() for oplock_infoNamjae Jeon
2026-03-08ksmbd: fix use-after-free in proc_show_files due to early rcu_read_unlockAli Khaledi
2026-03-08smb/server: Fix another refcount leak in smb2_open()Guenter Roeck
2026-03-06rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()Miaoqian Lin
2026-03-06Merge tag 'v7.0-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-03-06xfs: fix returned valued from xfs_defer_can_appendCarlos Maiolino
2026-03-05smb: client: fix oops due to uninitialised var in smb2_unlink()Paulo Alcantara
2026-03-05Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-03-05xfs: Remove redundant NULL check after __GFP_NOFAILhongao
2026-03-04Merge tag 'vfs-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-03-04cifs: open files should not hold ref on superblockShyam Prasad N
2026-03-04iomap: reject delalloc mappings during writebackDarrick J. Wong
2026-03-04iomap: don't mark folio uptodate if read IO has bytes pendingJoanne Koong
2026-03-04xfs: fix race between healthmon unmount and read_iterDarrick J. Wong
2026-03-04xfs: remove scratch field from struct xfs_gc_bioDamien Le Moal
2026-03-03smb: client: Compare MACs in constant timeEric Biggers