summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-04-26ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li
2023-04-26ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani
2023-04-26Revert "ext4: fix use-after-free in ext4_xattr_set_entry"Tudor Ambarus
2023-04-26nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi
2023-04-20nilfs2: fix sysfs interface lifetimeRyusuke Konishi
2023-04-20nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Ryusuke Konishi
2023-04-20NFSv4: Fix hangs when recovering open state after a server rebootTrond Myklebust
2023-04-20NFSv4: Check the return value of update_open_stateid()Trond Myklebust
2023-04-20NFSv4: Convert struct nfs4_state to use refcount_tTrond Myklebust
2023-04-05gfs2: Always check inode size of inline inodesAndreas Gruenbacher
2023-04-05ext4: fix kernel BUG in 'ext4_write_inline_data_end()'Ye Bin
2023-04-05cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp
2023-04-05cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara
2023-04-05ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel
2023-04-05nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()Ryusuke Konishi
2023-04-05cifs: empty interface list when server doesn't support query interfacesShyam Prasad N
2023-03-22ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li
2023-03-22ext4: fail ext4_iget if special inode unallocatedBaokun Li
2023-03-22jffs2: correct logic when creating a hole in jffs2_write_beginYifei Liu
2023-03-22fs: sysfs_emit_at: Remove PAGE_SIZE alignment checkEric Biggers
2023-03-22ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2023-03-17udf: Detect system inodes linked into directory hierarchyJan Kara
2023-03-17udf: Preserve link count of system filesJan Kara
2023-03-17udf: Remove pointless union in udf_inode_infoJan Kara
2023-03-17udf: reduce leakage of blocks related to named streamsSteven J. Magnani
2023-03-17udf: Explain handling of load_nls() failureJan Kara
2023-03-17ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng
2023-03-17ext4: fix WARNING in ext4_update_inline_dataYe Bin
2023-03-17ext4: move where set the MAY_INLINE_DATA flag is setYe Bin
2023-03-17ext4: fix another off-by-one fsmap error on 1k block filesystemsDarrick J. Wong
2023-03-17ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney
2023-03-17fs: prevent out-of-bounds array speculation when closing a file descriptorTheodore Ts'o
2023-03-11f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2023-03-11ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng
2023-03-11ubifs: dirty_cow_znode: Fix memleak in error handling pathZhihao Cheng
2023-03-11ubifs: Re-statistic cleaned znode count if commit failedZhihao Cheng
2023-03-11ubifs: Reserve one leb for each journal head while doing budgetZhihao Cheng
2023-03-11ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng
2023-03-11ubifs: Fix wrong dirty space budget for dirty inodeZhihao Cheng
2023-03-11ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng
2023-03-11ubifs: Rectify space budget for ubifs_symlink() if symlink is encryptedZhihao Cheng
2023-03-11fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion
2023-03-11ext4: refuse to create ea block when umountedJun Nie
2023-03-11ext4: optimize ea_inode block expansionJun Nie
2023-03-11udf: Fix file corruption when appending just after end of preallocated extentJan Kara
2023-03-11udf: Do not update file length for failed writes to inline filesJan Kara
2023-03-11udf: Do not bother merging very long extentsJan Kara
2023-03-11udf: Truncate added extents on failed expansionJan Kara
2023-03-11ocfs2: fix non-auto defrag path not working issueHeming Zhao via Ocfs2-devel
2023-03-11ocfs2: fix defrag path triggering jbd2 ASSERTHeming Zhao via Ocfs2-devel