summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-10-04ext4: avoid OOB when system.data xattr changes underneath the filesystemThadeu Lima de Souza Cascardo1-10/+21
2024-10-04ext4: return error on ext4_find_inline_entryThadeu Lima de Souza Cascardo1-3/+7
2024-10-04ext4: avoid negative min_clusters in find_group_orlov()Kemeng Shi1-0/+2
2024-10-04ext4: avoid potential buffer_head leak in __ext4_new_inode()Kemeng Shi1-3/+4
2024-10-04ext4: avoid buffer_head leak in ext4_mark_inode_used()Kemeng Shi1-2/+3
2024-10-04ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discardyangerkun1-6/+4
2024-10-04jfs: fix out-of-bounds in dbNextAG() and diAlloc()Jeongjun Park2-3/+3
2024-10-04erofs: fix incorrect symlink detection in fast symlinkGao Xiang1-14/+6
2024-10-04cachefiles: Fix non-taking of sb_writers around set/removexattrDavid Howells1-8/+26
2024-10-04mount: handle OOM on mnt_warn_timestamp_expiryOlaf Hering1-3/+11
2024-09-30ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng1-5/+10
2024-09-30ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng1-4/+8
2024-09-30smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara1-1/+13
2024-09-18cifs: Fix signature miscalculationDavid Howells1-1/+1
2024-09-18NFS: Avoid unnecessary rescanning of the per-server delegation listTrond Myklebust1-10/+5
2024-09-18NFSv4: Fix clearing of layout segments in layoutreturnTrond Myklebust2-6/+8
2024-09-18smb/server: fix return value of smb2_open()ChenXiaoSong1-1/+1
2024-09-18btrfs: update target inode's ctime on unlinkJeff Layton1-0/+1
2024-09-18ksmbd: override fsids for smb2_query_info()Namjae Jeon1-0/+7
2024-09-18ksmbd: override fsids for share path checkNamjae Jeon7-13/+32
2024-09-12btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana3-16/+16
2024-09-12smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara1-0/+2
2024-09-12NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegationsTrond Myklebust1-0/+2
2024-09-12smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()ChenXiaoSong2-6/+6
2024-09-12Squashfs: sanity check symbolic link sizePhillip Lougher1-1/+6
2024-09-12btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba1-1/+1
2024-09-12vfs: Fix potential circular locking through setxattr() and removexattr()David Howells1-43/+48
2024-09-12btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana1-2/+10
2024-09-12btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik1-5/+23
2024-09-12btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik1-2/+2
2024-09-12fs/ntfs3: Check more cases when directory is corruptedKonstantin Komarov1-20/+32
2024-09-12jbd2: avoid mount failed when commit block is partial submittedYe Bin1-0/+30
2024-09-12ext4: fix possible tid_t sequence overflowsLuis Henriques (SUSE)1-4/+4
2024-09-12cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells1-2/+14
2024-09-12fs/ntfs3: One more reason to mark inode badKonstantin Komarov1-1/+3
2024-09-12udf: Avoid excessive partition lengthsJan Kara1-0/+15
2024-09-12ELF: fix kernel.randomize_va_space double readAlexey Dobriyan1-2/+3
2024-09-12nilfs2: fix state management in error path of log writing functionRyusuke Konishi1-4/+6
2024-09-12nilfs2: protect references to superblock parameters exposed in sysfsRyusuke Konishi1-10/+33
2024-09-12nilfs2: fix missing cleanup on rollforward recovery errorRyusuke Konishi1-2/+33
2024-09-12eventfs: Use list_del_rcu() for SRCU protected list variableSteven Rostedt1-1/+1
2024-09-12fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAFBaokun Li1-0/+1
2024-09-12fuse: fix memory leak in fuse_create_openyangyun1-1/+1
2024-09-12fuse: use unsigned type for getxattr/listxattr size truncationJann Horn1-2/+2
2024-09-12fuse: update stats for pages in dropped aux writeback listJoanne Koong1-1/+7
2024-09-12ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter1-1/+3
2024-09-12ksmbd: unset the binding mark of a reused connectionNamjae Jeon1-0/+4
2024-09-12smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara1-0/+1
2024-09-08f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu3-3/+21
2024-09-08gfs2: Revert "Add quota_change type"Andreas Gruenbacher2-15/+10