summaryrefslogtreecommitdiffstats
path: root/block/genhd.c
Commit message (Expand)AuthorAgeFilesLines
* block: add iostat counters for flush requestsKonstantin Khlebnikov2019-11-211-2/+6
* block: Delay default elevator initializationDamien Le Moal2019-09-051-0/+9
* block: fix sysfs module parameters directory path in commentAkinobu Mita2019-07-161-1/+1
* block: genhd: Use struct_size() helperGustavo A. R. Silva2019-06-151-3/+2
* block: Convert blk_invalidate_devt() header into a non-kernel-doc headerBart Van Assche2019-05-311-2/+2
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-301-0/+1
* block: fix use-after-free on gendiskYufen Yu2019-04-221-0/+19
* block: check_events: don't bother with events if unsupportedMartin Wilck2019-04-121-11/+16
* block: disk_events: introduce event flagsMartin Wilck2019-04-121-4/+9
* block: genhd: remove async_events fieldMartin Wilck2019-04-121-6/+4
* block: Replace function name in string with __func__Keyur Patel2019-02-281-4/+4
* block: fix NULL pointer dereference in register_diskzhengbin2019-02-281-4/+6
* block: return just one value from part_in_flightMikulas Patocka2018-12-101-22/+12
* block: switch to per-cpu in-flight countersMikulas Patocka2018-12-101-10/+33
* block: delete part_round_stats and switch to less precise countingMikulas Patocka2018-12-101-3/+0
* block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-101-3/+2
* block: add queue_is_mq() helperJens Axboe2018-11-161-4/+4
* Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-3/+3
|\
| * block: use nanosecond resolution for iostatOmar Sandoval2018-09-211-3/+3
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-5/+14
|/
* block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan2018-07-181-3/+10
* block: Define and use STAT_READ and STAT_WRITEMichael Callahan2018-07-181-8/+8
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-26/+2
|\
| * proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-26/+2
* | block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-20/+17
|/
* blk-mq: fix sysfs inflight counterOmar Sandoval2018-04-261-0/+12
* block, char_dev: Use correct format specifier for unsigned intsSrivatsa S. Bhat2018-03-151-8/+11
* genhd: Fix BUG in blkdev_open()Jan Kara2018-02-261-1/+20
* genhd: Add helper put_disk_and_module()Jan Kara2018-02-261-4/+16
* genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-261-6/+4
* genhd: Fix leaked module reference for NVME devicesJan Kara2018-02-261-0/+3
* block: allow gendisk's request_queue registration to be deferredMike Snitzer2018-01-151-3/+17
* block: only bdi_unregister() in del_gendisk() if !GENHD_FL_HIDDENMike Snitzer2018-01-151-1/+2
* block: genhd.c: fix message typoRandy Dunlap2017-11-191-1/+1
* block: add WARN_ON if bdi register failweiping zhang2017-11-191-2/+5
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-21/+49
|\
| * block: avoid null pointer dereference on null diskColin Ian King2017-11-101-1/+1
| * block: create 'slaves' and 'holders' entries for hidden gendisksHannes Reinecke2017-11-101-7/+7
| * block: introduce GENHD_FL_HIDDENChristoph Hellwig2017-11-031-18/+50
| * block: don't look at the struct device dev_t in disk_devtChristoph Hellwig2017-11-031-4/+0
* | block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_com...Byungchul Park2017-10-261-8/+2
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-20/+71
|\
| * block: add a __disk_get_part helperChristoph Hellwig2017-08-231-13/+13
| * block: reject attempts to allocate more than DISK_MAX_PARTS partitionsChristoph Hellwig2017-08-231-0/+7
| * genhd: Annotate all part and part_tbl pointer dereferencesBart Van Assche2017-08-181-5/+10
| * blk-mq: provide internal in-flight variantJens Axboe2017-08-091-0/+37
| * block: make part_in_flight() take an array of two intsJens Axboe2017-08-091-1/+3
| * block: pass in queue to inflight accountingJens Axboe2017-08-091-2/+2
* | block: order /proc/devices by major numberLogan Gunthorpe2017-07-171-5/+13
|/
* block: Constify disk_typeBart Van Assche2017-06-201-2/+2
OpenPOWER on IntegriCloud