summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-02-059p: Fix initialisation of netfs_inode for 9pDavid Howells3-3/+5
2024-02-05fs/kernfs/dir: obey S_ISGIDMax Kellermann1-0/+12
2024-02-05f2fs: fix to tag gcing flag on page during block migrationChao Yu2-1/+5
2024-02-05f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim1-0/+2
2024-02-05reiserfs: Avoid touching renamed directory if parent does not changeJan Kara1-25/+29
2024-02-05fast_dput(): handle underflows gracefullyAl Viro1-3/+4
2024-02-05f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu1-6/+17
2024-02-05ext4: avoid online resizing failures due to oversized flex bgBaokun Li1-8/+17
2024-02-05ext4: remove unnecessary check from alloc_flex_gd()Baokun Li1-3/+0
2024-02-05ext4: unify the type of flexbg_size to unsigned intBaokun Li1-6/+7
2024-02-05ext4: fix inconsistent between segment fstrim and full fstrimYe Bin1-3/+8
2024-02-05ecryptfs: Reject casefold directory inodesGabriel Krisman Bertazi1-0/+8
2024-02-05smb: client: fix hardlinking of reparse pointsPaulo Alcantara6-27/+43
2024-02-05smb: client: fix renaming of reparse pointsPaulo Alcantara6-31/+55
2024-02-05ext4: treat end of range as exclusive in ext4_zero_range()Ojaswin Mujoo1-2/+4
2024-02-05sysctl: Fix out of bounds access for empty sysctl registersJoel Granados1-2/+7
2024-02-05jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis1-0/+3
2024-02-05afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov1-3/+4
2024-02-05afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()Oleg Nesterov1-1/+2
2024-02-05erofs: fix ztailpacking for subpage compressed blocksGao Xiang1-1/+1
2024-02-05erofs: fix up compacted indexes for block size < 4096Gao Xiang1-18/+14
2024-02-05pstore/ram: Fix crash when setting number of cpus to an odd numberWeichen Chen1-0/+1
2024-02-05jfs: fix uaf in jfs_evict_inodeEdward Adam Davis1-3/+3
2024-02-05jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat1-29/+31
2024-02-05jfs: fix slab-out-of-bounds Read in dtSearchManas Ghandat1-0/+5
2024-02-05UBSAN: array-index-out-of-bounds in dtSplitRootOsama Muhammad1-1/+1
2024-02-05FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTreeOsama Muhammad1-0/+3
2024-02-01cifs: fix stray unlock in cifs_chan_skip_or_disableShyam Prasad N1-1/+0
2024-02-01btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota1-0/+18
2024-02-01btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota1-13/+19
2024-02-01pipe: wakeup wr_wait after setting max_usageLukas Schauer1-2/+5
2024-02-01fs/pipe: move check to pipe_has_watch_queue()Max Kellermann1-9/+3
2024-02-01xfs: read only mounts with fsopen mount API are bustedDave Chinner1-10/+17
2024-02-01ksmbd: fix global oob in ksmbd_nl_policyLin Ma2-3/+4
2024-02-01nfsd: fix RELEASE_LOCKOWNERNeilBrown1-11/+15
2024-02-01exec: Fix error handling in begin_new_exec()Bernd Edlinger1-0/+3
2024-02-01btrfs: don't abort filesystem when attempting to snapshot deleted subvolumeOmar Sandoval1-0/+3
2024-02-01btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo1-0/+4
2024-02-01btrfs: don't warn if discard range is not aligned to sectorDavid Sterba1-1/+2
2024-02-01btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng1-1/+1
2024-02-01btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin1-2/+4
2024-02-01btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval1-9/+13
2024-02-01btrfs: zoned: fix lock ordering in btrfs_zone_activate()Naohiro Aota1-6/+2
2024-02-01btrfs: scrub: avoid use-after-free when chunk length is not 64K alignedQu Wenruo1-7/+22
2024-02-01afs: Hide silly-rename files from userspaceDavid Howells1-0/+8
2024-02-01netfs, fscache: Prevent Oops in fscache_put_cache()Dan Carpenter1-1/+2
2024-02-01cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N1-8/+12
2024-02-01cifs: fix a pending undercount of srv_countShyam Prasad N1-2/+1
2024-02-01cifs: fix lock ordering while disabling multichannelShyam Prasad N1-9/+13
2024-02-01ksmbd: Add missing set_freezable() for freezable kthreadNamjae Jeon1-0/+1