summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-12btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana
2024-09-12cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3David Howells
2024-09-12cifs: Fix zero_point init on inode initialisationDavid Howells
2024-09-12smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara
2024-09-12fs: relax permissions for listmount()Christian Brauner
2024-09-12fs: simplify error handlingChristian Brauner
2024-09-12fs: only copy to userspace on success in listmount()Christian Brauner
2024-09-12NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegationsTrond Myklebust
2024-09-12smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()ChenXiaoSong
2024-09-12Squashfs: sanity check symbolic link sizePhillip Lougher
2024-09-12btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba
2024-09-12vfs: Fix potential circular locking through setxattr() and removexattr()David Howells
2024-09-12cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNTDavid Howells
2024-09-12btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana
2024-09-12btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana
2024-09-12btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik
2024-09-12btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik
2024-09-12btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik
2024-09-12btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik
2024-09-12btrfs: slightly loosen the requirement for qgroup removalQu Wenruo
2024-09-12fs/ntfs3: Check more cases when directory is corruptedKonstantin Komarov
2024-09-12jbd2: avoid mount failed when commit block is partial submittedYe Bin
2024-09-12ext4: fix possible tid_t sequence overflowsLuis Henriques (SUSE)
2024-09-12cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells
2024-09-12cifs: Fix copy offload to flush destination regionDavid Howells
2024-09-12netfs, cifs: Fix handling of short DIO readDavid Howells
2024-09-12cifs: Fix lack of credit renegotiation on read retryDavid Howells
2024-09-12fs: relax permissions for statmount()Christian Brauner
2024-09-12fs: don't copy to userspace under namespace semaphoreChristian Brauner
2024-09-12fs/ntfs3: One more reason to mark inode badKonstantin Komarov
2024-09-12udf: Avoid excessive partition lengthsJan Kara
2024-09-12ELF: fix kernel.randomize_va_space double readAlexey Dobriyan
2024-09-12btrfs: zoned: handle broken write pointer on zonesNaohiro Aota
2024-09-12btrfs: qgroup: don't use extent changeset when not neededFedor Pchelkin
2024-09-12nilfs2: fix state management in error path of log writing functionRyusuke Konishi
2024-09-12nilfs2: protect references to superblock parameters exposed in sysfsRyusuke Konishi
2024-09-12nilfs2: fix missing cleanup on rollforward recovery errorRyusuke Konishi
2024-09-12eventfs: Use list_del_rcu() for SRCU protected list variableSteven Rostedt
2024-09-12fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAFBaokun Li
2024-09-12fuse: clear PG_uptodate when using a stolen pageMiklos Szeredi
2024-09-12fuse: fix memory leak in fuse_create_openyangyun
2024-09-12fuse: use unsigned type for getxattr/listxattr size truncationJann Horn
2024-09-12fuse: check aborted connection before adding requests to pending list for res...Joanne Koong
2024-09-12fuse: disable the combination of passthrough and writeback cacheBernd Schubert
2024-09-12fuse: update stats for pages in dropped aux writeback listJoanne Koong
2024-09-12ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter
2024-09-12ksmbd: unset the binding mark of a reused connectionNamjae Jeon
2024-09-12smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara
2024-09-12xfs: xfs_finobt_count_blocks() walks the wrong btreeDave Chinner
2024-09-12libfs: fix get_stashed_dentry()Christian Brauner