summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
13 daysext4: fix potential null deref in ext4_mb_init()Baokun Li1-0/+10
13 dayssmb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong1-1/+1
13 dayssmb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong1-2/+2
13 daysbtrfs: always fallback to buffered write if the inode requires checksumQu Wenruo1-0/+16
13 daysxattr: switch to CLASS(fd)Al Viro1-21/+14
13 dayssmb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
13 dayssmb: client: fix broken multichannel with krb5+signingPaulo Alcantara1-12/+10
13 dayssmb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho1-11/+10
13 daysSquashfs: check metadata block offset is within rangePhillip Lougher1-0/+3
13 daysnfsd: Fix cred ref leak in nfsd_nl_threads_set_doit().Kuniyuki Iwashima1-1/+1
13 daysnamespace: fix proc mount iterationChristian Brauner1-5/+15
13 dayseventpoll: Fix integer overflow in ep_loop_check_proc()Jann Horn1-2/+3
13 daysksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon3-1/+17
13 daysksmbd: check return value of xa_store() in krb5_authenticateNamjae Jeon1-2/+7
13 daysbtrfs: zoned: fixup last alloc pointer after extent removal for RAID0/10Naohiro Aota1-15/+179
13 daysbtrfs: define the AUTO_KFREE/AUTO_KVFREE helper macrosMiquel Sabaté Solà1-0/+7
13 daysbtrfs: zoned: fix stripe width calculationNaohiro Aota1-30/+26
13 daysbtrfs: zoned: fixup last alloc pointer after extent removal for DUPNaohiro Aota1-0/+14
13 daysbtrfs: zoned: fixup last alloc pointer after extent removal for RAID1Naohiro Aota1-0/+15
13 daysbtrfs: zoned: fix alloc_offset calculation for partly conventional block groupsJohannes Thumshirn1-14/+72
13 daysbtrfs: fix periodic reclaim conditionSun YangKai2-11/+16
13 daysbtrfs: fix reclaimed bytes accounting after automatic block group reclaimFilipe Manana1-7/+21
13 daysbtrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work()Filipe Manana1-5/+16
13 daysbtrfs: drop unused parameter fs_info from do_reclaim_sweep()David Sterba1-3/+2
13 daysext4: always allocate blocks only from groups inode can useJan Kara1-9/+20
13 daysext4: implement linear-like traversal across order xarraysBaokun Li1-21/+47
13 daysext4: refactor choose group to scan groupBaokun Li3-174/+131
13 daysext4: convert free groups order lists to xarraysBaokun Li3-126/+140
13 daysext4: factor out ext4_mb_scan_group()Baokun Li2-44/+51
13 daysext4: factor out ext4_mb_might_prefetch()Baokun Li2-24/+42
13 daysext4: factor out __ext4_mb_scan_group()Baokun Li2-18/+29
13 daysext4: add ext4_try_lock_group() to skip busy groupsBaokun Li2-12/+30
13 daysext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/OZhang Yi1-4/+8
13 daysext4: correct the comments place for EXT4_EXT_MAY_ZEROOUTYang Erkun1-4/+4
13 daysbtrfs: fix compat mask in error messages in btrfs_check_features()Mark Harmstone1-3/+3
13 daysbtrfs: print correct subvol num if active swapfile prevents deletionMark Harmstone1-1/+1
13 daysbtrfs: fix warning in scrub_verify_one_metadata()Mark Harmstone1-1/+1
13 daysbtrfs: fix objectid value in error message in check_extent_data_ref()Mark Harmstone1-1/+1
13 daysbtrfs: fix incorrect key offset in error message in check_dev_extent_item()Mark Harmstone1-1/+1
2026-03-04xfs: fix copy-paste error in previous fixDarrick J. Wong1-1/+1
2026-03-04cifs: some missing initializations on replayShyam Prasad N2-0/+3
2026-03-04procfs: fix possible double mmput() in do_procmap_query()Andrii Nakryiko1-1/+2
2026-03-04ceph: supply snapshot context in ceph_zero_partial_object()ethanwu1-1/+16
2026-03-04cifs: Fix locking usage for tcon fieldsShyam Prasad N5-10/+11
2026-03-04btrfs: continue trimming remaining devices on failurejinbaohong1-1/+1
2026-03-04ocfs2: fix reflink preserve cleanup issueHeming Zhao1-0/+4
2026-03-04nfsd: fix return error code for nfsd_map_name_to_[ug]idAnthony Iliopoulos1-0/+4
2026-03-04xfs: check for deleted cursors when revalidating two btreesDarrick J. Wong2-3/+32
2026-03-04xfs: check return value of xchk_scrub_create_subordDarrick J. Wong3-1/+7
2026-03-04xfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong5-9/+24