summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-02-27ext4: use optimized mballoc scanning regardless of inode formatJan Kara1-2/+0
2026-02-27ext4: always allocate blocks only from groups inode can useJan Kara1-9/+20
2026-02-27ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster2-17/+6
2026-02-27ext4: fix e4b bitmap inconsistency reportsYongjian Sun1-10/+11
2026-02-27ext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan1-1/+2
2026-02-27ext4: drop extent cache when splitting extent failsZhang Yi1-2/+6
2026-02-27ext4: drop extent cache after doing PARTIAL_VALID1 zerooutZhang Yi1-1/+9
2026-02-27ext4: don't cache extent during splitting extentZhang Yi1-0/+6
2026-02-27ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1Zhang Yi1-1/+12
2026-02-27ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/OZhang Yi1-4/+8
2026-02-27ext4: subdivide EXT4_EXT_DATA_VALID1Zhang Yi1-6/+12
2026-02-27ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin1-2/+2
2026-02-27btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not foundFilipe Manana1-4/+7
2026-02-27btrfs: use the correct type to initialize block reserve for delayed refsFilipe Manana2-4/+5
2026-02-27btrfs: reset block group size class when it becomes emptyJiasheng Jiang1-0/+10
2026-02-27smb: client: fix regression with mount options parsingPaulo Alcantara1-3/+1
2026-02-27fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRootJiasheng Jiang1-0/+3
2026-02-27fs/ntfs3: prevent infinite loops caused by the next valid being the sameEdward Adam Davis1-2/+6
2026-02-27fs/ntfs3: fix deadlock in ni_read_folio_cmprSzymon Wilczek2-2/+3
2026-02-27fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmprKonstantin Komarov3-6/+6
2026-02-27fs/ntfs3: fix ntfs_mount_options leak in ntfs_fill_super()Baokun Li1-7/+2
2026-02-27fs/ntfs3: Initialize new folios before useBartlomiej Kubik1-1/+1
2026-02-27pidfs: return -EREMOTE when PIDFD_GET_INFO is called on another nsLuca Boccassi1-1/+1
2026-02-27nfsd: do not allow exporting of special kernel filesystemsAmir Goldstein1-3/+5
2026-02-27ovl: Fix uninit-value in ovl_fill_realQing Wang1-1/+1
2026-02-27fs/nfs: Fix readdir slow-start regressionSagi Grimberg1-2/+2
2026-02-27pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAINOlga Kornievskaia1-1/+2
2026-02-27NFS/localio: remove -EAGAIN handling in nfs_local_doio()Mike Snitzer1-2/+0
2026-02-27NFS/localio: use GFP_NOIO and non-memreclaim workqueue in nfs_local_commitMike Snitzer1-3/+8
2026-02-27NFS/localio: prevent direct reclaim recursion into NFS via nfs_writepagesMike Snitzer1-0/+15
2026-02-27NFS/localio: Handle short writes by retryingTrond Myklebust1-17/+47
2026-02-27smb: client: correct value for smbd_max_fragmented_recv_sizeStefan Metzmacher1-2/+17
2026-02-27procfs: fix missing RCU protection when reading real_parent in do_task_stat()Jinliang Zheng1-1/+1
2026-02-27jfs: avoid -Wtautological-constant-out-of-range-compare warningArnd Bergmann1-2/+2
2026-02-27fat: avoid parent link count underflow in rmdirZhiyu Zhang2-2/+12
2026-02-27nfsd: never defer requests during idmap lookupAnthony Iliopoulos3-8/+58
2026-02-27NFS: NFSERR_INVAL is not defined by NFSv2Chuck Lever2-2/+2
2026-02-27ext4: fast commit: make s_fc_lock reclaim-safeLi Chen2-23/+44
2026-02-27quota: fix livelock between quotactl and freeze_superAbhishek Bapat1-0/+1
2026-02-27pstore/ram: fix buffer overflow in persistent_ram_save_old()Sai Ritvik Tanksalkar1-0/+11
2026-02-27fs/tests: exec: drop duplicate bprm_stack_limits test vectorsTitouan Ameline de Cadeville1-6/+0
2026-02-27iomap: fix submission side handling of completion side errorsChristoph Hellwig1-3/+7
2026-02-27netfs: avoid double increment of retry_count in subreqShyam Prasad N1-1/+0
2026-02-27smb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara1-0/+2
2026-02-27erofs: fix inline data read failure for ztailpacking pclustersGao Xiang1-14/+16
2026-02-27gfs2: fix memory leaks in gfs2_fill_super error pathDeepanshu Kartikey2-2/+4
2026-02-27btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocationBoris Burkov1-60/+183
2026-02-27btrfs: fix block_group_tree dirty_list corruptionBoris Burkov1-7/+0
2026-02-27btrfs: qgroup: return correct error when deleting qgroup relation itemFilipe Manana1-1/+3
2026-02-27btrfs: zoned: don't zone append to conventional zoneJohannes Thumshirn2-10/+12