Age | Commit message (Expand) | Author | Files | Lines |
2019-04-22 | block: fix use-after-free on gendisk | Yufen Yu | 1 | -0/+1 |
2019-04-12 | block: disk_events: introduce event flags | Martin Wilck | 1 | -1/+9 |
2019-04-12 | block: genhd: remove async_events field | Martin Wilck | 1 | -1/+0 |
2019-04-06 | block: remove CONFIG_LBDAF | Christoph Hellwig | 1 | -4/+4 |
2018-12-10 | block: return just one value from part_in_flight | Mikulas Patocka | 1 | -2/+1 |
2018-12-10 | block: switch to per-cpu in-flight counters | Mikulas Patocka | 1 | -7/+22 |
2018-12-10 | block: delete part_round_stats and switch to less precise counting | Mikulas Patocka | 1 | -2/+1 |
2018-12-10 | block: stop passing 'cpu' to all percpu stats methods | Mike Snitzer | 1 | -13/+13 |
2018-11-28 | block: use rcu_work instead of call_rcu to avoid sleep in softirq | Yufen Yu | 1 | -1/+1 |
2018-10-01 | Merge tag 'v4.19-rc6' into for-4.20/block | Jens Axboe | 1 | -1/+4 |
2018-09-28 | block: genhd: add 'groups' argument to device_add_disk | Hannes Reinecke | 1 | -2/+3 |
2018-09-22 | block: use nanosecond resolution for iostat | Omar Sandoval | 1 | -1/+4 |
2018-07-18 | block: Track DISCARD statistics and output them in stat and diskstat | Michael Callahan | 1 | -1/+2 |
2018-07-18 | block: Define and use STAT_READ and STAT_WRITE | Michael Callahan | 1 | -6/+7 |
2018-07-18 | block: Add part_stat_read_accum to read across field entries. | Michael Callahan | 1 | -0/+4 |
2018-04-26 | blk-mq: fix sysfs inflight counter | Omar Sandoval | 1 | -1/+3 |
2018-02-26 | genhd: Fix BUG in blkdev_open() | Jan Kara | 1 | -0/+1 |
2018-02-26 | genhd: Add helper put_disk_and_module() | Jan Kara | 1 | -0/+1 |
2018-02-26 | genhd: Rename get_disk() to get_disk_and_module() | Jan Kara | 1 | -1/+1 |
2018-01-15 | block: allow gendisk's request_queue registration to be deferred | Mike Snitzer | 1 | -0/+5 |
2017-11-15 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+3 |
2017-11-11 | fs: guard_bio_eod() needs to consider partitions | Greg Edwards | 1 | -0/+1 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 1 | -0/+1 |
2017-11-03 | block: introduce GENHD_FL_HIDDEN | Christoph Hellwig | 1 | -0/+1 |
2017-11-03 | block: don't look at the struct device dev_t in disk_devt | Christoph Hellwig | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-26 | block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_com... | Byungchul Park | 1 | -2/+20 |
2017-08-09 | blk-mq: provide internal in-flight variant | Jens Axboe | 1 | -29/+6 |
2017-08-09 | block: make part_in_flight() take an array of two ints | Jens Axboe | 1 | -3/+10 |
2017-08-09 | block: pass in queue to inflight accounting | Jens Axboe | 1 | -5/+9 |
2017-06-05 | block: remove blk_part_pack_uuid | Christoph Hellwig | 1 | -11/+0 |
2017-04-21 | block: get rid of blk_integrity_revalidate() | Ilya Dryomov | 1 | -2/+0 |
2017-03-25 | block: constify struct blk_integrity_profile | Eric Biggers | 1 | -5/+5 |
2017-03-08 | Revert "scsi, block: fix duplicate bdi name registration crashes" | Jan Kara | 1 | -8/+0 |
2017-02-02 | scsi, block: fix duplicate bdi name registration crashes | Dan Williams | 1 | -0/+8 |
2016-12-22 | genhd: remove dead and duplicated scsi code | Jon Derrick | 1 | -9/+0 |
2016-10-11 | latent_entropy: Mark functions with __latent_entropy | Emese Revfy | 1 | -1/+1 |
2016-06-27 | block: remove ->driverfs_dev | Dan Williams | 1 | -3/+1 |
2016-06-16 | block: introduce device_add_disk() | Dan Williams | 1 | -1/+7 |
2016-05-21 | include/linux/genhd.h: move to use generic UUID library | Andy Shevchenko | 1 | -20/+3 |
2016-01-10 | block: kill disk_{check|set|clear|alloc}_badblocks | Dan Williams | 1 | -5/+0 |
2016-01-09 | block: Add badblock management for gendisks | Vishal Verma | 1 | -0/+7 |
2015-10-21 | block: move blk_integrity to request_queue | Dan Williams | 1 | -1/+0 |
2015-10-21 | block: Inline blk_integrity in struct gendisk | Martin K. Petersen | 1 | -2/+24 |
2015-10-21 | block: Move integrity kobject to struct gendisk | Martin K. Petersen | 1 | -0/+1 |
2015-07-17 | block: partition: convert percpu ref | Ming Lei | 1 | -10/+17 |
2015-07-17 | block: partition: introduce hd_free_part() | Ming Lei | 1 | -0/+6 |
2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 1 | -1/+1 |
2013-02-25 | block: fix part_pack_uuid() build error | Mimi Zohar | 1 | -0/+10 |
2012-11-23 | block: store partition_meta_info.uuid as a string | Stephen Warren | 1 | -2/+6 |