summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: prevent general protection fault in nilfs_clear_dirty_page()Ryusuke Konishi2023-06-281-1/+9
* nilfs2: fix buffer corruption due to concurrent device readsRyusuke Konishi2023-06-283-1/+35
* nilfs2: reject devices with insufficient block countRyusuke Konishi2023-06-281-1/+43
* nilfs2: fix possible out-of-bounds segment allocation in resize ioctlRyusuke Konishi2023-06-211-0/+9
* nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()Ryusuke Konishi2023-06-211-2/+10
* ocfs2: check new file size on fallocate callLuís Henriques2023-06-211-1/+7
* ocfs2: fix use-after-free when unmounting read-only filesystemLuís Henriques2023-06-211-2/+4
* btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()Zixuan Fu2023-06-141-1/+6
* btrfs: check return value of btrfs_commit_transaction in relocationJosef Bacik2023-06-141-4/+5
* ext4: only check dquot_initialize_needed() when debuggingTheodore Ts'o2023-06-141-2/+4
* ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li2023-06-142-1/+9
* ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o2023-06-092-0/+6
* ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko2023-06-091-4/+0
* btrfs: use nofs when cleaning up aborted transactionsJosef Bacik2023-05-301-0/+9
* 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
* btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana2023-05-301-3/+4
* btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectidNikolay Borisov2023-05-301-6/+6
* f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu2023-05-302-3/+12
* 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
* ext4: fix WARNING in mb_find_extentYe Bin2023-05-171-0/+25
* 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
* ubifs: Fix memleak when insert_old_idx() failedZhihao Cheng2023-05-171-50/+87
* 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
* debugfs: regset32: Add Runtime PM supportGeert Uytterhoeven2023-05-171-0/+8
* 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