summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-07-01smb: client: set missing retry flag in cifs_writev_callback()Paulo Alcantara
2025-07-01smb: client: set missing retry flag in cifs_readv_callback()Paulo Alcantara
2025-07-01smb: client: set missing retry flag in smb2_writev_callback()Paulo Alcantara
2025-07-01netfs: Fix ref leak on inserted extra subreq in write retryDavid Howells
2025-07-01netfs: Fix looping in wait functionsDavid Howells
2025-07-01netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wanglingDavid Howells
2025-07-01netfs: Fix double put of requestDavid Howells
2025-07-01netfs: Fix hang due to missing case in final DIO read result collectionDavid Howells
2025-07-01eventpoll: Fix priority inversion problemNam Cao
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner
2025-07-01f2fs: fix to use f2fs_is_valid_blkaddr_raw() in do_write_page()Chao Yu
2025-07-01f2fs: avoid splitting bio when reading multiple pagesJianan Huang
2025-07-01f2fs: check the generic conditions firstJaegeuk Kim
2025-06-30bcachefs: Fix incorrect transaction restart handlingAlan Huang
2025-06-30cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N
2025-06-30smb: client: fix warning when reconnecting channelPaulo Alcantara
2025-06-30f2fs: don't allow unaligned truncation to smaller/equal size on pinned filewangzijie
2025-06-30f2fs: fix to check upper boundary for gc_no_zoned_gc_percentChao Yu
2025-06-30f2fs: fix to check upper boundary for gc_valid_thresh_ratioChao Yu
2025-06-30f2fs: account and print more stats during recoveryChao Yu
2025-06-30f2fs: enable tuning of boost_zoned_gc_percent via sysfsyohan.joung
2025-06-30f2fs: fix to check upper boundary for value of gc_boost_zoned_gc_percentyohan.joung
2025-06-30f2fs: fix KMSAN uninit-value in extent_info usageAbinash Singh
2025-06-30btrfs: stop parsing crc32c driver nameEric Biggers
2025-06-30xfs: add FALLOC_FL_ALLOCATE_RANGE to supported flags maskYouling Tang
2025-06-29statmount_mnt_basic(): simplify the logics for group idAl Viro
2025-06-29invent_group_ids(): zero ->mnt_group_id always implies !IS_MNT_SHARED()Al Viro
2025-06-29get rid of CL_SHARE_TO_SLAVEAl Viro
2025-06-29take freeing of emptied mnt_namespace to namespace_unlock()Al Viro
2025-06-29copy_tree(): don't link the mounts via mnt_listAl Viro
2025-06-29change_mnt_propagation(): move ->mnt_master assignment into MS_SLAVE caseAl Viro
2025-06-29mnt_slave_list/mnt_slave: turn into hlist_head/hlist_nodeAl Viro
2025-06-29turn do_make_slave() into transfer_propagation()Al Viro
2025-06-29do_make_slave(): choose new master sanelyAl Viro
2025-06-29change_mnt_propagation(): do_make_slave() is a no-op unless IS_MNT_SHARED()Al Viro
2025-06-29change_mnt_propagation() cleanups, step 1Al Viro
2025-06-29propagate_mnt(): fix comment and convert to kernel-doc, while we are at itAl Viro
2025-06-29propagate_mnt(): get rid of last_destAl Viro
2025-06-29fs/pnode.c: get rid of globalsAl Viro
2025-06-29propagate_one(): fold into the sole callerAl Viro
2025-06-29propagate_one(): separate the "what should be the master for this copy" partAl Viro
2025-06-29propagate_one(): separate the "do we need secondary here?" logicsAl Viro
2025-06-29propagate_mnt(): handle all peer groups in the same loopAl Viro
2025-06-29propagate_one(): get rid of dest_masterAl Viro
2025-06-29mount: separate the flags accessed only under namespace_semAl Viro
2025-06-29don't have mounts pin their parentsAl Viro
2025-06-29get rid of mountpoint->m_countAl Viro
2025-06-29combine __put_mountpoint() with unhash_mnt()Al Viro
2025-06-29pivot_root(): reorder tree surgeries, collapse unhash_mnt() and put_mountpoint()Al Viro
2025-06-29take ->mnt_expire handling under mount_lock [read_seqlock_excl]Al Viro