summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-07-18btrfs: tree-checker: add type and sequence check for inline backrefsQu Wenruo1-0/+39
2024-07-18ext4: avoid ptr null pointer dereferenceBaokun Li1-0/+2
2024-07-18nilfs2: fix kernel bug on rename operation of broken directoryRyusuke Konishi1-2/+30
2024-07-18Fix userfaultfd_api to return EINVAL as expectedAudra Mitchell1-1/+6
2024-07-18ksmbd: discard write access to the directory openHobin Woo1-2/+11
2024-07-18cifs: fix setting SecurityFlags to trueSteve French1-2/+2
2024-07-18vfs: don't mod negative dentry count when on shrinker listBrian Foster1-3/+9
2024-07-18fs/dcache: Re-use value stored to dentry->d_flags instead of re-readinglinke li1-1/+1
2024-07-18filelock: fix potential use-after-free in posix_lock_inodeJeff Layton1-1/+1
2024-07-18cachefiles: add missing lock protection when pollingJingbo Xu1-2/+2
2024-07-18cachefiles: cyclic allocation of msg_id to avoid reuseBaokun Li2-4/+17
2024-07-18cachefiles: wait for ondemand_object_worker to finish when dropping objectHou Tao1-0/+3
2024-07-18cachefiles: cancel all requests for the object that is being droppedBaokun Li1-0/+19
2024-07-18cachefiles: stop sending new request when dropping objectBaokun Li2-2/+10
2024-07-18cachefiles: narrow the scope of triggering EPOLLIN events in ondemand modeJia Zhu2-2/+24
2024-07-18cachefiles: propagate errors from vfs_getxattr() to avoid infinite loopBaokun Li1-1/+4
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-05erofs: fix NULL dereference of dif->bdev_handle in fscache modeJingbo Xu1-2/+3
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-07-05gfs2: Fix NULL pointer dereference in gfs2_log_flushAndreas Gruenbacher2-1/+6
2024-07-05btrfs: use NOFS context when getting inodes during logging and log replayFilipe Manana1-15/+28
2024-06-27ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_linkSu Yue1-0/+2
2024-06-27ocfs2: convert to new timestamp accessorsJeff Layton12-75/+77
2024-06-27ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()Joseph Qi3-82/+131
2024-06-27ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()Joseph Qi1-4/+6
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