Age | Commit message (Expand) | Author | Files | Lines |
2020-10-07 | block: optimize blk_queue_zoned_model for !CONFIG_BLK_DEV_ZONED | Christoph Hellwig | 1 | -1/+3 |
2020-09-25 | md/raid6: let async recovery function support different page offset | Yufen Yu | 1 | -2/+4 |
2020-09-25 | md/raid6: let syndrome computor support different page offset | Yufen Yu | 1 | -3/+3 |
2020-09-25 | md/raid5: add new xor function to support different page offset | Yufen Yu | 1 | -0/+11 |
2020-09-24 | Merge branch 'for-5.10/block' into for-5.10/drivers | Jens Axboe | 9 | -96/+74 |
2020-09-24 | bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag | Christoph Hellwig | 1 | -38/+10 |
2020-09-24 | bdi: invert BDI_CAP_NO_ACCT_WB | Christoph Hellwig | 1 | -10/+3 |
2020-09-24 | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag | Christoph Hellwig | 3 | -6/+4 |
2020-09-24 | bdi: remove BDI_CAP_SYNCHRONOUS_IO | Christoph Hellwig | 1 | -9/+0 |
2020-09-24 | bdi: remove BDI_CAP_CGROUP_WRITEBACK | Christoph Hellwig | 1 | -5/+3 |
2020-09-24 | block: lift setting the readahead size into the block layer | Christoph Hellwig | 1 | -0/+1 |
2020-09-24 | fs: remove the unused SB_I_MULTIROOT flag | Christoph Hellwig | 1 | -1/+0 |
2020-09-23 | block: mark blkdev_get static | Christoph Hellwig | 1 | -1/+0 |
2020-09-23 | mm: split swap_type_of | Christoph Hellwig | 1 | -1/+2 |
2020-09-23 | PM: rewrite is_hibernate_resume_dev to not require an inode | Christoph Hellwig | 1 | -2/+2 |
2020-09-23 | block: move the NEED_PART_SCAN flag to struct gendisk | Christoph Hellwig | 2 | -3/+3 |
2020-09-23 | block: allow 'chunk_sectors' to be non-power-of-2 | Mike Snitzer | 1 | -3/+9 |
2020-09-23 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -1/+1 |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 4 | -4/+8 |
2020-09-22 | Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -0/+5 |
2020-09-21 | dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX | Jan Kara | 1 | -9/+8 |
2020-09-21 | Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -4/+4 |
2020-09-21 | Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+20 |
2020-09-20 | Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -0/+1 |
2020-09-20 | dm: Call proper helper to determine dax support | Jan Kara | 1 | -2/+20 |
2020-09-19 | stackleak: let stack_erasing_sysctl take a kernel pointer buffer | Tobias Klauser | 1 | -1/+1 |
2020-09-19 | ftrace: let ftrace_enable_sysctl take a kernel pointer buffer | Tobias Klauser | 1 | -2/+1 |
2020-09-18 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -1/+0 |
2020-09-18 | Merge tag 'pm-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -0/+1 |
2020-09-18 | kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot | Masami Hiramatsu | 1 | -0/+5 |
2020-09-18 | ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer | Tobias Klauser | 1 | -2/+1 |
2020-09-17 | mm: allow a controlled amount of unfairness in the page lock | Linus Torvalds | 2 | -0/+3 |
2020-09-17 | arm64: paravirt: Initialize steal time when cpu is online | Andrew Jones | 1 | -1/+0 |
2020-09-17 | fs: fix cast in fsparam_u32hex() macro | Alexey Dobriyan | 1 | -1/+1 |
2020-09-16 | cpuidle: Allow cpuidle drivers to take over RCU-idle | Peter Zijlstra | 1 | -0/+1 |
2020-09-16 | locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_count | Hou Tao | 1 | -4/+4 |
2020-09-16 | serial: core: fix console port-lock regression | Johan Hovold | 1 | -0/+1 |
2020-09-13 | Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+2 |
2020-09-13 | Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+16 |
2020-09-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -5/+26 |
2020-09-12 | block: introduce part_[begin|end]_io_acct | Song Liu | 1 | -0/+5 |
2020-09-11 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+15 |
2020-09-11 | Merge branch 'powercap' | Rafael J. Wysocki | 1 | -6/+5 |
2020-09-10 | net: Fix broken NETIF_F_CSUM_MASK spell in netdev_features.h | Miaohe Lin | 1 | -1/+1 |
2020-09-10 | powercap: make documentation reflect code | Amit Kucheria | 1 | -6/+5 |
2020-09-10 | PM: <linux/device.h>: fix @em_pd kernel-doc warning | Randy Dunlap | 1 | -0/+1 |
2020-09-10 | test_firmware: Test platform fw loading on non-EFI systems | Kees Cook | 1 | -4/+2 |
2020-09-10 | block: remove check_disk_change | Christoph Hellwig | 1 | -1/+0 |
2020-09-10 | ide-gd: stop using the disk events mechanism | Christoph Hellwig | 1 | -2/+0 |
2020-09-10 | block: add a bdev_check_media_change helper | Christoph Hellwig | 1 | -1/+1 |