summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix invalid pointer access if get_quota_realm return ERR_PTRWenchao Hao2024-02-051-17/+22
* ceph: fix deadlock or deadcode of misusing dget()Xiubo Li2024-02-051-6/+3
* ceph: reinitialize mds feature bit even when session in openVenky Shankar2024-02-051-1/+1
* 9p: Fix initialisation of netfs_inode for 9pDavid Howells2024-02-053-3/+5
* fs/kernfs/dir: obey S_ISGIDMax Kellermann2024-02-051-0/+12
* f2fs: fix to tag gcing flag on page during block migrationChao Yu2024-02-052-1/+5
* f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim2024-02-051-0/+2
* fast_dput(): handle underflows gracefullyAl Viro2024-02-051-3/+4
* f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu2024-02-051-6/+17
* ext4: avoid online resizing failures due to oversized flex bgBaokun Li2024-02-051-8/+17
* ext4: remove unnecessary check from alloc_flex_gd()Baokun Li2024-02-051-3/+0
* ext4: unify the type of flexbg_size to unsigned intBaokun Li2024-02-051-6/+7
* ext4: fix inconsistent between segment fstrim and full fstrimYe Bin2024-02-051-3/+8
* ecryptfs: Reject casefold directory inodesGabriel Krisman Bertazi2024-02-051-0/+8
* jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis2024-02-051-0/+3
* afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov2024-02-051-3/+4
* afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()Oleg Nesterov2024-02-051-1/+2
* erofs: fix ztailpacking for subpage compressed blocksGao Xiang2024-02-051-1/+1
* pstore/ram: Fix crash when setting number of cpus to an odd numberWeichen Chen2024-02-051-0/+1
* jfs: fix uaf in jfs_evict_inodeEdward Adam Davis2024-02-051-3/+3
* jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat2024-02-051-29/+31
* jfs: fix slab-out-of-bounds Read in dtSearchManas Ghandat2024-02-051-0/+5
* UBSAN: array-index-out-of-bounds in dtSplitRootOsama Muhammad2024-02-051-1/+1
* FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTreeOsama Muhammad2024-02-051-0/+3
* btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota2024-01-311-0/+18
* btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota2024-01-311-13/+19
* dlm: use kernel_connect() and kernel_bind()Jordan Rife2024-01-311-7/+7
* pipe: wakeup wr_wait after setting max_usageLukas Schauer2024-01-311-2/+5
* fs/pipe: move check to pipe_has_watch_queue()Max Kellermann2024-01-311-9/+3
* erofs: fix lz4 inplace decompressionGao Xiang2024-01-311-15/+16
* erofs: get rid of the remaining kmap_atomic()Gao Xiang2024-01-311-9/+9
* xfs: read only mounts with fsopen mount API are bustedDave Chinner2024-01-311-10/+17
* ksmbd: fix global oob in ksmbd_nl_policyLin Ma2024-01-312-3/+4
* exec: Fix error handling in begin_new_exec()Bernd Edlinger2024-01-311-0/+3
* btrfs: don't abort filesystem when attempting to snapshot deleted subvolumeOmar Sandoval2024-01-311-0/+3
* btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo2024-01-311-0/+4
* btrfs: don't warn if discard range is not aligned to sectorDavid Sterba2024-01-311-1/+2
* btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng2024-01-311-1/+1
* btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin2024-01-311-2/+4
* btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval2024-01-311-9/+13
* btrfs: fix race between reading a directory and adding entries to itFilipe Manana2024-01-311-4/+7
* btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana2024-01-311-1/+14
* btrfs: set last dir index to the current last index when opening dirFilipe Manana2024-01-311-1/+2
* btrfs: fix infinite directory readsFilipe Manana2024-01-314-54/+84
* afs: Hide silly-rename files from userspaceDavid Howells2024-01-311-0/+8
* netfs, fscache: Prevent Oops in fscache_put_cache()Dan Carpenter2024-01-311-1/+2
* ksmbd: Add missing set_freezable() for freezable kthreadNamjae Jeon2024-01-311-0/+1
* ksmbd: send lease break notification on FILE_RENAME_INFORMATIONNamjae Jeon2024-01-312-5/+8
* ksmbd: don't increment epoch if current state and request state are sameNamjae Jeon2024-01-311-3/+6
* ksmbd: fix potential circular locking issue in smb2_set_ea()Namjae Jeon2024-01-311-3/+4