summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-06-27ovl: fix encoding fid for lower only rootMiklos Szeredi1-1/+5
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-27ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()Baokun Li2-1/+16
2024-06-27ext4: avoid overflow when setting values via sysfsBaokun Li1-5/+6
2024-06-27btrfs: zoned: allocate dummy checksums for zoned NODATASUM writesJohannes Thumshirn1-1/+3
2024-06-27f2fs: don't set RO when shutting down f2fsJaegeuk Kim1-2/+8
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-27ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()Baokun Li1-12/+10
2024-06-27fs/writeback: bail out if there is no more inodes for IO and queued onceKemeng Shi1-2/+5
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-21xfs: allow cross-linking special files without project quotaAndrey Albershteyn1-2/+13
2024-06-21xfs: don't use current->journal_infoDave Chinner4-21/+7
2024-06-21xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner2-11/+34
2024-06-21xfs: ensure submit buffers on LSN boundaries in error handlersLong Li1-3/+20
2024-06-21xfs: shrink failure needs to hold AGI bufferDave Chinner1-1/+10
2024-06-21xfs: fix SEEK_HOLE/DATA for regions with active COW extentsDave Chinner1-2/+2
2024-06-21xfs: fix scrub stats file permissionsDarrick J. Wong1-2/+2
2024-06-21xfs: fix imprecise logic in xchk_btree_check_block_ownerDarrick J. Wong1-1/+6
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-21ksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon4-11/+19
2024-06-21ksmbd: move leading slash check to smb2_get_name()Namjae Jeon1-9/+6
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-21eventfs: Update all the eventfs_inodes from the events descriptorSteven Rostedt (Google)1-12/+39