summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
6 daysxfs: use rtrefcount btree cursor in xchk_xref_is_rt_cow_stagingDarrick J. Wong1-1/+1
6 daysxfs: write the rg superblock when fixing itDarrick J. Wong1-0/+4
6 daysxfs: fix off-by-one error when calling xchk_xref_has_rt_ownerDarrick J. Wong1-1/+1
6 daysxfs: don't zap bmbt forks if they are MAXLEVELS tallDarrick J. Wong1-1/+1
6 daysxfs: fully check the parent handle when it points to the rootdirDarrick J. Wong1-8/+8
6 daysxfs: clamp timestamp nanoseconds correctlyDarrick J. Wong1-1/+1
6 daysxfs: handle non-inode owners for rtrmap record checkingDarrick J. Wong1-0/+6
6 daysxfs: set xfarray killable sort correctlyDarrick J. Wong2-5/+4
6 daysxfs: use the rt version of the cow staging checkerDarrick J. Wong1-1/+1
6 daysxfs: grab rtrmap btree when checking rgsuperDarrick J. Wong1-1/+9
6 daysxfs: don't wrap around quota ids in dqiterateDarrick J. Wong1-1/+1
6 daysxfs: resample the data fork mapping after cycling ILOCKDarrick J. Wong1-0/+36
6 daysxfs: fail recovery on a committed log item with no regionsWeiming Shi1-0/+9
6 daysxfs: fix null pointer dereference in tracepointAndrey Albershteyn1-1/+1
6 dayssmb: client: reject overlapping data areas in SMB2 responsesShoichiro Miyamoto1-9/+25
6 daysfuse-uring: remove request-less entries from ent_w_req_queue to fix NULL derefJoanne Koong1-2/+12
6 daysfuse-uring: make a fuse_req on SQE commit only findable after memcpyBernd Schubert1-14/+19
6 daysfuse-uring: Avoid queue->stopped races and set/read that value under lockBernd Schubert1-5/+9
6 daysfuse-uring: Avoid use-after-free in fuse_uring_async_stop_queuesBernd Schubert1-0/+2
6 daysfuse-uring: end fuse_req on io-uring cancel task workChris Mason1-2/+12
6 daysfuse-uring: fix moving cancelled entry to ent_in_userspace listJoanne Koong2-5/+7
6 daysfuse-uring: fix data races on ring->readyChris Mason2-3/+5
6 daysfuse-uring: fix EFAULT clobber in fuse_uring_commitChris Mason1-6/+3
6 daysfuse: clear intr_entry in fuse_resend and fuse_remove_pending_reqJi'an Zhou1-0/+9
6 daysfuse: don't block in fuse_get_dev() for non-sync_init caseJoanne Koong1-3/+9
6 daysfuse: fix io-uring background queue dispatch on request completionJoanne Koong3-17/+26
6 daysfuse: re-lock request before returning from fuse_ref_folio()Joanne Koong1-1/+1
6 daysfuse: do not use start_removing_noperm()Miklos Szeredi1-8/+11
6 daysfuse: fix device node leak in cuse_process_init_reply()Alberto Ruiz1-1/+3
6 daysRevert "fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()"Miklos Szeredi1-16/+7
6 daysfuse: avoid 32-bit prune notification count wrapSamuel Moelius2-1/+435
6 daysfuse: back uncached readdir buffers with pagesMatthew R. Ochs1-18/+67
6 daysexfat: bound uniname advance in exfat_find_dir_entry()Bryam Vargas1-5/+8
6 daysexfat: preserve benign secondary entries during rename and moveRochan Avlur3-28/+116
6 daysNFSv4: include MAY_WRITE in open permission mask for O_TRUNCBenjamin Coddington1-0/+2
6 daysisofs: bound Rock Ridge symlink components to the SL recordBryam Vargas1-0/+11
6 daysbtrfs: fix incorrect buffered IO fallback for append direct writesQu Wenruo1-1/+42
6 daysbtrfs: do not trim a device which is not writeableQu Wenruo1-4/+8
6 daysbtrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOCQu Wenruo4-32/+60
6 daysbtrfs: fix false IO failure after falling back to buffered writeQu Wenruo4-8/+29
6 daysudf: validate sparing table length as an entry count, not a byte countBryam Vargas1-1/+2
6 daysudf: validate VAT header length against the VAT inode sizeBryam Vargas1-0/+8
6 daysudf: validate free block extents against the partition lengthMichael Bommarito1-2/+3
6 daysxfs: fix memory leak in xfs_dqinode_metadir_create()Dawei Feng1-2/+12
6 daysxfs: fix exchmaps reservation limit checkYingjie Gao1-1/+1
6 daysxfs: fix pointer arithmetic error on 32-bit systemsDarrick J. Wong1-1/+1
6 daysxfs: fix unreachable BIGTIME check in dquot flush validationAlexey Nepomnyashih1-8/+8
6 daysxfs: initialize iomap->flags earlier in xfs_bmbt_to_iomapChristoph Hellwig1-1/+1
6 daysxfs: only log freed extents for the current RTG in zoned growfsChristoph Hellwig1-4/+4
6 daysxfs: pass back updated nb from xfs_growfs_compute_deltasChristoph Hellwig3-7/+7