summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-09-23ext4: fix rec_len verify errorShida Zhang1-11/+15
2023-09-23tracefs: Add missing lockdown check to tracefs_create_dir()Steven Rostedt (Google)1-0/+3
2023-09-23nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton1-2/+2
2023-09-23btrfs: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik1-1/+1
2023-09-23btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana1-1/+7
2023-09-23btrfs: fix race between finishing block group creation and its item updateFilipe Manana1-2/+10
2023-09-23btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo1-6/+8
2023-09-23btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana1-3/+16
2023-09-23ovl: fix incorrect fdput() on aio completionAmir Goldstein1-6/+3
2023-09-23ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein1-1/+2
2023-09-23attr: block mode changes of symlinksChristian Brauner1-2/+18
2023-09-23efivarfs: fix statfs() on efivarfsHeinrich Schuchardt1-4/+10
2023-09-23btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain1-5/+3
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain2-0/+9
2023-09-23btrfs: zoned: activate metadata block group on write timeNaohiro Aota3-2/+93
2023-09-23btrfs: zoned: defer advancing meta write pointerNaohiro Aota3-26/+4
2023-09-23btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota3-21/+30
2023-09-23btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota4-27/+31
2023-09-23btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota2-7/+12
2023-09-23ext4: fix BUG in ext4_mb_new_inode_pa() due to overflowBaokun Li1-17/+14
2023-09-23ext4: avoid overlapping preallocations due to overflowBaokun Li1-11/+10
2023-09-23ext4: add two helper functions extent_logical_end() and pa_logical_end()Baokun Li2-6/+17
2023-09-23jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion1-0/+1
2023-09-23fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner1-0/+1
2023-09-23ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger1-2/+2
2023-09-23locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lockWill Shiu1-1/+1
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo1-0/+5
2023-09-23btrfs: handle errors properly in update_inline_extent_backref()Qu Wenruo1-12/+61
2023-09-23autofs: fix memory leak of waitqueues in autofs_catatonic_modeFedor Pchelkin1-1/+2
2023-09-23iomap: Fix possible overflow condition in iomap_write_delalloc_scanRitesh Harjani (IBM)1-1/+1
2023-09-19btrfs: scrub: fix grouping of read IOQu Wenruo1-25/+71
2023-09-19btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo4-27/+46
2023-09-19btrfs: scrub: avoid unnecessary extent tree search preparing stripesQu Wenruo1-12/+29
2023-09-19btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain1-3/+2
2023-09-19btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota1-5/+1
2023-09-19btrfs: set page extent mapped after read_folio in relocate_one_pageJosef Bacik1-3/+9
2023-09-19btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana1-3/+4
2023-09-19btrfs: free qgroup rsv on io failureBoris Burkov1-0/+7
2023-09-19btrfs: fix start transaction qgroup rsv double freeBoris Burkov1-3/+16
2023-09-19btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota2-23/+36
2023-09-19fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi1-1/+9
2023-09-19f2fs: avoid false alarm of circular lockingJaegeuk Kim2-10/+17
2023-09-19f2fs: flush inode if atomic file is abortedJaegeuk Kim1-0/+2
2023-09-19f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim1-6/+2
2023-09-19ext4: drop dio overwrite only flag and associated warningBrian Foster1-15/+10
2023-09-19ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}Luís Henriques1-0/+4
2023-09-19ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian3-8/+17
2023-09-19ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li1-14/+30
2023-09-19jbd2: correct the end of the journal recovery scan rangeZhang Yi1-9/+3
2023-09-19jbd2: check 'jh->b_transaction' before removing it from checkpointZhihao Cheng1-0/+2