summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-07-11nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi4-12/+19
2024-07-11fs/ntfs3: Mark volume as dirty if xattr is brokenKonstantin Komarov1-1/+4
2024-07-11f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor1-2/+2
2024-07-11btrfs: fix adding block group to a reclaim list and the unused list during re...Naohiro Aota1-2/+11
2024-07-11nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi2-0/+11
2024-07-11nilfs2: fix inode number range checksRyusuke Konishi3-3/+10
2024-07-11btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warningLu Yao1-1/+1
2024-07-11jffs2: Fix potential illegal address access in jffs2_free_inodeWang Yong1-0/+1
2024-07-11f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu3-15/+38
2024-07-11orangefs: fix out-of-bounds fsid accessMike Marshall1-1/+2
2024-07-05gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng1-0/+2
2024-07-05ftruncate: pass a signed offsetArnd Bergmann1-2/+2
2024-07-05btrfs: zoned: fix initial free space detectionNaohiro Aota1-1/+1
2024-07-05nfs: drop the incorrect assertion in nfs_swap_rw()Christoph Hellwig1-2/+0
2024-07-05ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara4-0/+26
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