summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-07-18ext4: avoid ptr null pointer dereferenceBaokun Li
2024-07-18Fix userfaultfd_api to return EINVAL as expectedAudra Mitchell
2024-07-18ksmbd: discard write access to the directory openHobin Woo
2024-07-18nilfs2: fix kernel bug on rename operation of broken directoryRyusuke Konishi
2024-07-18cifs: fix setting SecurityFlags to trueSteve French
2024-07-18minixfs: Fix minixfs_rename with HIGHMEMMatthew Wilcox (Oracle)
2024-07-18vfs: don't mod negative dentry count when on shrinker listBrian Foster
2024-07-18fs/dcache: Re-use value stored to dentry->d_flags instead of re-readinglinke li
2024-07-18filelock: fix potential use-after-free in posix_lock_inodeJeff Layton
2024-07-18cachefiles: add missing lock protection when pollingJingbo Xu
2024-07-18cachefiles: cyclic allocation of msg_id to avoid reuseBaokun Li
2024-07-18cachefiles: wait for ondemand_object_worker to finish when dropping objectHou Tao
2024-07-18cachefiles: cancel all requests for the object that is being droppedBaokun Li
2024-07-18cachefiles: stop sending new request when dropping objectBaokun Li
2024-07-18cachefiles: propagate errors from vfs_getxattr() to avoid infinite loopBaokun Li
2024-07-11fs/ntfs3: Mark volume as dirty if xattr is brokenKonstantin Komarov
2024-07-11fs: don't misleadingly warn during thaw operationsChristian Brauner
2024-07-11filelock: Remove locks reliably when fcntl/close race is detectedJann Horn
2024-07-11f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor
2024-07-11btrfs: fix folio refcount in __alloc_dummy_extent_buffer()Boris Burkov
2024-07-11btrfs: fix adding block group to a reclaim list and the unused list during re...Naohiro Aota
2024-07-11btrfs: zoned: fix calc_available_free_space() for zoned modeNaohiro Aota
2024-07-11nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi
2024-07-11nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi
2024-07-11nilfs2: fix inode number range checksRyusuke Konishi
2024-07-11btrfs: always do the basic checks for btrfs_qgroup_inherit structureQu Wenruo
2024-07-11btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warningLu Yao
2024-07-11jffs2: Fix potential illegal address access in jffs2_free_inodeWang Yong
2024-07-11f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu
2024-07-11orangefs: fix out-of-bounds fsid accessMike Marshall
2024-07-05netfs: Fix netfs_page_mkwrite() to flush conflicting data, not waitDavid Howells
2024-07-05netfs: Fix netfs_page_mkwrite() to check folio->mapping is validDavid Howells
2024-07-05bcachefs: btree_gc can now handle unknown btreesKent Overstreet
2024-07-05bcachefs: Fix setting of downgrade recovery passes/errorsKent Overstreet
2024-07-05bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet
2024-07-05bcachefs: Fix sb-downgrade validationKent Overstreet
2024-07-05bcachefs: Fix sb_field_downgrade validationKent Overstreet
2024-07-05ftruncate: pass a signed offsetArnd Bergmann
2024-07-05btrfs: zoned: fix initial free space detectionNaohiro Aota
2024-07-05nfs: drop the incorrect assertion in nfs_swap_rw()Christoph Hellwig
2024-07-05ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara
2024-07-05nfsd: initialise nfsd_info.mutex early.NeilBrown
2024-07-05gfs2: Fix NULL pointer dereference in gfs2_log_flushAndreas Gruenbacher
2024-07-05btrfs: use NOFS context when getting inodes during logging and log replayFilipe Manana
2024-06-27ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()Joseph Qi
2024-06-27ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()Joseph Qi
2024-06-27ovl: fix encoding fid for lower only rootMiklos Szeredi
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-27ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()Baokun Li