summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: add a vfs_fchmod helperChristoph Hellwig2024-04-131-2/+7
* fs: add a vfs_fchown helperChristoph Hellwig2024-04-131-12/+17
* btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues2024-04-131-17/+8
* fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche2024-04-131-2/+6
* exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Max Filippov2024-04-131-0/+1
* nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi2024-04-131-1/+1
* nilfs2: use a more common logging styleJoe Perches2024-04-1320-251/+239
* nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi2024-04-132-4/+14
* ext4: fix corruption during on-line resizeMaximilian Heyne2024-04-131-1/+2
* fuse: don't unhash rootMiklos Szeredi2024-04-132-3/+5
* ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)2024-04-131-9/+4
* fat: fix uninitialized field in nostale filehandlesJan Kara2024-04-131-0/+6
* 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