summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-1428-88/+88
|\
| * sched: remove _do_fork()Christian Brauner2020-08-201-4/+0
| * tracing: switch to kernel_clone()Christian Brauner2020-08-2018-39/+39
| * kgdbts: switch to kernel_clone()Christian Brauner2020-08-201-24/+24
| * kprobes: switch to kernel_clone()Christian Brauner2020-08-201-3/+3
| * x86: switch to kernel_clone()Christian Brauner2020-08-201-1/+1
| * sparc: switch to kernel_clone()Christian Brauner2020-08-201-3/+3
| * nios2: switch to kernel_clone()Christian Brauner2020-08-201-1/+1
| * m68k: switch to kernel_clone()Christian Brauner2020-08-201-5/+5
| * ia64: switch to kernel_clone()Christian Brauner2020-08-201-2/+2
| * h8300: switch to kernel_clone()Christian Brauner2020-08-201-1/+1
| * fork: introduce kernel_clone()Christian Brauner2020-08-202-9/+13
* | Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-145-128/+215
|\ \
| * | tools: Avoid comma separated statementsJoe Perches2020-10-024-128/+210
| * | selftests/harness: Flush stdout before forkingMichael Ellerman2020-09-181-0/+5
* | | Merge tag 'xfs-5.10-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-1459-746/+1183
|\ \ \
| * | | xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...Darrick J. Wong2020-09-161-0/+16
| * | | xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong2020-09-161-0/+11
| * | | xfs: Remove unneeded semicolonZheng Bin2020-09-161-1/+1
| * | | xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong2020-09-161-1/+16
| * | | xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino2020-09-164-25/+41
| * | | xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino2020-09-163-7/+6
| * | | xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino2020-09-164-17/+17
| * | | xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino2020-09-162-7/+8
| * | | xfs: Remove kmem_zalloc_large()Carlos Maiolino2020-09-165-11/+5
| * | | xfs: enable big timestampsDarrick J. Wong2020-09-161-1/+2
| * | | xfs: trace timestamp limitsDarrick J. Wong2020-09-163-0/+29
| * | | xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong2020-09-167-6/+102
| * | | xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-1616-28/+201
| * | | xfs: redefine xfs_ictimestamp_tDarrick J. Wong2020-09-164-13/+33
| * | | xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-166-36/+85
| * | | xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong2020-09-163-54/+52
| * | | xfs: refactor quota timestamp codingDarrick J. Wong2020-09-163-6/+29
| * | | xfs: refactor default quota grace period setting codeDarrick J. Wong2020-09-164-2/+24
| * | | xfs: refactor quota expiration timer modificationDarrick J. Wong2020-09-166-9/+61
| * | | xfs: explicitly define inode timestamp rangeDarrick J. Wong2020-09-162-2/+24
| * | | xfs: enable new inode btree counters featureDarrick J. Wong2020-09-161-1/+2
| * | | xfs: support inode btree blockcounts in online repairDarrick J. Wong2020-09-162-3/+37
| * | | xfs: support inode btree blockcounts in online scrubDarrick J. Wong2020-09-161-0/+30
| * | | xfs: use the finobt block counts to speed up mount timesDarrick J. Wong2020-09-161-1/+27
| * | | xfs: store inode btree block counts in AGI headerDarrick J. Wong2020-09-166-2/+49
| * | | xfs: reuse _xfs_buf_read for re-reading the superblockChristoph Hellwig2020-09-163-18/+14
| * | | xfs: remove xfs_getsbChristoph Hellwig2020-09-163-31/+13
| * | | xfs: simplify xfs_trans_getsbChristoph Hellwig2020-09-164-35/+19
| * | | xfs: remove xlog_recover_iodoneChristoph Hellwig2020-09-165-35/+17
| * | | xfs: clear the read/write flags later in xfs_buf_ioendChristoph Hellwig2020-09-161-6/+5
| * | | xfs: use xfs_buf_item_relse in xfs_buf_item_doneChristoph Hellwig2020-09-161-6/+3
| * | | xfs: simplify the xfs_buf_ioend_disposition calling conventionChristoph Hellwig2020-09-161-27/+9
| * | | xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_dispositionChristoph Hellwig2020-09-161-8/+8
| * | | xfs: remove xfs_buf_ioerror_retryChristoph Hellwig2020-09-161-21/+12