Age | Commit message (Expand) | Author | Files | Lines |
2020-09-23 | block: allow 'chunk_sectors' to be non-power-of-2 | Mike Snitzer | 1 | -3/+9 |
2020-09-12 | block: introduce part_[begin|end]_io_acct | Song Liu | 1 | -0/+5 |
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 |
2020-09-08 | block: Do not discard buffers under a mounted filesystem | Jan Kara | 1 | -0/+7 |
2020-09-04 | blk-mq, elevator: Count requests per hctx to improve performance | Kashyap Desai | 1 | -0/+4 |
2020-09-04 | blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared... | John Garry | 2 | -0/+2 |
2020-09-04 | blk-mq: Record nr_active_requests per queue for when using shared sbitmap | John Garry | 1 | -0/+2 |
2020-09-04 | blk-mq: Facilitate a shared sbitmap per tagset | John Garry | 1 | -0/+6 |
2020-09-04 | blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED | Ming Lei | 1 | -1/+1 |
2020-09-02 | block: remove revalidate_disk() | Christoph Hellwig | 1 | -1/+0 |
2020-09-02 | block: use revalidate_disk_size in set_capacity_revalidate_and_notify | Christoph Hellwig | 1 | -2/+2 |
2020-09-02 | block: add a new revalidate_disk_size helper | Christoph Hellwig | 1 | -0/+1 |
2020-09-02 | block: rename bd_invalidated | Christoph Hellwig | 1 | -1/+3 |
2020-09-02 | block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE | Khazhismel Kumykov | 1 | -0/+2 |
2020-09-02 | blk-iocost: restore inuse update tracepoints | Tejun Heo | 1 | -3/+3 |
2020-09-02 | blk-iocost: decouple vrate adjustment from surplus transfers | Tejun Heo | 1 | -9/+4 |
2020-09-02 | blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_us | Tejun Heo | 1 | -5/+2 |
2020-09-02 | block: remove an outdated comment on the bd_dev field | Christoph Hellwig | 1 | -1/+1 |
2020-09-02 | block: remove the discard_alignment field from struct hd_struct | Christoph Hellwig | 2 | -3/+2 |
2020-09-02 | block: remove the alignment_offset field from struct hd_struct | Christoph Hellwig | 2 | -4/+2 |
2020-09-02 | block: Move blk_mq_bio_list_merge() into blk-merge.c | Baolin Wang | 1 | -2/+0 |
2020-09-02 | block: remove the BIO_USER_MAPPED flag | Christoph Hellwig | 1 | -1/+0 |
2020-09-02 | block: remove the BIO_NULL_MAPPED flag | Christoph Hellwig | 1 | -1/+0 |
2020-09-02 | block: fix locking for struct block_device size updates | Christoph Hellwig | 1 | -0/+1 |
2020-09-02 | block: replace bd_set_size with bd_set_nr_sectors | Christoph Hellwig | 1 | -1/+1 |
2020-09-02 | block: Make request_queue.rpm_status an enum | Geert Uytterhoeven | 1 | -1/+2 |
2020-08-30 | Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+13 |
2020-08-30 | Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2020-08-30 | Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -45/+64 |
2020-08-30 | Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -0/+4 |
2020-08-29 | Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+5 |
2020-08-28 | Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -2/+2 |
2020-08-28 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -2/+2 |
2020-08-28 | kernel.h: Silence sparse warning in lower_32_bits | Herbert Xu | 1 | -1/+1 |
2020-08-28 | Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -10/+11 |
2020-08-28 | Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -4/+4 |
2020-08-28 | Merge tag 'drm-fixes-2020-08-28' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -2/+7 |
2020-08-27 | cpufreq: Use WARN_ON_ONCE() for invalid relation | Viresh Kumar | 1 | -2/+2 |
2020-08-27 | arm/xen: Add misuse warning to virt_to_gfn | Simon Leiner | 1 | -1/+5 |
2020-08-26 | lockdep: Only trace IRQ edges | Nicholas Piggin | 1 | -8/+7 |
2020-08-26 | locking/lockdep: Cleanup | Peter Zijlstra | 1 | -24/+30 |
2020-08-26 | cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic | Peter Zijlstra | 2 | -6/+12 |
2020-08-26 | lockdep: Use raw_cpu_*() for per-cpu variables | Peter Zijlstra | 2 | -8/+16 |
2020-08-26 | sched: Use __always_inline on is_idle_task() | Marco Elver | 1 | -1/+1 |
2020-08-25 | Merge tag 'v5.9-rc2' into drm-misc-fixes | Maarten Lankhorst | 841 | -8950/+18287 |
2020-08-24 | libceph: add __maybe_unused to DEFINE_CEPH_FEATURE | Ilya Dryomov | 1 | -4/+4 |
2020-08-24 | Revert "powerpc/64s: Remove PROT_SAO support" | Shawn Anastasio | 2 | -0/+4 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 7 | -37/+40 |