summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET2024-03-261-2/+2
* quota: Fix rcu annotations of inode dquot pointersJan Kara2024-03-261-27/+39
* quota: Fix potential NULL pointer dereferenceWang Jianjian2024-03-261-41/+57
* quota: simplify drop_dquot_ref()Baokun Li2024-03-261-61/+9
* quota: check time limit when back out space/inode changeChengguang Xu2024-03-261-8/+6
* fs/quota: erase unused but set variable warningJiang Biao2024-03-261-0/+4
* quota: code cleanup for __dquot_alloc_space()Chengguang Xu2024-03-261-2/+2
* fs/select: rework stack allocation hack for clangArnd Bergmann2024-03-261-1/+1
* do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich2024-03-261-1/+1
* btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin2024-03-151-2/+4
* cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li2024-03-061-0/+3
* btrfs: dev-replace: properly validate device namesDavid Sterba2024-03-061-4/+20
* fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche2024-03-011-1/+8
* ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li2024-03-011-5/+4
* ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li2024-03-011-0/+4
* nilfs2: replace WARN_ONs for invalid DAT metadata block requestsRyusuke Konishi2024-03-011-10/+17
* lsm: new security_file_ioctl_compat() hookAlfred Piccioni2024-02-231-2/+1
* nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi2024-02-231-3/+5
* nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi2024-02-231-1/+7
* nilfs2: fix data corruption in dsync block recovery for small block sizesRyusuke Konishi2024-02-231-3/+4
* ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li2024-02-231-4/+2
* btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba2024-02-231-1/+1
* btrfs: forbid creating subvol qgroupsBoris Burkov2024-02-231-0/+5
* ceph: fix deadlock or deadcode of misusing dget()Xiubo Li2024-02-231-6/+3
* fast_dput(): handle underflows gracefullyAl Viro2024-02-231-3/+4
* f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu2024-02-231-6/+17
* ext4: avoid online resizing failures due to oversized flex bgBaokun Li2024-02-231-8/+17
* ext4: remove unnecessary check from alloc_flex_gd()Baokun Li2024-02-231-3/+0
* ext4: unify the type of flexbg_size to unsigned intBaokun Li2024-02-231-6/+7
* ext4: fix inconsistent between segment fstrim and full fstrimYe Bin2024-02-231-3/+8
* jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis2024-02-231-0/+3
* afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov2024-02-231-3/+4
* pstore/ram: Fix crash when setting number of cpus to an odd numberWeichen Chen2024-02-231-0/+1
* jfs: fix uaf in jfs_evict_inodeEdward Adam Davis2024-02-231-3/+3
* jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat2024-02-231-29/+31
* jfs: fix slab-out-of-bounds Read in dtSearchManas Ghandat2024-02-231-0/+5
* UBSAN: array-index-out-of-bounds in dtSplitRootOsama Muhammad2024-02-231-1/+1
* FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTreeOsama Muhammad2024-02-231-0/+3
* btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo2024-02-231-0/+4
* btrfs: don't warn if discard range is not aligned to sectorDavid Sterba2024-02-231-1/+2
* ext4: allow for the last group to be marked as trimmedSuraj Jitindar Singh2024-02-231-5/+10
* Revert "NFSD: Fix possible sleep during nfsd4_release_lockowner()"Greg Kroah-Hartman2024-01-251-4/+8
* f2fs: fix to avoid dirent corruptionChao Yu2024-01-251-1/+1
* NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICTTrond Myklebust2024-01-251-0/+3
* blocklayoutdriver: Fix reference leak of pnfs_device_nodeBenjamin Coddington2024-01-251-0/+2
* pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov2024-01-251-1/+1
* jbd2: correct the printing of write_flags in jbd2_write_superblock()Zhang Yi2024-01-251-1/+3
* f2fs: explicitly null-terminate the xattr listEric Biggers2024-01-251-0/+6
* fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi2024-01-151-1/+9
* block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti2024-01-081-2/+7