summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
3 daysext4: use optimized mballoc scanning regardless of inode formatJan Kara1-2/+0
3 daysext4: always allocate blocks only from groups inode can useJan Kara1-9/+20
3 daysext4: fix dirtyclusters double decrement on fs shutdownBrian Foster2-17/+6
3 daysext4: fix e4b bitmap inconsistency reportsYongjian Sun1-10/+11
3 daysext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan1-1/+2
3 daysext4: drop extent cache when splitting extent failsZhang Yi1-2/+6
3 daysext4: drop extent cache after doing PARTIAL_VALID1 zerooutZhang Yi1-1/+9
3 daysext4: don't cache extent during splitting extentZhang Yi1-0/+6
3 daysext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1Zhang Yi1-1/+12
3 daysext4: subdivide EXT4_EXT_DATA_VALID1Zhang Yi1-6/+12
3 daysbtrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not foundFilipe Manana1-4/+7
3 daysbtrfs: use the correct type to initialize block reserve for delayed refsFilipe Manana2-4/+5
3 daysbtrfs: reset block group size class when it becomes emptyJiasheng Jiang1-0/+10
3 daysbtrfs: reduce block group critical section in btrfs_free_reserved_bytes()Filipe Manana1-6/+9
3 daysbtrfs: remove fs_info argument from btrfs_try_granting_tickets()Filipe Manana4-13/+12
3 daysfs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRootJiasheng Jiang1-0/+3
3 daysfs/ntfs3: prevent infinite loops caused by the next valid being the sameEdward Adam Davis1-2/+6
3 daysfs/ntfs3: Initialize new folios before useBartlomiej Kubik1-1/+1
3 dayspidfs: return -EREMOTE when PIDFD_GET_INFO is called on another nsLuca Boccassi1-1/+1
3 daysovl: Fix uninit-value in ovl_fill_realQing Wang1-1/+1
3 daysfs/nfs: Fix readdir slow-start regressionSagi Grimberg1-2/+2
3 dayspNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAINOlga Kornievskaia1-1/+2
3 daysNFS/localio: remove -EAGAIN handling in nfs_local_doio()Mike Snitzer1-2/+0
3 daysNFS/localio: use GFP_NOIO and non-memreclaim workqueue in nfs_local_commitMike Snitzer1-3/+8
3 daysNFS/localio: prevent direct reclaim recursion into NFS via nfs_writepagesMike Snitzer1-0/+15
3 daysNFS/localio: Handle short writes by retryingTrond Myklebust1-17/+47
3 dayssmb: client: correct value for smbd_max_fragmented_recv_sizeStefan Metzmacher1-2/+17
3 daysprocfs: fix missing RCU protection when reading real_parent in do_task_stat()Jinliang Zheng1-1/+1
3 daysjfs: avoid -Wtautological-constant-out-of-range-compare warningArnd Bergmann1-2/+2
3 daysfat: avoid parent link count underflow in rmdirZhiyu Zhang2-2/+12
3 daysnfsd: never defer requests during idmap lookupAnthony Iliopoulos3-8/+58
3 daysNFS: NFSERR_INVAL is not defined by NFSv2Chuck Lever2-2/+2
3 daysext4: fast commit: make s_fc_lock reclaim-safeLi Chen2-23/+44
3 daysquota: fix livelock between quotactl and freeze_superAbhishek Bapat1-0/+1
3 dayspstore/ram: fix buffer overflow in persistent_ram_save_old()Sai Ritvik Tanksalkar1-0/+11
3 daysfs/tests: exec: drop duplicate bprm_stack_limits test vectorsTitouan Ameline de Cadeville1-6/+0
3 daysiomap: fix submission side handling of completion side errorsChristoph Hellwig1-3/+7
3 daysnetfs: avoid double increment of retry_count in subreqShyam Prasad N1-1/+0
3 dayssmb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara1-0/+2
3 dayserofs: fix inline data read failure for ztailpacking pclustersGao Xiang1-14/+16
3 daysbtrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocationBoris Burkov1-60/+183
3 daysbtrfs: fix block_group_tree dirty_list corruptionBoris Burkov1-7/+0
3 daysbtrfs: qgroup: return correct error when deleting qgroup relation itemFilipe Manana1-1/+3
3 daysbtrfs: zoned: don't zone append to conventional zoneJohannes Thumshirn2-10/+12
3 daysbtrfs: introduce btrfs_bio::async_csumQu Wenruo4-23/+67
3 daysbtrfs: make sure all btrfs_bio::end_io are called in task contextQu Wenruo1-18/+46
3 daysbtrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inodeQu Wenruo9-81/+87
3 daysbtrfs: headers cleanup to remove unnecessary local includesQu Wenruo21-22/+21
3 dayserofs: handle end of filesystem properly for file-backed mountsGao Xiang1-12/+8
3 dayserofs: get rid of raw bi_end_io() usageGao Xiang2-3/+3