summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-04-13btrfs: export: handle invalid inode or root reference in btrfs_get_parent()David Sterba
2024-04-13btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba
2024-04-13fs: add a vfs_fchmod helperChristoph Hellwig
2024-04-13fs: add a vfs_fchown helperChristoph Hellwig
2024-04-13btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues
2024-04-13fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversionBart Van Assche
2024-04-13exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Max Filippov
2024-04-13nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi
2024-04-13nilfs2: use a more common logging styleJoe Perches
2024-04-13nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi
2024-04-13ext4: fix corruption during on-line resizeMaximilian Heyne
2024-04-13fuse: don't unhash rootMiklos Szeredi
2024-04-13ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)
2024-04-13fat: fix uninitialized field in nostale filehandlesJan Kara
2024-03-26NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET
2024-03-26quota: Fix rcu annotations of inode dquot pointersJan Kara
2024-03-26quota: Fix potential NULL pointer dereferenceWang Jianjian
2024-03-26quota: simplify drop_dquot_ref()Baokun Li
2024-03-26quota: check time limit when back out space/inode changeChengguang Xu
2024-03-26fs/quota: erase unused but set variable warningJiang Biao
2024-03-26quota: code cleanup for __dquot_alloc_space()Chengguang Xu
2024-03-26fs/select: rework stack allocation hack for clangArnd Bergmann
2024-03-26do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich
2024-03-15btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin
2024-03-06cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li
2024-03-06btrfs: dev-replace: properly validate device namesDavid Sterba
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche
2024-03-01ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li
2024-03-01ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li
2024-03-01nilfs2: replace WARN_ONs for invalid DAT metadata block requestsRyusuke Konishi
2024-02-23lsm: new security_file_ioctl_compat() hookAlfred Piccioni
2024-02-23nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi
2024-02-23nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi
2024-02-23nilfs2: fix data corruption in dsync block recovery for small block sizesRyusuke Konishi
2024-02-23ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li
2024-02-23btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba
2024-02-23btrfs: forbid creating subvol qgroupsBoris Burkov
2024-02-23ceph: fix deadlock or deadcode of misusing dget()Xiubo Li
2024-02-23fast_dput(): handle underflows gracefullyAl Viro
2024-02-23f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu
2024-02-23ext4: avoid online resizing failures due to oversized flex bgBaokun Li
2024-02-23ext4: remove unnecessary check from alloc_flex_gd()Baokun Li
2024-02-23ext4: unify the type of flexbg_size to unsigned intBaokun Li
2024-02-23ext4: fix inconsistent between segment fstrim and full fstrimYe Bin
2024-02-23jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis
2024-02-23afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov
2024-02-23pstore/ram: Fix crash when setting number of cpus to an odd numberWeichen Chen
2024-02-23jfs: fix uaf in jfs_evict_inodeEdward Adam Davis
2024-02-23jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat
2024-02-23jfs: fix slab-out-of-bounds Read in dtSearchManas Ghandat