summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* ksmbd: fix wrong DataOffset validation of create contextNamjae Jeon2023-09-061-1/+1
* erofs: ensure that the post-EOF tails are all zeroedGao Xiang2023-09-061-0/+2
* nfsd: use vfs setgid helperChristian Brauner2023-08-301-1/+3
* nfs: use vfs setgid helperChristian Brauner2023-08-303-5/+2
* nfsd: Fix race to FREE_STATEID and cl_revokedBenjamin Coddington2023-08-301-1/+1
* NFS: Fix a use after free in nfs_direct_join_group()Trond Myklebust2023-08-301-10/+16
* NFSv4: Fix dropped lock for racing OPEN and delegation returnBenjamin Coddington2023-08-301-1/+8
* jbd2: fix a race when checking checkpoint buffer busyZhang Yi2023-08-302-15/+40
* jbd2: remove journal_clean_one_cp_list()Zhang Yi2023-08-301-58/+17
* jbd2: remove t_checkpoint_io_listZhang Yi2023-08-302-42/+3
* NFSv4: fix out path in __nfs4_get_acl_uncachedFedor Pchelkin2023-08-301-3/+2
* NFSv4.2: fix error handling in nfs42_proc_getxattrFedor Pchelkin2023-08-301-3/+2
* Revert "f2fs: fix to do sanity check on direct node in truncate_dnode()"Greg Kroah-Hartman2023-08-273-12/+8
* Revert "f2fs: fix to set flush_merge opt and show noflush_merge"Greg Kroah-Hartman2023-08-271-11/+2
* Revert "f2fs: don't reset unchangable mount option in f2fs_remount()"Greg Kroah-Hartman2023-08-271-18/+12
* cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical2023-08-231-1/+1
* btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui2023-08-231-2/+1
* btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik2023-08-231-4/+2
* cifs: fix potential oops in cifs_oplock_breakSteve French2023-08-231-7/+16
* btrfs: fix use-after-free of new block group that became unusedFilipe Manana2023-08-232-2/+16
* btrfs: convert btrfs_block_group::seq_zone to runtime flagDavid Sterba2023-08-232-6/+6
* btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba2023-08-234-13/+9
* btrfs: move out now unused BG from the reclaim listNaohiro Aota2023-08-231-1/+4
* fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov2023-08-234-1/+15
* fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai2023-08-231-2/+2
* fs/ntfs3: Enhance sanity check while generating attr_listEdward Lo2023-08-231-5/+11
* ceph: try to dump the msgs when decoding failsXiubo Li2023-08-231-0/+4
* gfs2: Fix possible data races in gfs2_show_options()Tuo Li2023-08-231-11/+15
* cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen2023-08-231-0/+6
* smb: client: fix warning in cifs_smb3_do_mount()Paulo Alcantara2023-08-231-18/+10
* btrfs: set cache_block_group_error if we find an errorJosef Bacik2023-08-161-1/+4
* btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo2023-08-162-1/+16
* btrfs: exit gracefully if reloc roots don't matchQu Wenruo2023-08-161-8/+37
* btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig2023-08-161-5/+5
* btrfs: don't stop integrity writeback too earlyChristoph Hellwig2023-08-161-3/+4
* btrfs: wait for actual caching progress during allocationJosef Bacik2023-08-162-2/+17
* nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputRyusuke Konishi2023-08-163-0/+12
* ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Namjae Jeon2023-08-161-1/+8
* ksmbd: validate command request sizeLong Li2023-08-161-5/+5
* exfat: check if filename entries exceeds max filename lengthNamjae Jeon2023-08-111-2/+7
* f2fs: don't reset unchangable mount option in f2fs_remount()Chao Yu2023-08-111-12/+18
* f2fs: fix to set flush_merge opt and show noflush_mergeYangtao Li2023-08-111-2/+11
* f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu2023-08-113-8/+12
* btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana2023-08-113-26/+53
* ext2: Drop fragment supportJan Kara2023-08-112-31/+4
* fs: Protect reconfiguration of sb read-write from racing writesJan Kara2023-08-111-1/+10
* fs/sysv: Null check to prevent null-ptr-deref bugPrince Kumar Maurya2023-08-111-0/+4
* fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()Tetsuo Handa2023-08-111-2/+2
* file: reinstate f_pos locking optimization for regular filesLinus Torvalds2023-08-111-1/+17
* open: make RESOLVE_CACHED correctly test for O_TMPFILEAleksa Sarai2023-08-111-1/+1