summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
3 daysMerge tag 'xfs-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
4 daysMerge tag 'nfs-for-6.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
4 daysNFS: Fix size read races in truncate, fallocate and copy offloadTrond Myklebust
6 daysMerge tag 'gfs2-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
6 daysxfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster
6 daysxfs: Fix xfs_grow_last_rtg()Nirjhar Roy (IBM)
6 daysxfs: improve the assert at the top of xfs_log_coverChristoph Hellwig
6 daysxfs: fix an overly long line in xfs_rtgroup_calc_geometryChristoph Hellwig
6 daysxfs: mark __xfs_rtgroup_extents staticChristoph Hellwig
6 daysxfs: Fix the return value of xfs_rtcopy_summary()Nirjhar Roy (IBM)
7 daysNFS: Don't immediately return directory delegations when disabledAnna Schumaker
7 daysRevert "gfs2: Fix use of bio_chain"Andreas Gruenbacher
8 daystreewide: Update email addressThomas Gleixner
9 dayserofs: fix file-backed mounts no longer working on EROFS partitionsGao Xiang
9 daysMerge tag 'erofs-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
9 dayserofs: don't bother with s_stack_depth increasing for nowGao Xiang
10 daysMerge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
10 daysMerge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
10 daysxfs: fix memory leak in xfs_growfs_check_rtgeom()Dan Carpenter
12 daysNFS/localio: Deal with page bases that are > PAGE_SIZETrond Myklebust
12 daysNFS/localio: Stop further I/O upon hitting an errorTrond Myklebust
12 daysNFSv4.x: Directory delegations don't require any state recoveryTrond Myklebust
12 dayspidfs: protect PIDFD_GET_* ioctls() via ifdefChristian Brauner
13 daysMerge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
13 daysbtrfs: show correct warning if can't read data reloc treeMark Harmstone
13 daysbtrfs: fix NULL pointer dereference in do_abort_log_replay()Suchit Karunakaran
13 daysbtrfs: force free space tree for bs > ps casesQu Wenruo
13 daysbtrfs: only enforce free space tree if v1 cache is required for bs < ps casesQu Wenruo
13 daysbtrfs: release path before initializing extent tree in btrfs_read_locked_inode()Filipe Manana
13 daysbtrfs: avoid access-beyond-folio for bs > ps encoded writesQu Wenruo
13 daysMerge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-04NFSv4: Don't free slots prematurely if requesting a directory delegationTrond Myklebust
2026-01-04NFSv4: Fix nfs_clear_verifier_delegated() for delegated directoriesTrond Myklebust
2026-01-04NFS: Fix directory delegation verifier checksAnna Schumaker
2026-01-04pnfs/blocklayout: Fix memory leak in bl_parse_scsi()Zilin Guan
2026-01-04pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node()Zilin Guan
2026-01-04NFS: Fix a deadlock involving nfs_release_folio()Trond Myklebust
2026-01-04pNFS: Fix a deadlock when returning a delegation during open()Trond Myklebust
2026-01-02NFSD: net ref data still needs to be freed even if net hasn't startupEdward Adam Davis
2026-01-02nfsd: check that server is running in unlock_filesystemOlga Kornievskaia
2026-01-02nfsd: use correct loop termination in nfsd4_revoke_states()NeilBrown
2026-01-02nfsd: provide locking for v4_end_graceNeilBrown
2026-01-02NFSD: Fix permission check for read access to executable-only filesScott Mayhew
2026-01-02NFSD: Remove NFSERR_EAGAINChuck Lever
2026-01-02Merge tag 'v6.19-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-01-02Merge tag 'v6.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-12-30Merge tag 'nfsd-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-12-30smb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_rangeHenrique Carvalho
2025-12-30smb3 client: add missing tracepoint for unsupported ioctlsSteve French
2025-12-29smb/server: fix refcount leak in smb2_open()ZhangGuoDong