summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* fs: relax permissions for listmount()Christian Brauner2024-09-121-1/+1
* fs: simplify error handlingChristian Brauner2024-09-121-12/+6
* fs: only copy to userspace on success in listmount()Christian Brauner2024-09-121-0/+2
* NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegationsTrond Myklebust2024-09-121-0/+2
* smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()ChenXiaoSong2024-09-122-6/+6
* Squashfs: sanity check symbolic link sizePhillip Lougher2024-09-121-1/+6
* btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba2024-09-121-1/+1
* vfs: Fix potential circular locking through setxattr() and removexattr()David Howells2024-09-121-43/+48
* cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNTDavid Howells2024-09-121-1/+1
* btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana2024-09-121-4/+20
* btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana2024-09-121-2/+10
* btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik2024-09-121-1/+4
* btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik2024-09-121-5/+23
* btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik2024-09-121-2/+2
* btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik2024-09-121-1/+0
* btrfs: slightly loosen the requirement for qgroup removalQu Wenruo2024-09-121-7/+80
* fs/ntfs3: Check more cases when directory is corruptedKonstantin Komarov2024-09-121-20/+32
* jbd2: avoid mount failed when commit block is partial submittedYe Bin2024-09-121-0/+30
* ext4: fix possible tid_t sequence overflowsLuis Henriques (SUSE)2024-09-121-4/+4
* cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells2024-09-121-2/+14
* cifs: Fix copy offload to flush destination regionDavid Howells2024-09-121-17/+4
* netfs, cifs: Fix handling of short DIO readDavid Howells2024-09-122-10/+20
* cifs: Fix lack of credit renegotiation on read retryDavid Howells2024-09-126-16/+55
* fs: relax permissions for statmount()Christian Brauner2024-09-121-1/+2
* fs: don't copy to userspace under namespace semaphoreChristian Brauner2024-09-121-42/+56
* fs/ntfs3: One more reason to mark inode badKonstantin Komarov2024-09-121-1/+3
* udf: Avoid excessive partition lengthsJan Kara2024-09-121-0/+15
* ELF: fix kernel.randomize_va_space double readAlexey Dobriyan2024-09-121-2/+3
* btrfs: zoned: handle broken write pointer on zonesNaohiro Aota2024-09-121-5/+25
* btrfs: qgroup: don't use extent changeset when not neededFedor Pchelkin2024-09-121-2/+1
* nilfs2: fix state management in error path of log writing functionRyusuke Konishi2024-09-121-4/+6
* nilfs2: protect references to superblock parameters exposed in sysfsRyusuke Konishi2024-09-121-10/+33
* nilfs2: fix missing cleanup on rollforward recovery errorRyusuke Konishi2024-09-121-2/+33
* eventfs: Use list_del_rcu() for SRCU protected list variableSteven Rostedt2024-09-121-1/+1
* fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAFBaokun Li2024-09-121-0/+1
* fuse: clear PG_uptodate when using a stolen pageMiklos Szeredi2024-09-121-4/+1
* fuse: fix memory leak in fuse_create_openyangyun2024-09-121-1/+1
* fuse: use unsigned type for getxattr/listxattr size truncationJann Horn2024-09-121-2/+2
* fuse: check aborted connection before adding requests to pending list for res...Joanne Koong2024-09-121-0/+9
* fuse: disable the combination of passthrough and writeback cacheBernd Schubert2024-09-121-1/+6
* fuse: update stats for pages in dropped aux writeback listJoanne Koong2024-09-121-1/+7
* ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter2024-09-121-1/+3
* ksmbd: unset the binding mark of a reused connectionNamjae Jeon2024-09-121-0/+4
* smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara2024-09-121-0/+1
* xfs: xfs_finobt_count_blocks() walks the wrong btreeDave Chinner2024-09-121-1/+1
* libfs: fix get_stashed_dentry()Christian Brauner2024-09-121-3/+3
* f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu2024-09-083-3/+21
* gfs2: Revert "Add quota_change type"Andreas Gruenbacher2024-09-082-15/+10
* fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein2024-09-083-14/+51
* btrfs: fix qgroup reserve leaks in cow_file_rangeBoris Burkov2024-09-081-0/+3