summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-08Merge tag 'block-5.10-2020-11-07' of git://git.kernel.dk/linux-blockLinus Torvalds7-46/+65
2020-11-08Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-blockLinus Torvalds3-48/+142
2020-11-08futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith1-2/+14
2020-11-07Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-177/+177
2020-11-07Merge tag 'riscv-for-linus-5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-23/+47
2020-11-07Merge tag 'usb-serial-5.10-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-1/+16
2020-11-07perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)1-7/+5
2020-11-07x86/platform/uv: Recognize UV5 hubless system identifierMike Travis1-3/+10
2020-11-07x86/platform/uv: Remove spaces from OEM IDsMike Travis1-0/+3
2020-11-07x86/platform/uv: Fix missing OEM_TABLE_IDMike Travis1-2/+5
2020-11-07jbd2: fix up sparse warnings in checkpoint codeTheodore Ts'o2-1/+5
2020-11-07ext4: fix sparse warnings in fast_commit codeTheodore Ts'o1-1/+4
2020-11-07ext4: cleanup fast commit mount optionsHarshad Shirwadkar1-8/+4
2020-11-07jbd2: don't start fast commit on aborted journalHarshad Shirwadkar1-0/+2
2020-11-07ext4: make s_mount_flags modifications atomicHarshad Shirwadkar7-34/+52
2020-11-07ext4: issue fsdev cache flush before starting fast commitHarshad Shirwadkar1-0/+7
2020-11-07ext4: disable fast commit with data journallingHarshad Shirwadkar4-3/+14
2020-11-07ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar3-8/+1
2020-11-07ext4: remove unnecessary fast commit calls from ext4_file_mmapHarshad Shirwadkar1-2/+0
2020-11-07ext4: mark buf dirty before submitting fast commit bufferHarshad Shirwadkar1-1/+1
2020-11-07ext4: fix code documentatioonHarshad Shirwadkar1-1/+2
2020-11-07ext4: dedpulicate the code to wait on inode that's being committedHarshad Shirwadkar1-34/+27
2020-11-07jbd2: don't read journal->j_commit_sequence without taking a lockHarshad Shirwadkar1-2/+4
2020-11-07jbd2: don't touch buffer state until it is filledHarshad Shirwadkar1-4/+0
2020-11-07jbd2: add todo for a fast commit performance optimizationHarshad Shirwadkar1-0/+9
2020-11-07jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar3-5/+11
2020-11-07jbd2: don't use state lock during commit pathHarshad Shirwadkar2-10/+6
2020-11-07jbd2: drop jbd2_fc_init documentationHarshad Shirwadkar1-4/+2
2020-11-07ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar5-58/+65
2020-11-07jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar7-15/+20
2020-11-07ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar5-63/+74
2020-11-07ext4: drop redundant calls ext4_fc_track_rangeHarshad Shirwadkar2-9/+0
2020-11-07ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar4-6/+8
2020-11-07ext4: describe fast_commit feature flagsHarshad Shirwadkar3-0/+20
2020-11-07ext4: unlock xattr_sem properly in ext4_inline_data_truncate()Joseph Qi1-0/+1
2020-11-07ext4: silence an uninitialized variable warningDan Carpenter1-1/+1
2020-11-07MAINTAINERS: add missing file in ext4 entryChao Yu1-0/+1
2020-11-07ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia1-2/+2
2020-11-07Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds5-18/+39
2020-11-07Merge tag 'linux-kselftest-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds34-56/+65
2020-11-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-5/+15
2020-11-07Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds4-44/+44
2020-11-07Merge tag 'spi-fix-v5.10-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2020-11-06Merge tag 'sound-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds33-117/+265
2020-11-06net/sunrpc: return 0 on attempt to write to "transports"Dan Carpenter1-1/+1
2020-11-06Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds65-370/+439
2020-11-06Merge tag 'tpmdd-next-v5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+32
2020-11-06Merge tag 'iommu-fixes-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-3/+16
2020-11-06Merge tag 'vfio-v5.10-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds6-27/+50
2020-11-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-59/+67