aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-05-06f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu1-4/+12
2022-05-06f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu1-4/+10
2022-05-06f2fs: write checkpoint during FG_GCByungki Lee1-14/+22
2022-05-06f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu1-1/+15
2022-05-06f2fs: ensure only power of 2 zone sizes are allowedLuis Chamberlain1-0/+4
2022-05-06f2fs: call bdev_zone_sectors() only once on init_blkz_info()Luis Chamberlain1-3/+6
2022-05-06f2fs: extend stat_lock to avoid potential race in statfsNiels Dossche1-5/+8
2022-05-06f2fs: avoid infinite loop to flush node pagesJaegeuk Kim3-22/+32
2022-05-06f2fs: use flush command instead of FUA for zoned deviceJaegeuk Kim2-2/+3
2022-05-06f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu1-2/+2
2022-05-06kernfs: Rename kernfs_put_open_node to kernfs_unlink_open_file.Imran Khan1-9/+19
2022-05-05io_uring: kill io_recv_buffer_select() wrapperJens Axboe1-10/+2
2022-05-05io_uring: use 'sr' vs 'req->sr_msg' consistentlyJens Axboe1-9/+8
2022-05-05io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsgJens Axboe1-2/+25
2022-05-05io_uring: check IOPOLL/ioprio support upfrontJens Axboe1-95/+58
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-31/+110
2022-05-05btrfs: sysfs: export the balance paused state of exclusive operationDavid Sterba1-0/+3
2022-05-05btrfs: fix assertion failure when logging directory key range itemFilipe Manana1-14/+25
2022-05-05btrfs: zoned: activate block group properly on unlimited active zone deviceNaohiro Aota1-14/+8
2022-05-05btrfs: zoned: move non-changing condition check out of the loopNaohiro Aota1-6/+6
2022-05-05btrfs: force v2 space cache usage for subpage mountQu Wenruo1-0/+11
2022-05-05mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy1-3/+3
2022-05-05mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functionsChristophe Leroy1-4/+13
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin1-1/+1
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson15-6/+648
2022-05-04xfs: Return from xfs_attr_set_iter if there are no more rmtblks to processAllison Henderson1-0/+8
2022-05-04xfs: Fix double unlock in defer capture codeAllison Henderson1-1/+10
2022-05-04Merge branch 'guilt/xfs-5.19-fuzz-fixes' into xfs-5.19-for-nextDave Chinner3-54/+191
2022-05-04Merge tag 'reflink-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.19-for-nextDave Chinner9-139/+345
2022-05-04Merge tag 'rmap-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.19-for-nextDave Chinner4-91/+106
2022-05-04Merge branch 'guilt/xlog-intent-whiteouts' into xfs-5.19-for-nextDave Chinner14-142/+322
2022-05-04Merge branch 'guilt/xfs-5.19-misc-2' into xfs-5.19-for-nextDave Chinner4-9/+9
2022-05-04xfs: validate v5 feature fieldsDave Chinner1-10/+58
2022-05-04xfs: set XFS_FEAT_NLINK correctlyDave Chinner1-0/+2
2022-05-04xfs: validate inode fork size against fork formatDave Chinner1-9/+26
2022-05-04xfs: detect self referencing btree sibling pointersDave Chinner1-35/+105
2022-05-04xfs: intent item whiteoutsDave Chinner3-5/+82
2022-05-04xfs: whiteouts release intents that are not in the AILDave Chinner4-16/+20
2022-05-04xfs: add log item method to return related intentsDave Chinner5-0/+33
2022-05-04xfs: factor and move some code in xfs_log_cil.cDave Chinner1-52/+67
2022-05-04xfs: tag transactions that contain intent done itemsDave Chinner5-11/+21
2022-05-04xfs: add log item flags to indicate intentsDave Chinner5-16/+25
2022-05-04xfs: don't commit the first deferred transaction without intentsDave Chinner1-12/+18
2022-05-04xfs: hide log iovec alignment constraintsDave Chinner4-38/+51
2022-05-04xfs: fix potential log item leakDave Chinner4-0/+7
2022-05-04xfs: zero inode fork buffer at allocationDave Chinner1-3/+9
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang1-1/+1
2022-05-02Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-23/+91
2022-05-02dlm: use kref_put_lock in __put_lkbAlexander Aring1-6/+6
2022-05-02dlm: use kref_put_lock in put_rsbAlexander Aring1-3/+5