summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-09-06nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi2-3/+7
2023-09-06ksmbd: reduce descriptor size if remaining bytes is less than request sizeNamjae Jeon1-7/+18
2023-09-06ksmbd: replace one-element array with flex-array member in struct smb2_ea_infoNamjae Jeon2-2/+2
2023-09-06ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon1-0/+3
2023-09-06ksmbd: fix wrong DataOffset validation of create contextNamjae Jeon1-1/+1
2023-09-06erofs: ensure that the post-EOF tails are all zeroedGao Xiang1-0/+2
2023-08-30nfsd: Fix race to FREE_STATEID and cl_revokedBenjamin Coddington1-1/+1
2023-08-30NFS: Fix a use after free in nfs_direct_join_group()Trond Myklebust1-10/+16
2023-08-30nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-0/+5
2023-08-30mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+5
2023-08-30NFSv4: Fix dropped lock for racing OPEN and delegation returnBenjamin Coddington1-1/+8
2023-08-30jbd2: fix a race when checking checkpoint buffer busyZhang Yi2-15/+40
2023-08-30jbd2: remove journal_clean_one_cp_list()Zhang Yi1-58/+17
2023-08-30jbd2: remove t_checkpoint_io_listZhang Yi2-42/+3
2023-08-30NFSv4: fix out path in __nfs4_get_acl_uncachedFedor Pchelkin1-3/+2
2023-08-30NFSv4.2: fix error handling in nfs42_proc_getxattrFedor Pchelkin1-3/+2
2023-08-23smb: client: fix null authScott Mayhew1-0/+4
2023-08-23cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical1-1/+1
2023-08-23btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason1-1/+24
2023-08-23btrfs: fix replace/scrub failure with metadata_uuidAnand Jain1-1/+2
2023-08-23btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui1-2/+1
2023-08-23btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik1-4/+2
2023-08-23btrfs: fix infinite directory readsFilipe Manana4-54/+84
2023-08-23smb3: display network namespace in debug informationSteve French1-0/+10
2023-08-23cifs: fix potential oops in cifs_oplock_breakSteve French1-7/+16
2023-08-23btrfs: fix use-after-free of new block group that became unusedFilipe Manana2-2/+16
2023-08-23btrfs: move out now unused BG from the reclaim listNaohiro Aota1-1/+4
2023-08-23fs/ntfs3: Alternative boot if primary boot is corruptedKonstantin Komarov1-27/+71
2023-08-23fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov4-1/+15
2023-08-23fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai1-2/+2
2023-08-23fs/ntfs3: Return error for inconsistent extended attributesEdward Lo1-0/+1
2023-08-23fs/ntfs3: Enhance sanity check while generating attr_listEdward Lo1-5/+11
2023-08-23ceph: try to dump the msgs when decoding failsXiubo Li1-0/+4
2023-08-23gfs2: Fix possible data races in gfs2_show_options()Tuo Li1-11/+15
2023-08-23cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen1-0/+6
2023-08-23smb: client: fix warning in cifs_smb3_do_mount()Paulo Alcantara1-18/+10
2023-08-23crypto, cifs: fix error handling in extract_iter_to_sg()David Howells1-1/+1
2023-08-16btrfs: set cache_block_group_error if we find an errorJosef Bacik1-1/+4
2023-08-16btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo2-1/+16
2023-08-16btrfs: exit gracefully if reloc roots don't matchQu Wenruo1-8/+37
2023-08-16btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig1-5/+5
2023-08-16btrfs: don't wait for writeback on clean pages in extent_write_cache_pagesChristoph Hellwig1-0/+6
2023-08-16btrfs: don't stop integrity writeback too earlyChristoph Hellwig1-3/+4
2023-08-16btrfs: wait for actual caching progress during allocationJosef Bacik2-2/+17
2023-08-16nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputRyusuke Konishi3-0/+12
2023-08-16fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsLorenzo Stoakes1-3/+27
2023-08-16ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Namjae Jeon1-1/+8
2023-08-16ksmbd: validate command request sizeLong Li1-5/+5
2023-08-11f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu3-8/+12
2023-08-11btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana3-26/+53