aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2023-09-27Merge branch 'master-6.5'HEADmasterBruce Ashfield
2023-09-23ext4: fix rec_len verify errorShida Zhang
2023-09-23tracefs: Add missing lockdown check to tracefs_create_dir()Steven Rostedt (Google)
2023-09-23nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton
2023-09-23btrfs: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik
2023-09-23btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana
2023-09-23btrfs: fix race between finishing block group creation and its item updateFilipe Manana
2023-09-23btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo
2023-09-23btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana
2023-09-23ovl: fix incorrect fdput() on aio completionAmir Goldstein
2023-09-23ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein
2023-09-23attr: block mode changes of symlinksChristian Brauner
2023-09-23efivarfs: fix statfs() on efivarfsHeinrich Schuchardt
2023-09-23btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain
2023-09-23btrfs: zoned: activate metadata block group on write timeNaohiro Aota
2023-09-23btrfs: zoned: defer advancing meta write pointerNaohiro Aota
2023-09-23btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota
2023-09-23btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota
2023-09-23btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota
2023-09-23ext4: fix BUG in ext4_mb_new_inode_pa() due to overflowBaokun Li
2023-09-23ext4: avoid overlapping preallocations due to overflowBaokun Li
2023-09-23ext4: add two helper functions extent_logical_end() and pa_logical_end()Baokun Li
2023-09-23jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion
2023-09-23fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner
2023-09-23ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger
2023-09-23locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lockWill Shiu
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo
2023-09-23btrfs: handle errors properly in update_inline_extent_backref()Qu Wenruo
2023-09-23autofs: fix memory leak of waitqueues in autofs_catatonic_modeFedor Pchelkin
2023-09-23iomap: Fix possible overflow condition in iomap_write_delalloc_scanRitesh Harjani (IBM)
2023-09-19btrfs: scrub: fix grouping of read IOQu Wenruo
2023-09-19btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo
2023-09-19btrfs: scrub: avoid unnecessary extent tree search preparing stripesQu Wenruo
2023-09-19btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain
2023-09-19btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota
2023-09-19btrfs: set page extent mapped after read_folio in relocate_one_pageJosef Bacik
2023-09-19btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana
2023-09-19btrfs: free qgroup rsv on io failureBoris Burkov
2023-09-19btrfs: fix start transaction qgroup rsv double freeBoris Burkov
2023-09-19btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota
2023-09-19fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi
2023-09-19f2fs: avoid false alarm of circular lockingJaegeuk Kim
2023-09-19f2fs: flush inode if atomic file is abortedJaegeuk Kim
2023-09-19f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim
2023-09-19ext4: drop dio overwrite only flag and associated warningBrian Foster
2023-09-19ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}Luís Henriques
2023-09-19ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian
2023-09-19ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li
2023-09-19jbd2: correct the end of the journal recovery scan rangeZhang Yi