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