summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-06-16ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li1-1/+3
2024-06-16ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflowBaokun Li1-1/+1
2024-06-16ext4: Fixes len calculation in mpage_journal_page_buffersRitesh Harjani (IBM)1-1/+1
2024-06-16mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong1-2/+7
2024-06-16mm/ksm: fix ksm_zero_pages accountingChengming Zhou1-1/+1
2024-06-16iomap: fault in smaller chunks for non-large folio mappingsXu Yang1-1/+1
2024-06-169p: add missing locking around taking dentry fid listDominique Martinet1-2/+7
2024-06-16proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)1-22/+20
2024-06-16fsverity: use register_sysctl_init() to avoid kmemleak warningEric Biggers1-6/+1
2024-06-16btrfs: qgroup: fix initialization of auto inherit arrayDan Carpenter1-1/+1
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu1-0/+6
2024-06-16erofs: avoid allocating DEFLATE streams before mountingGao Xiang1-26/+29
2024-06-16afs: Don't cross .backup mountpoint from backup volumeMarc Dionne1-0/+5
2024-06-12cifs: Fix missing set of remote_i_sizeDavid Howells2-3/+4
2024-06-12cifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells1-0/+6
2024-06-12netfs: Fix setting of BDP_ASYNC from iocb flagsDavid Howells1-1/+1
2024-06-12pNFS/filelayout: fixup pNfs allocation modesOlga Kornievskaia1-2/+2
2024-06-12nfs: keep server info for remountsMartin Kaiser1-3/+6
2024-06-12NFSv4: Fixup smatch warning for ambiguous returnBenjamin Coddington1-7/+5
2024-06-12fs/ntfs3: Use variable length array instead of fixed sizeKonstantin Komarov1-1/+1
2024-06-12fs/ntfs3: Use 64 bit variable to avoid 32 bit overflowKonstantin Komarov1-1/+2
2024-06-12fs/ntfs3: Check 'folio' pointer for NULLKonstantin Komarov1-6/+11
2024-06-12ocfs2: correctly use ocfs2_find_next_zero_bit()Joseph Qi3-18/+9
2024-06-12f2fs: fix to add missing iput() in gc_data_segment()Chao Yu1-2/+7
2024-06-12fuse: clear FR_SENT when re-adding requests into pending listHou Tao1-0/+1
2024-06-12fuse: set FR_PENDING atomically in fuse_resend()Hou Tao1-1/+1
2024-06-12f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu1-3/+8
2024-06-12f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu1-1/+1
2024-06-12f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu1-0/+10
2024-06-12f2fs: compress: fix error path of inc_valid_block_count()Chao Yu1-7/+8
2024-06-12f2fs: compress: fix to update i_compr_blocks correctlyChao Yu1-7/+14
2024-06-12f2fs: fix block migration when section is not aligned to pow2Wu Bo1-9/+8
2024-06-12ovl: remove upper umask handling from ovl_create_upper()Miklos Szeredi1-3/+0
2024-06-12udf: Convert udf_expand_file_adinicb() to use a folioMatthew Wilcox (Oracle)1-13/+14
2024-06-12f2fs: write missing last sum blk of file pinning sectionDaeho Jeong1-0/+2
2024-06-12f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu1-1/+2
2024-06-12f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu1-9/+11
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu1-8/+4
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu1-8/+4
2024-06-12f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu1-0/+3
2024-06-12f2fs: multidev: fix to recognize valid zero block addressChao Yu1-1/+1
2024-05-30ext4: remove the redundant folio_wait_stable()Zhang Yi1-3/+0
2024-05-30ext4: fix potential unnitialized variableDan Carpenter1-0/+1
2024-05-30nfsd: don't create nfsv4recoverydir in nfsdfs when not used.NeilBrown1-2/+2
2024-05-30ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara1-1/+1
2024-05-30mm/ksm: fix ksm exec support for prctlJinjiang Tu1-0/+11
2024-05-30btrfs: set start on clone before calling copy_extent_buffer_fullJosef Bacik1-2/+8
2024-05-30gfs2: do_xmote fixesAndreas Gruenbacher1-19/+25
2024-05-30gfs2: finish_xmote cleanupAndreas Gruenbacher1-8/+13
2024-05-30gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher6-16/+57