aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-13io_uring: allow allocated fixed files for acceptJens Axboe1-2/+2
2022-05-13io_uring: allow allocated fixed files for openat/openat2Jens Axboe1-3/+33
2022-05-13io_uring: add basic fixed file allocatorJens Axboe1-0/+29
2022-05-13io_uring: track fixed files with a bitmapJens Axboe1-1/+32
2022-05-12fs/ntfs3: validate BOOT sectors_per_clustersRandy Dunlap1-3/+7
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-40/+91
2022-05-12io_uring_enter(): don't leave f.flags uninitializedAl Viro1-6/+5
2022-05-12f2fs: keep wait_ms if EAGAIN happensJaegeuk Kim1-2/+2
2022-05-12f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim5-42/+89
2022-05-12Merge tag 'fixes_for_v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-4/+21
2022-05-12f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTIONEric Biggers1-2/+3
2022-05-12f2fs: kill volatile write supportJaegeuk Kim7-157/+10
2022-05-12f2fs: change the current atomic write wayDaeho Jeong12-424/+303
2022-05-12f2fs: don't need inode lock for system hidden quotaJaegeuk Kim1-2/+4
2022-05-12pstore: migrate to crypto acomp interfaceArd Biesheuvel1-12/+51
2022-05-12nilfs2: Fix some kernel-doc commentsYang Li1-6/+7
2022-05-12fs: hold writers when changing mount's idmappingChristian Brauner1-2/+3
2022-05-12Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-nextDave Chinner8-62/+13
2022-05-12xfs: can't use kmem_zalloc() for attribute buffersDave Chinner3-54/+50
2022-05-12xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verifyDave Chinner1-0/+9
2022-05-12xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner6-72/+137
2022-05-12xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner4-67/+84
2022-05-12xfs: remove xfs_attri_remove_iterDave Chinner1-279/+139
2022-05-12xfs: switch attr remove to xfs_attri_set_iterDave Chinner3-36/+26
2022-05-12xfs: introduce attr remove initial states into xfs_attr_set_iterDave Chinner3-62/+84
2022-05-12xfs: xfs_attr_set_iter() does not need to return EAGAINDave Chinner2-53/+39
2022-05-12xfs: clean up final attr removal in xfs_attr_set_iterDave Chinner3-72/+94
2022-05-12xfs: remote xattr removal in xfs_attr_set_iter() is conditionalDave Chinner3-35/+36
2022-05-12xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARPDave Chinner3-54/+75
2022-05-12xfs: split remote attr setting out from replace pathDave Chinner3-59/+77
2022-05-12xfs: consolidate leaf/node states in xfs_attr_set_iterDave Chinner2-109/+27
2022-05-12xfs: kill XFS_DAC_LEAF_ADDNAME_INITDave Chinner3-25/+29
2022-05-12xfs: separate out initial attr_set statesDave Chinner8-103/+194
2022-05-11ext4: remove unnecessary code in __mb_check_buddyJinke Han1-4/+1
2022-05-11ext4: fix spelling errors in commentsChin Yik Ming1-2/+2
2022-05-11ext4: remove unnecessary type castingsYu Zhe7-15/+15
2022-05-11ext4: fix warning in ext4_handle_inode_extensionYe Bin1-0/+4
2022-05-11fs,io_uring: add infrastructure for uring-cmdJens Axboe1-18/+117
2022-05-11ext4: get rid of unused DEFAULT_MB_OPTIMIZE_SCANOjaswin Mujoo1-1/+0
2022-05-11xfs: don't set quota warning valuesCatherine Hoang2-3/+2
2022-05-11xfs: remove warning counters from struct xfs_dquot_resCatherine Hoang4-29/+7
2022-05-11xfs: remove quota warning limit from struct xfs_quota_limitsCatherine Hoang5-33/+7
2022-05-11xfs: rework deferred attribute operation setupDave Chinner5-71/+110
2022-05-11xfs: make xattri_leaf_bp more usefulDave Chinner1-18/+32
2022-05-11xfs: initialise attrd item to zeroDave Chinner1-1/+1
2022-05-11xfs: avoid empty xattr transaction when attrs are inlineDave Chinner1-20/+19
2022-05-11xfs: add leaf to node error tagAllison Henderson3-1/+12
2022-05-11xfs: add leaf split error tagAllison Henderson3-1/+10
2022-05-11xfs: Add helper function xfs_init_attr_transAllison Henderson3-20/+27
2022-05-11xfs: Add helper function xfs_attr_leaf_addnameAllison Henderson2-50/+61