summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-08fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu1-5/+5
2020-11-08vt: Disable KD_FONT_OP_COPYDaniel Vetter1-22/+2
2020-11-07futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith1-2/+14
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-06proc "seq files": switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc "single files": switch to ->read_iterGreg Kroah-Hartman1-1/+1
2020-11-06proc/stat: switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc/cpuinfo: switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc: wire up generic_file_splice_read for iter opsChristoph Hellwig1-0/+2
2020-11-06seq_file: add seq_read_iterChristoph Hellwig2-13/+33
2020-11-06null_blk: Fix scheduling in atomic with zoned modeDamien Le Moal2-17/+32
2020-11-06tty: fix crash in release_tty if tty->port is not setMatthias Reichl1-2/+4
2020-11-06serial: txx9: add missing platform_driver_unregister() on error in serial_txx...Qinglang Miao1-0/+3
2020-11-06tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabledLucas Stach1-0/+1
2020-11-06serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang1-1/+1
2020-11-06tpm: efi: Don't create binary_bios_measurements file for an empty logTyler Hicks1-0/+5
2020-11-06tpm_tis: Disable interrupts on ThinkPad T490sJerry Snitselaar1-2/+27
2020-11-06i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVEDMichael Wu1-27/+18
2020-11-06i2c: designware: call i2c_dw_read_clear_intrbits_slave() onceMichael Wu1-6/+1