summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
30 hoursksmbd: fix recursive locking in RPC handle list accessMarios Makassikis3-6/+22
30 hourswriteback: fix 100% CPU usage when dirtytime_expire_interval is 0Laveesh Bansal1-4/+10
30 hoursbtrfs: prevent use-after-free on page private data in btrfs_subpage_clear_upt...JP Kobryn1-0/+13
30 hoursksmbd: Fix race condition in RPC handle list accessYunseong Kim1-9/+17
30 hoursksmbd: fix use-after-free in ksmbd_session_rpc_openNamjae Jeon2-6/+15
30 hoursNFSD: fix race between nfsd registration and exports_procManinder Singh1-9/+8
30 hoursgfs2: Fix NULL pointer dereference in gfs2_log_flushAndreas Gruenbacher2-1/+6
30 hoursfs/ntfs3: Initialize allocated memory before useBartlomiej Kubik1-4/+3
30 hoursiomap: Fix possible overflow condition in iomap_write_delalloc_scanRitesh Harjani (IBM)1-1/+1
30 hoursksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier1-8/+7
30 hoursxfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster1-5/+6
30 hoursefivarfs: fix error propagation in efivar_entry_get()Kohei Enju1-1/+1
30 hoursbtrfs: fix missing fields in superblock backup with BLOCK_GROUP_TREEMark Harmstone1-1/+1
30 hoursbtrfs: fix deadlock in wait_current_trans() due to ignored transaction typeRobbie Ko1-5/+6
30 hoursext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun1-0/+1
30 hoursbtrfs: fix memory leaks in create_space_info() error pathsJiasheng Jiang1-2/+6
30 hoursbtrfs: introduce btrfs_space_info sub-groupNaohiro Aota4-6/+76
30 hoursbtrfs: factor out check_removing_space_info() from btrfs_free_block_groups()Naohiro Aota1-22/+27
30 hoursbtrfs: factor out init_space_info() from create_space_info()Naohiro Aota1-11/+16
30 hoursbtrfs: store fs_info in space_infoBoris Burkov2-0/+2
30 hoursbtrfs: move flush related definitions to space-info.hJosef Bacik6-59/+63
30 hourspnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node()Zilin Guan1-1/+1
30 hoursRevert "gfs2: Fix use of bio_chain"Andreas Gruenbacher1-1/+1
2026-01-17NFSD: Remove NFSERR_EAGAINChuck Lever3-3/+1
2026-01-17nfs_common: factor out nfs_errtbl and nfs_stat_to_errnoMike Snitzer7-160/+93
2026-01-17nfsd: provide locking for v4_end_graceNeilBrown4-5/+44
2026-01-17smb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong1-1/+1
2026-01-17smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong1-1/+1
2026-01-17smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong1-1/+1
2026-01-17NFS: Fix up the automount fs_context to use the correct credTrond Myklebust1-0/+5
2026-01-17NFSv4: ensure the open stateid seqid doesn't go backwardsScott Mayhew2-2/+12
2026-01-17ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin3-25/+13
2026-01-17ext4: introduce ITAIL helperYe Bin2-5/+8
2026-01-17btrfs: always detect conflicting inodes when logging inode refsFilipe Manana1-4/+2
2026-01-11ext4: fix error message when rejecting the default hashGabriel Krisman Bertazi2-11/+18
2026-01-11ext4: factor out ext4_hash_info_init()Jason Yan1-20/+30
2026-01-11ext4: filesystems without casefold feature cannot be mounted with siphashLizhi Xu1-0/+8
2026-01-11NFSD: NFSv4 file creation neglects setting ACLChuck Lever1-1/+1
2026-01-11lockd: fix vfs_test_lock() callsNeilBrown4-18/+25
2026-01-11fuse: fix readahead reclaim deadlockJoanne Koong1-7/+19
2026-01-11btrfs: don't log conflicting inode if it's a dir moved in the current transac...Filipe Manana1-0/+38
2026-01-11NFSD: Clear SECLABEL in the suppattr_exclcreat bitmapChuck Lever1-0/+5
2026-01-11f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes()Chao Yu1-3/+6
2026-01-11f2fs: use global inline_xattr_slab instead of per-sb slab cacheChao Yu4-35/+23
2026-01-11f2fs: fix to propagate error from f2fs_enable_checkpoint()Chao Yu1-9/+15
2026-01-11f2fs: fix to avoid updating compression context during writebackChao Yu4-3/+23
2026-01-11f2fs: drop inode from the donation list when the last file is closedJaegeuk Kim4-2/+11
2026-01-11f2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim5-6/+84
2026-01-11f2fs: remove unused GC_FAILURE_PINChao Yu4-22/+13
2026-01-11f2fs: fix to avoid updating zero-sized extent in extent cacheChao Yu1-1/+3