summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-06-27cifs: fix typo in module parameter enable_gcm_256Steve French1-1/+1
2024-06-27btrfs: retry block group reclaim without infinite loopBoris Burkov1-2/+9
2024-06-27udf: udftime: prevent overflow in udf_disk_stamp_to_time()Roman Smirnov1-3/+8
2024-06-27f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He1-2/+0
2024-06-21cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-modeDavid Howells1-0/+3
2024-06-21nilfs2: fix potential kernel bug due to lack of writeback flag waitingRyusuke Konishi1-0/+3
2024-06-21btrfs: zoned: fix use-after-free due to race with dev replaceFilipe Manana1-3/+10
2024-06-21btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_infoChristoph Hellwig1-37/+42
2024-06-21btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...Christoph Hellwig1-11/+19
2024-06-21btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_infoChristoph Hellwig1-92/+92
2024-06-21btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_infoChristoph Hellwig1-47/+37
2024-06-21ocfs2: fix races between hole punching and AIO+DIOSu Yue1-0/+2
2024-06-21ocfs2: use coarse time for new created filesSu Yue1-1/+1
2024-06-21fs/proc: fix softlockup in __read_vmcoreRik van Riel1-0/+2
2024-06-21knfsd: LOOKUP can return an illegal error valueTrond Myklebust1-2/+2
2024-06-21NFS: add barriers when testing for NFS_FSDATA_BLOCKEDNeilBrown1-15/+32
2024-06-21NFSv4.1 enforce rootpath check in fs_location queryOlga Kornievskaia1-1/+22
2024-06-21cachefiles: flush all requests after setting CACHEFILES_DEADBaokun Li2-1/+4
2024-06-21cachefiles: defer exposing anon_fd until after copy_to_user() succeedsBaokun Li1-20/+33
2024-06-21cachefiles: never get a new anonymous fd if ondemand_id is validBaokun Li1-6/+28
2024-06-21cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()Baokun Li1-29/+16
2024-06-21cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()Baokun Li1-0/+3
2024-06-21cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()Baokun Li2-4/+20
2024-06-21cachefiles: add restore command to recover inflight ondemand read requestsJia Zhu3-0/+27
2024-06-21cachefiles: add spin_lock for cachefiles_ondemand_infoBaokun Li2-1/+35
2024-06-21cachefiles: resend an open request if the read request's object is closedJia Zhu2-29/+72
2024-06-21cachefiles: extract ondemand info field from cachefiles_objectJia Zhu3-11/+56
2024-06-21cachefiles: introduce object ondemand stateJia Zhu2-12/+30
2024-06-21cachefiles: remove requests from xarray during flushing requestsBaokun Li1-0/+1
2024-06-21jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman1-1/+3
2024-06-21nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi1-1/+1
2024-06-21nilfs2: return the mapped address from nilfs_get_page()Matthew Wilcox (Oracle)1-30/+27
2024-06-21btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana1-9/+1
2024-06-21btrfs: make btrfs_destroy_delayed_refs() return voidFilipe Manana1-6/+3
2024-06-21btrfs: remove unnecessary prototype declarations at disk-io.cFilipe Manana1-9/+0
2024-06-21btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo1-1/+1
2024-06-16smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya1-1/+1
2024-06-16btrfs: fix crash on racing fsync and size-extending write into preallocOmar Sandoval1-6/+11
2024-06-16NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUSAnna Schumaker1-1/+1
2024-06-16nfs: fix undefined behavior in nfs_block_bits()Sergey Shtylyov1-2/+2
2024-06-16ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li1-1/+3
2024-06-16ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflowBaokun Li1-1/+1
2024-06-169p: add missing locking around taking dentry fid listDominique Martinet1-2/+7
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu1-0/+6
2024-06-16nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi1-6/+19
2024-06-16afs: Don't cross .backup mountpoint from backup volumeMarc Dionne1-0/+5
2024-06-12pNFS/filelayout: fixup pNfs allocation modesOlga Kornievskaia1-2/+2
2024-06-12nfs: keep server info for remountsMartin Kaiser1-3/+6
2024-06-12NFSv4: Fixup smatch warning for ambiguous returnBenjamin Coddington1-7/+5
2024-06-12fs/ntfs3: Use variable length array instead of fixed sizeKonstantin Komarov1-1/+1