summary refs log tree commit diff
path: root/fs
AgeCommit message (Expand)Author
2023-08-30NFSv4: Fix dropped lock for racing OPEN and delegation returnBenjamin Coddington
2023-08-30jbd2: fix a race when checking checkpoint buffer busyZhang Yi
2023-08-30jbd2: remove journal_clean_one_cp_list()Zhang Yi
2023-08-30jbd2: remove t_checkpoint_io_listZhang Yi
2023-08-30NFSv4: fix out path in __nfs4_get_acl_uncachedFedor Pchelkin
2023-08-30NFSv4.2: fix error handling in nfs42_proc_getxattrFedor Pchelkin
2023-08-27Revert "f2fs: fix to do sanity check on direct node in truncate_dnode()"Greg Kroah-Hartman
2023-08-27Revert "f2fs: fix to set flush_merge opt and show noflush_merge"Greg Kroah-Hartman
2023-08-27Revert "f2fs: don't reset unchangable mount option in f2fs_remount()"Greg Kroah-Hartman
2023-08-23cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical
2023-08-23btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui
2023-08-23btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik
2023-08-23cifs: fix potential oops in cifs_oplock_breakSteve French
2023-08-23btrfs: fix use-after-free of new block group that became unusedFilipe Manana
2023-08-23btrfs: convert btrfs_block_group::seq_zone to runtime flagDavid Sterba
2023-08-23btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba
2023-08-23btrfs: move out now unused BG from the reclaim listNaohiro Aota
2023-08-23fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov
2023-08-23fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai
2023-08-23fs/ntfs3: Enhance sanity check while generating attr_listEdward Lo
2023-08-23ceph: try to dump the msgs when decoding failsXiubo Li
2023-08-23gfs2: Fix possible data races in gfs2_show_options()Tuo Li
2023-08-23cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen
2023-08-23smb: client: fix warning in cifs_smb3_do_mount()Paulo Alcantara
2023-08-16btrfs: set cache_block_group_error if we find an errorJosef Bacik
2023-08-16btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo
2023-08-16btrfs: exit gracefully if reloc roots don't matchQu Wenruo
2023-08-16btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig
2023-08-16btrfs: don't stop integrity writeback too earlyChristoph Hellwig
2023-08-16btrfs: wait for actual caching progress during allocationJosef Bacik
2023-08-16nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputRyusuke Konishi
2023-08-16ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Namjae Jeon
2023-08-16ksmbd: validate command request sizeLong Li
2023-08-11exfat: check if filename entries exceeds max filename lengthNamjae Jeon
2023-08-11f2fs: don't reset unchangable mount option in f2fs_remount()Chao Yu
2023-08-11f2fs: fix to set flush_merge opt and show noflush_mergeYangtao Li
2023-08-11f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu
2023-08-11btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana
2023-08-11ext2: Drop fragment supportJan Kara
2023-08-11fs: Protect reconfiguration of sb read-write from racing writesJan Kara
2023-08-11fs/sysv: Null check to prevent null-ptr-deref bugPrince Kumar Maurya
2023-08-11fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()Tetsuo Handa
2023-08-11file: reinstate f_pos locking optimization for regular filesLinus Torvalds
2023-08-11open: make RESOLVE_CACHED correctly test for O_TMPFILEAleksa Sarai
2023-08-11exfat: release s_lock before calling dir_emit()Sungjong Seo
2023-08-11exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfreegaoming
2023-08-11ceph: defer stopping mdsc delayed_workXiubo Li
2023-08-11erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang
2023-08-03ceph: never send metrics if disable_send_metrics is setXiubo Li
2023-08-03proc/vmcore: fix signedness bug in read_from_oldmem()Dan Carpenter