summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ubifs: Fix wrong dirty space budget for dirty inodeZhihao Cheng2023-03-111-1/+1
* ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng2023-03-111-0/+5
* fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion2023-03-111-1/+2
* ext4: refuse to create ea block when umountedJun Nie2023-03-111-0/+7
* ext4: optimize ea_inode block expansionJun Nie2023-03-111-11/+17
* udf: Fix file corruption when appending just after end of preallocated extentJan Kara2023-03-111-13/+11
* udf: Do not update file length for failed writes to inline filesJan Kara2023-03-111-14/+12
* udf: Do not bother merging very long extentsJan Kara2023-03-111-17/+2
* udf: Truncate added extents on failed expansionJan Kara2023-03-111-4/+11
* ocfs2: fix non-auto defrag path not working issueHeming Zhao via Ocfs2-devel2023-03-111-11/+13
* ocfs2: fix defrag path triggering jbd2 ASSERTHeming Zhao via Ocfs2-devel2023-03-111-10/+0
* f2fs: fix information leak in f2fs_move_inline_dirents()Eric Biggers2023-03-111-7/+6
* fs: hfsplus: fix UAF issue in hfsplus_put_superDongliang Mu2023-03-111-2/+2
* hfs: fix missing hfs_bnode_get() in __hfs_bnode_createLiu Shixin2023-03-111-0/+1
* udf: Define EFSCORRUPTED error codeJan Kara2023-03-111-0/+2