summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()Ryusuke Konishi2023-05-301-0/+18
* ceph: force updating the msg pointer in non-split caseXiubo Li2023-05-301-0/+13
* statfs: enforce statfs[64] structure initializationIlya Leoshkevich2023-05-301-2/+2
* ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()Ojaswin Mujoo2023-05-301-18/+31
* ext4: set goal start correctly in ext4_mb_normalize_requestKemeng Shi2023-05-301-6/+10
* gfs2: Fix inode height consistency checkAndreas Gruenbacher2023-05-301-1/+2
* ext2: Check block size validity during mountJan Kara2023-05-302-0/+8
* fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()Tetsuo Handa2023-05-301-5/+23
* ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o2023-05-171-2/+3
* ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o2023-05-171-1/+5
* ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o2023-05-171-1/+1
* ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o2023-05-171-1/+11
* ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o2023-05-171-3/+10
* ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus2023-05-171-4/+2
* cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek2023-05-171-1/+1
* btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova2023-05-171-3/+3
* btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana2023-05-171-1/+31
* writeback: fix call of incorrect macroMaxim Korotkov2023-05-171-1/+1
* btrfs: scrub: reject unsupported scrub flagsQu Wenruo2023-05-171-0/+5
* nilfs2: fix infinite loop in nilfs_mdt_get_block()Ryusuke Konishi2023-05-171-4/+12
* nilfs2: do not write dirty data after degenerating to read-onlyRyusuke Konishi2023-05-171-1/+4
* NFSv4.1: Always send a RECLAIM_COMPLETE after establishing leaseTrond Myklebust2023-05-171-0/+4
* pstore: Revert pmsg_lock back to a normal mutexJohn Stultz2023-05-171-4/+3
* ubifs: Free memory for tmpfile nameMÃ¥rten Lindahl2023-05-171-0/+1
* Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"Zhihao Cheng2023-05-171-8/+1
* reiserfs: Add security prefix to xattr name in reiserfs_security_write()Roberto Sassu2023-05-171-2/+6
* ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li2023-04-261-2/+4
* ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani2023-04-263-34/+9
* Revert "ext4: fix use-after-free in ext4_xattr_set_entry"Tudor Ambarus2023-04-261-4/+2
* nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi2023-04-261-0/+20
* nilfs2: fix sysfs interface lifetimeRyusuke Konishi2023-04-202-5/+9
* nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Ryusuke Konishi2023-04-201-2/+1
* ext4: fix kernel BUG in 'ext4_write_inline_data_end()'Ye Bin2023-04-051-1/+2
* cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp2023-04-051-1/+4
* ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel2023-04-051-2/+16
* nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()Ryusuke Konishi2023-04-051-1/+1
* ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li2023-03-221-0/+11
* ext4: fail ext4_iget if special inode unallocatedBaokun Li2023-03-221-10/+8
* fs: sysfs_emit_at: Remove PAGE_SIZE alignment checkEric Biggers2023-03-221-1/+1
* ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers2023-03-221-5/+6
* ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng2023-03-171-0/+1
* ext4: fix WARNING in ext4_update_inline_dataYe Bin2023-03-171-0/+3
* ext4: move where set the MAY_INLINE_DATA flag is setYe Bin2023-03-172-2/+6
* ext4: fix another off-by-one fsmap error on 1k block filesystemsDarrick J. Wong2023-03-171-0/+2
* ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney2023-03-171-6/+7
* fs: prevent out-of-bounds array speculation when closing a file descriptorTheodore Ts'o2023-03-171-0/+1
* ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng2023-03-111-3/+9
* ubifs: dirty_cow_znode: Fix memleak in error handling pathZhihao Cheng2023-03-111-1/+8
* ubifs: Re-statistic cleaned znode count if commit failedZhihao Cheng2023-03-111-0/+15
* ubifs: Reserve one leb for each journal head while doing budgetZhihao Cheng2023-03-111-4/+3