summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-09-13quota: fix dqput() to follow the guarantees dquot_srcu should provideBaokun Li1-18/+78
2023-09-13quota: add new helper dquot_active()Baokun Li1-9/+14
2023-09-13quota: rename dquot_active() to inode_quota_active()Baokun Li1-10/+10
2023-09-13quota: factor out dquot_write_dquot()Baokun Li1-23/+16
2023-09-13fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev1-0/+4
2023-09-13vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells1-1/+22
2023-09-13iomap: Remove large folio handling in iomap_invalidate_folio()Matthew Wilcox (Oracle)1-5/+0
2023-09-13fs: Fix error checking for d_hash_and_lookup()Wang Ming1-1/+1
2023-09-13eventfd: prevent underflow for eventfd semaphoresWen Yang1-1/+1
2023-09-13reiserfs: Check the return value from __getblk()Matthew Wilcox1-1/+3
2023-09-13udf: Handle error when adding extent to a fileJan Kara1-14/+27
2023-09-13udf: Check consistency of Space Bitmap DescriptorVladislav Efanov1-4/+27
2023-09-13cifs: fix max_credits implementationShyam Prasad N2-4/+30
2023-09-13cifs: fix sockaddr comparison in iface_cmpShyam Prasad N4-37/+88
2023-09-13ovl: Always reevaluate the file signature for IMAEric Snowberg1-1/+1
2023-09-13fs/nls: make load_nls() take a const parameterWinston Wen1-2/+2
2023-09-13ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon3-10/+18
2023-09-13ksmbd: no response from compound readNamjae Jeon1-0/+5
2023-09-13ksmbd: validate session id and tree id in compound requestNamjae Jeon1-6/+6
2023-09-13ksmbd: fix out of bounds in smb3_decrypt_req()Namjae Jeon1-1/+2
2023-09-06nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi2-3/+7
2023-09-06nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-0/+5
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: use vfs setgid helperChristian Brauner1-1/+3
2023-08-30nfs: use vfs setgid helperChristian Brauner3-5/+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-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-27Revert "f2fs: fix to do sanity check on direct node in truncate_dnode()"Greg Kroah-Hartman3-12/+8
2023-08-27Revert "f2fs: fix to set flush_merge opt and show noflush_merge"Greg Kroah-Hartman1-11/+2
2023-08-27Revert "f2fs: don't reset unchangable mount option in f2fs_remount()"Greg Kroah-Hartman1-18/+12
2023-08-23cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical1-1/+1
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-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: convert btrfs_block_group::seq_zone to runtime flagDavid Sterba2-6/+6
2023-08-23btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba4-13/+9
2023-08-23btrfs: move out now unused BG from the reclaim listNaohiro Aota1-1/+4
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