| Commit message (Expand) | Author | Age | Files | Lines |
* | blk-mq: fix sysfs inflight counter | Omar Sandoval | 2018-04-26 | 1 | -1/+3 |
* | genhd: Fix BUG in blkdev_open() | Jan Kara | 2018-02-26 | 1 | -0/+1 |
* | genhd: Add helper put_disk_and_module() | Jan Kara | 2018-02-26 | 1 | -0/+1 |
* | genhd: Rename get_disk() to get_disk_and_module() | Jan Kara | 2018-02-26 | 1 | -1/+1 |
* | block: allow gendisk's request_queue registration to be deferred | Mike Snitzer | 2018-01-15 | 1 | -0/+5 |
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-11-14 | 1 | -1/+3 |
|\ |
|
| * | fs: guard_bio_eod() needs to consider partitions | Greg Edwards | 2017-11-10 | 1 | -0/+1 |
| * | block: introduce GENHD_FL_HIDDEN | Christoph Hellwig | 2017-11-03 | 1 | -0/+1 |
| * | block: don't look at the struct device dev_t in disk_devt | Christoph Hellwig | 2017-11-03 | 1 | -1/+1 |
* | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 1 | -0/+1 |
|\ \ |
|
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
| |/ |
|
* | | block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_com... | Byungchul Park | 2017-10-26 | 1 | -2/+20 |
|/ |
|
* | blk-mq: provide internal in-flight variant | Jens Axboe | 2017-08-09 | 1 | -29/+6 |
* | block: make part_in_flight() take an array of two ints | Jens Axboe | 2017-08-09 | 1 | -3/+10 |
* | block: pass in queue to inflight accounting | Jens Axboe | 2017-08-09 | 1 | -5/+9 |
* | block: remove blk_part_pack_uuid | Christoph Hellwig | 2017-06-05 | 1 | -11/+0 |
* | block: get rid of blk_integrity_revalidate() | Ilya Dryomov | 2017-04-21 | 1 | -2/+0 |
* | block: constify struct blk_integrity_profile | Eric Biggers | 2017-03-24 | 1 | -5/+5 |
* | Revert "scsi, block: fix duplicate bdi name registration crashes" | Jan Kara | 2017-03-08 | 1 | -8/+0 |
* | scsi, block: fix duplicate bdi name registration crashes | Dan Williams | 2017-02-02 | 1 | -0/+8 |
* | genhd: remove dead and duplicated scsi code | Jon Derrick | 2016-12-22 | 1 | -9/+0 |
* | latent_entropy: Mark functions with __latent_entropy | Emese Revfy | 2016-10-10 | 1 | -1/+1 |
* | block: remove ->driverfs_dev | Dan Williams | 2016-06-27 | 1 | -3/+1 |
* | block: introduce device_add_disk() | Dan Williams | 2016-06-15 | 1 | -1/+7 |
* | include/linux/genhd.h: move to use generic UUID library | Andy Shevchenko | 2016-05-20 | 1 | -20/+3 |
* | block: kill disk_{check|set|clear|alloc}_badblocks | Dan Williams | 2016-01-09 | 1 | -5/+0 |
* | block: Add badblock management for gendisks | Vishal Verma | 2016-01-09 | 1 | -0/+7 |
* | block: move blk_integrity to request_queue | Dan Williams | 2015-10-21 | 1 | -1/+0 |
* | block: Inline blk_integrity in struct gendisk | Martin K. Petersen | 2015-10-21 | 1 | -2/+24 |
* | block: Move integrity kobject to struct gendisk | Martin K. Petersen | 2015-10-21 | 1 | -0/+1 |
* | block: partition: convert percpu ref | Ming Lei | 2015-07-17 | 1 | -10/+17 |
* | block: partition: introduce hd_free_part() | Ming Lei | 2015-07-17 | 1 | -0/+6 |
* | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -1/+1 |
* | block: fix part_pack_uuid() build error | Mimi Zohar | 2013-02-26 | 1 | -0/+10 |
* | block: store partition_meta_info.uuid as a string | Stephen Warren | 2012-11-23 | 1 | -2/+6 |
* | Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-08-01 | 1 | -0/+57 |
|\ |
|
| * | block: add partition resize function to blkpg ioctl | Vivek Goyal | 2012-08-01 | 1 | -0/+57 |
* | | driver-core: Move kobj_to_dev from genhd.h to device.h | Lars-Peter Clausen | 2012-07-16 | 1 | -1/+0 |
|/ |
|
* | block: fix buffer overflow when printing partition UUIDs | Tejun Heo | 2012-05-15 | 1 | -6/+0 |
* | block: Fix NULL pointer dereference in sd_revalidate_disk | Jun'ichi Nomura | 2012-03-02 | 1 | -0/+1 |
* | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk" | Tejun Heo | 2011-11-10 | 1 | -4/+0 |
* | Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2011-11-04 | 1 | -2/+4 |
|\ |
|
| * | block: add GENHD_FL_NO_PART_SCAN | Tejun Heo | 2011-08-23 | 1 | -2/+4 |
* | | [SCSI] genhd: add a new attribute "alias" in gendisk | Nao Nishijima | 2011-08-29 | 1 | -0/+4 |
|/ |
|
* | block: flush MEDIA_CHANGE from drivers on close(2) | Tejun Heo | 2011-07-01 | 1 | -1/+1 |
* | Revert "block: Remove extra discard_alignment from hd_struct." | Jens Axboe | 2011-05-30 | 1 | -0/+1 |
* | block: Remove extra discard_alignment from hd_struct. | Tao Ma | 2011-05-06 | 1 | -1/+0 |
* | block: don't block events on excl write for non-optical devices | Tejun Heo | 2011-04-21 | 1 | -0/+1 |
* | block: fix non-atomic access to genhd inflight structures | Shaohua Li | 2011-03-22 | 1 | -6/+6 |