summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu2024-06-161-1/+1
* f2fs: add error prints for debugging mount failureSahitya Tummala2024-06-162-3/+7
* ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara2024-06-161-1/+1
* nfsd: drop st_mutex before calling move_to_close_lru()NeilBrown2024-06-161-4/+7
* jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev2024-06-161-0/+3
* nilfs2: fix out-of-range warningArnd Bergmann2024-06-161-1/+1
* ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak2024-06-161-1/+3
* nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi2024-06-161-3/+18
* nilfs2: fix unexpected freezing of nilfs_segctor_sync()Ryusuke Konishi2024-06-161-4/+13
* 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