summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet2024-05-251-0/+1
* fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt2024-05-171-0/+1
* 9p: explicitly deny setlease attemptsJeff Layton2024-05-171-0/+2
* fs/9p: translate O_TRUNC into OTRUNCJoakim Sindholt2024-05-171-0/+3
* fs/9p: only translate RWX permissions for plain 9P2000Joakim Sindholt2024-05-171-1/+1
* btrfs: always clear PERTRANS metadata during commitBoris Burkov2024-05-171-1/+1
* btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov2024-05-171-1/+1
* gfs2: Fix invalid metadata access in punch_holeAndrew Price2024-05-171-2/+3
* btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn2024-05-021-9/+3
* nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park2024-05-021-1/+1
* fs: sysfs: Fix reference leak in sysfs_break_active_protection()Alan Stern2024-05-021-0/+2
* btrfs: record delayed inode root in transactionBoris Burkov2024-05-021-0/+3
* isofs: handle CDs with bad root inode but good Joliet root directoryAlex Henrie2024-04-131-2/+16
* sysv: don't call sb_bread() with pointers_lock heldTetsuo Handa2024-04-131-6/+4
* btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba2024-04-131-1/+9
* btrfs: export: handle invalid inode or root reference in btrfs_get_parent()David Sterba2024-04-131-1/+8
* btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba2024-04-131-1/+11
* 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