aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-29Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10Mike Snitzer12-116/+143
2020-09-25iocost: add iocg_forgive_debt tracepointTejun Heo1-0/+41
2020-09-25dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov1-0/+6
2020-09-25block: add QUEUE_FLAG_NOWAITMike Snitzer1-2/+5
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-2/+7
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig1-38/+10
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig1-10/+3
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig3-6/+4
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig1-9/+0
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig1-5/+3
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-0/+1
2020-09-24fs: remove the unused SB_I_MULTIROOT flagChristoph Hellwig1-1/+0
2020-09-23block: mark blkdev_get staticChristoph Hellwig1-1/+0
2020-09-23mm: split swap_type_ofChristoph Hellwig1-1/+2
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig1-2/+2
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig2-3/+3
2020-09-23block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer1-3/+9
2020-09-21dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAXJan Kara1-9/+8
2020-09-20Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2020-09-20Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+20
2020-09-20Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2020-09-20dm: Call proper helper to determine dax supportJan Kara1-2/+20
2020-09-19stackleak: let stack_erasing_sysctl take a kernel pointer bufferTobias Klauser1-1/+1
2020-09-19ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser1-2/+1
2020-09-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+0
2020-09-18Merge tag 'pm-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2020-09-18Merge tag 'sound-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+4
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds2-0/+3
2020-09-17arm64: paravirt: Initialize steal time when cpu is onlineAndrew Jones1-1/+0
2020-09-16cpuidle: Allow cpuidle drivers to take over RCU-idlePeter Zijlstra1-0/+1
2020-09-16locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao1-4/+4
2020-09-16serial: core: fix console port-lock regressionJohan Hovold1-0/+1
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+2
2020-09-13Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-4/+16
2020-09-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-7/+30
2020-09-11block: introduce part_[begin|end]_io_acctSong Liu1-0/+5
2020-09-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+15
2020-09-11KVM: MIPS: Change the definition of kvm typeHuacai Chen1-2/+3
2020-09-11Merge branch 'powercap'Rafael J. Wysocki1-6/+5
2020-09-10powercap: make documentation reflect codeAmit Kucheria1-6/+5
2020-09-10PM: <linux/device.h>: fix @em_pd kernel-doc warningRandy Dunlap1-0/+1
2020-09-10test_firmware: Test platform fw loading on non-EFI systemsKees Cook1-4/+2
2020-09-10block: remove check_disk_changeChristoph Hellwig1-1/+0
2020-09-10ide-gd: stop using the disk events mechanismChristoph Hellwig1-2/+0
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig1-1/+1
2020-09-09i2c: algo: pca: Reapply i2c bus settings after resetEvan Nimmo1-0/+15
2020-09-07block: Do not discard buffers under a mounted filesystemJan Kara1-0/+7
2020-09-07PM: <linux/device.h>: fix @em_pd kernel-doc warningRandy Dunlap1-0/+1
2020-09-07ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failureCezary Rojewski1-0/+2
2020-09-06Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+42