summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
blob: 5102ba73357f0029b6623034fc97b6cc550461b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# SPDX-License-Identifier: GPL-2.0

# order file for git, to produce patches which are easier to review
# by diffing the important stuff like header changes first.
#
# one-off usage:
#   git diff -O scripts/git.orderFile ...
#
# add to git config:
#   git config diff.orderFile scripts/git.orderFile
#

MAINTAINERS

# Documentation
Documentation/*
*.rst

# git-specific
.gitignore
scripts/git.orderFile

# build system
Kconfig*
*/Kconfig*
Kbuild*
*/Kbuild*
Makefile*
*/Makefile*
*.mak
*.mk
scripts/*

# semantic patches
*.cocci

# headers
*types.h
*.h

# code
*.c
llthrough pseudo-keywordGustavo A. R. Silva 2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2020-06-09scsi: sr: Fix sr_probe() missing deallocate of device minorSimon Arlott 2020-06-09scsi: sr: Fix sr_probe() missing mutex_destroySimon Arlott 2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig 2020-04-27scsi: sr: Use {get,put}_unaligned_be*() instead of open-coding these functionsBart Van Assche 2020-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2020-03-31scsi: sr: Fix sr_block_release()Bart Van Assche 2020-02-24scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam Williamson 2020-02-24scsi: sr: get rid of sr global mutexMerlijn Wajer 2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann 2020-01-03compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann 2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner 2019-04-12block: disk_events: introduce event flagsMartin Wilck 2019-02-05scsi: stop setting up request->specialChristoph Hellwig 2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig 2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke 2018-09-26block: Move power management code into a new source fileBart Van Assche 2018-08-03scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...Bart Van Assche 2018-04-11sr: get/drop reference to device in revalidate and check_eventsJens Axboe 2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi 2017-08-25scsi: sd: sr: Convert two assignments into warning statementsBart Van Assche 2017-04-07scsi: sr: Sanity check returned mode dataMartin K. Petersen 2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe 2017-02-14cdrom: Make device operations read-onlyKees Cook 2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds