summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2024-06-27ext4: avoid overflow when setting values via sysfsBaokun Li
2024-06-27btrfs: zoned: allocate dummy checksums for zoned NODATASUM writesJohannes Thumshirn
2024-06-27f2fs: don't set RO when shutting down f2fsJaegeuk Kim
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-27f2fs: fix to detect inconsistent nat entry during truncationChao Yu
2024-06-27ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()Baokun Li
2024-06-27ext4: do not create EA inode under buffer lockJan Kara
2024-06-27fs/writeback: bail out if there is no more inodes for IO and queued onceKemeng Shi
2024-06-21btrfs: zoned: fix use-after-free due to race with dev replaceFilipe Manana
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-21ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_linkSu 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-21ksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon
2024-06-21ksmbd: move leading slash check to smb2_get_name()Namjae Jeon
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: add spin_lock for cachefiles_ondemand_infoBaokun 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: remove requests from xarray during flushing requestsBaokun Li
2024-06-21jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman
2024-06-21eventfs: Update all the eventfs_inodes from the events descriptorSteven Rostedt (Google)
2024-06-16smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya