summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* NFSv4: Fix hangs when recovering open state after a server rebootTrond Myklebust2023-04-201-3/+2
* NFSv4: Check the return value of update_open_stateid()Trond Myklebust2023-04-201-4/+8
* NFSv4: Convert struct nfs4_state to use refcount_tTrond Myklebust2023-04-203-9/+9
* gfs2: Always check inode size of inline inodesAndreas Gruenbacher2023-04-053-5/+3
* 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
* cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara2023-04-051-2/+7
* 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