summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-16smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya
2024-06-16nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi
2024-06-16nilfs2: fix potential kernel bug due to lack of writeback flag waitingRyusuke Konishi
2024-06-16btrfs: re-introduce 'norecovery' mount optionQu Wenruo
2024-06-16btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana
2024-06-16btrfs: fix crash on racing fsync and size-extending write into preallocOmar Sandoval
2024-06-16btrfs: protect folio::private when attaching extent buffer foliosQu Wenruo
2024-06-16btrfs: qgroup: fix qgroup id collision across mountsBoris Burkov
2024-06-16btrfs: qgroup: update rescan message levels and error codesDavid Sterba
2024-06-16tracefs: Clear EVENT_INODE flag in tracefs_drop_inode()Steven Rostedt (Google)
2024-06-16eventfs: Keep the directories from having the same inode number as filesSteven Rostedt (Google)
2024-06-16eventfs: Fix a possible null pointer dereference in eventfs_find_events()Hao Ge
2024-06-16NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUSAnna Schumaker
2024-06-16nfs: fix undefined behavior in nfs_block_bits()Sergey Shtylyov
2024-06-16cifs: fix creating sockets when using sfu mount optionsSteve French
2024-06-16ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li
2024-06-16ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflowBaokun Li
2024-06-16ext4: Fixes len calculation in mpage_journal_page_buffersRitesh Harjani (IBM)
2024-06-16mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong
2024-06-16mm/ksm: fix ksm_zero_pages accountingChengming Zhou
2024-06-16iomap: fault in smaller chunks for non-large folio mappingsXu Yang
2024-06-169p: add missing locking around taking dentry fid listDominique Martinet
2024-06-16proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)
2024-06-16fsverity: use register_sysctl_init() to avoid kmemleak warningEric Biggers
2024-06-16btrfs: qgroup: fix initialization of auto inherit arrayDan Carpenter
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu
2024-06-16erofs: avoid allocating DEFLATE streams before mountingGao Xiang
2024-06-16afs: Don't cross .backup mountpoint from backup volumeMarc Dionne
2024-06-12cifs: Fix missing set of remote_i_sizeDavid Howells
2024-06-12cifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells
2024-06-12netfs: Fix setting of BDP_ASYNC from iocb flagsDavid Howells
2024-06-12pNFS/filelayout: fixup pNfs allocation modesOlga Kornievskaia
2024-06-12nfs: keep server info for remountsMartin Kaiser
2024-06-12NFSv4: Fixup smatch warning for ambiguous returnBenjamin Coddington
2024-06-12fs/ntfs3: Use variable length array instead of fixed sizeKonstantin Komarov
2024-06-12fs/ntfs3: Use 64 bit variable to avoid 32 bit overflowKonstantin Komarov
2024-06-12fs/ntfs3: Check 'folio' pointer for NULLKonstantin Komarov
2024-06-12ocfs2: correctly use ocfs2_find_next_zero_bit()Joseph Qi
2024-06-12f2fs: fix to add missing iput() in gc_data_segment()Chao Yu
2024-06-12fuse: clear FR_SENT when re-adding requests into pending listHou Tao
2024-06-12fuse: set FR_PENDING atomically in fuse_resend()Hou Tao
2024-06-12f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu
2024-06-12f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu
2024-06-12f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu
2024-06-12f2fs: compress: fix error path of inc_valid_block_count()Chao Yu
2024-06-12f2fs: compress: fix to update i_compr_blocks correctlyChao Yu
2024-06-12f2fs: fix block migration when section is not aligned to pow2Wu Bo
2024-06-12ovl: remove upper umask handling from ovl_create_upper()Miklos Szeredi
2024-06-12udf: Convert udf_expand_file_adinicb() to use a folioMatthew Wilcox (Oracle)
2024-06-12f2fs: write missing last sum blk of file pinning sectionDaeho Jeong