summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-27cifs: fix typo in module parameter enable_gcm_256Steve French
2024-06-27btrfs: retry block group reclaim without infinite loopBoris Burkov
2024-06-27udf: udftime: prevent overflow in udf_disk_stamp_to_time()Roman Smirnov
2024-06-27f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He
2024-06-21cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-modeDavid Howells
2024-06-21nilfs2: fix potential kernel bug due to lack of writeback flag waitingRyusuke Konishi
2024-06-21btrfs: zoned: fix use-after-free due to race with dev replaceFilipe Manana
2024-06-21btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_infoChristoph Hellwig
2024-06-21btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...Christoph Hellwig
2024-06-21btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_infoChristoph Hellwig
2024-06-21btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_infoChristoph Hellwig
2024-06-21ocfs2: fix races between hole punching and AIO+DIOSu Yue
2024-06-21ocfs2: use coarse time for new created filesSu Yue
2024-06-21fs/proc: fix softlockup in __read_vmcoreRik van Riel
2024-06-21knfsd: LOOKUP can return an illegal error valueTrond Myklebust
2024-06-21NFS: add barriers when testing for NFS_FSDATA_BLOCKEDNeilBrown
2024-06-21NFSv4.1 enforce rootpath check in fs_location queryOlga Kornievskaia
2024-06-21cachefiles: flush all requests after setting CACHEFILES_DEADBaokun Li
2024-06-21cachefiles: defer exposing anon_fd until after copy_to_user() succeedsBaokun Li
2024-06-21cachefiles: never get a new anonymous fd if ondemand_id is validBaokun Li
2024-06-21cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()Baokun Li
2024-06-21cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()Baokun Li
2024-06-21cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()Baokun Li
2024-06-21cachefiles: add restore command to recover inflight ondemand read requestsJia Zhu
2024-06-21cachefiles: add spin_lock for cachefiles_ondemand_infoBaokun Li
2024-06-21cachefiles: resend an open request if the read request's object is closedJia Zhu
2024-06-21cachefiles: extract ondemand info field from cachefiles_objectJia Zhu
2024-06-21cachefiles: introduce object ondemand stateJia Zhu
2024-06-21cachefiles: remove requests from xarray during flushing requestsBaokun Li
2024-06-21jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman
2024-06-21nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi
2024-06-21nilfs2: return the mapped address from nilfs_get_page()Matthew Wilcox (Oracle)
2024-06-21btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana
2024-06-21btrfs: make btrfs_destroy_delayed_refs() return voidFilipe Manana
2024-06-21btrfs: remove unnecessary prototype declarations at disk-io.cFilipe Manana
2024-06-21btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo
2024-06-16smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya
2024-06-16btrfs: fix crash on racing fsync and size-extending write into preallocOmar Sandoval
2024-06-16NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUSAnna Schumaker
2024-06-16nfs: fix undefined behavior in nfs_block_bits()Sergey Shtylyov
2024-06-16ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li
2024-06-16ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflowBaokun Li
2024-06-169p: add missing locking around taking dentry fid listDominique Martinet
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu
2024-06-16nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi
2024-06-16afs: Don't cross .backup mountpoint from backup volumeMarc Dionne
2024-06-12pNFS/filelayout: fixup pNfs allocation modesOlga Kornievskaia
2024-06-12nfs: keep server info for remountsMartin Kaiser
2024-06-12NFSv4: Fixup smatch warning for ambiguous returnBenjamin Coddington
2024-06-12fs/ntfs3: Use variable length array instead of fixed sizeKonstantin Komarov