summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'ext4_for_linus-6.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+3
6 daysext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun1-0/+1
6 daysext4: add missing down_write_data_sem in mext_move_extent().Julian Sun1-0/+2
6 daysMerge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-68/+41
8 daysMerge tag 'xfs-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-39/+41
8 daysMerge tag 'nfs-for-6.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-101/+238
8 daysNFS: Fix size read races in truncate, fallocate and copy offloadTrond Myklebust3-14/+27
9 daysbtrfs: remove zoned statistics from sysfsJohannes Thumshirn1-52/+0
10 daysMerge tag 'gfs2-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
11 daysxfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster1-5/+6
11 daysxfs: Fix xfs_grow_last_rtg()Nirjhar Roy (IBM)1-1/+1
11 daysxfs: improve the assert at the top of xfs_log_coverChristoph Hellwig1-3/+5
11 daysxfs: fix an overly long line in xfs_rtgroup_calc_geometryChristoph Hellwig1-1/+2
11 daysxfs: mark __xfs_rtgroup_extents staticChristoph Hellwig2-27/+25
11 daysxfs: Fix the return value of xfs_rtcopy_summary()Nirjhar Roy (IBM)1-1/+1
12 daysNFS: Don't immediately return directory delegations when disabledAnna Schumaker1-1/+1
12 daysbtrfs: fix memory leaks in create_space_info() error pathsJiasheng Jiang1-2/+6
12 daysbtrfs: invalidate pages instead of truncate after reflinkingFilipe Manana1-10/+13
12 daysbtrfs: update the Kconfig string for CONFIG_BTRFS_EXPERIMENTALQu Wenruo1-1/+5
12 daysRevert "gfs2: Fix use of bio_chain"Andreas Gruenbacher1-1/+1
13 daystreewide: Update email addressThomas Gleixner1-2/+2
14 dayserofs: fix file-backed mounts no longer working on EROFS partitionsGao Xiang1-1/+2
14 daysMerge tag 'erofs-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+12
2026-01-10erofs: don't bother with s_stack_depth increasing for nowGao Xiang1-6/+12
2026-01-09Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-17/+39
2026-01-09btrfs: send: check for inline extents in range_is_hole_in_parent()Qu Wenruo1-0/+2
2026-01-09btrfs: tests: fix return 0 on rmap test failureNaohiro Aota1-0/+3
2026-01-09btrfs: tests: fix root tree leak in btrfs_test_qgroups()Zilin Guan1-3/+3
2026-01-09btrfs: release path before iget_failed() in btrfs_read_locked_inode()Filipe Manana1-0/+9
2026-01-09Merge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds11-91/+184
2026-01-09xfs: fix memory leak in xfs_growfs_check_rtgeom()Dan Carpenter1-1/+1
2026-01-07NFS/localio: Deal with page bases that are > PAGE_SIZETrond Myklebust1-0/+2
2026-01-07NFS/localio: Stop further I/O upon hitting an errorTrond Myklebust1-16/+14
2026-01-07NFSv4.x: Directory delegations don't require any state recoveryTrond Myklebust2-1/+10
2026-01-07pidfs: protect PIDFD_GET_* ioctls() via ifdefChristian Brauner1-0/+18
2026-01-06Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds9-32/+75
2026-01-06btrfs: show correct warning if can't read data reloc treeMark Harmstone1-0/+1
2026-01-06btrfs: fix NULL pointer dereference in do_abort_log_replay()Suchit Karunakaran1-1/+1
2026-01-06btrfs: force free space tree for bs > ps casesQu Wenruo1-1/+1
2026-01-06btrfs: only enforce free space tree if v1 cache is required for bs < ps casesQu Wenruo1-7/+5
2026-01-06btrfs: release path before initializing extent tree in btrfs_read_locked_inode()Filipe Manana1-5/+14
2026-01-06btrfs: avoid access-beyond-folio for bs > ps encoded writesQu Wenruo1-4/+18
2026-01-06Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-37/+63
2026-01-05NFSv4: Don't free slots prematurely if requesting a directory delegationTrond Myklebust1-8/+39
2026-01-05NFSv4: Fix nfs_clear_verifier_delegated() for delegated directoriesTrond Myklebust1-8/+49
2026-01-05NFS: Fix directory delegation verifier checksAnna Schumaker1-19/+2
2026-01-05pnfs/blocklayout: Fix memory leak in bl_parse_scsi()Zilin Guan1-2/+4
2026-01-05pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node()Zilin Guan1-1/+1
2026-01-05NFS: Fix a deadlock involving nfs_release_folio()Trond Myklebust3-1/+38
2026-01-05pNFS: Fix a deadlock when returning a delegation during open()Trond Myklebust3-30/+51