aboutsummaryrefslogtreecommitdiffstats
path: root/block/genhd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-21block: add iostat counters for flush requestsKonstantin Khlebnikov1-2/+6
2019-09-05block: Delay default elevator initializationDamien Le Moal1-0/+9
2019-07-16block: fix sysfs module parameters directory path in commentAkinobu Mita1-1/+1
2019-06-15block: genhd: Use struct_size() helperGustavo A. R. Silva1-3/+2
2019-05-31block: Convert blk_invalidate_devt() header into a non-kernel-doc headerBart Van Assche1-2/+2
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig1-0/+1
2019-04-22block: fix use-after-free on gendiskYufen Yu1-0/+19
2019-04-12block: check_events: don't bother with events if unsupportedMartin Wilck1-11/+16
2019-04-12block: disk_events: introduce event flagsMartin Wilck1-4/+9
2019-04-12block: genhd: remove async_events fieldMartin Wilck1-6/+4
2019-02-28block: Replace function name in string with __func__Keyur Patel1-4/+4
2019-02-28block: fix NULL pointer dereference in register_diskzhengbin1-4/+6
2018-12-10block: return just one value from part_in_flightMikulas Patocka1-22/+12
2018-12-10block: switch to per-cpu in-flight countersMikulas Patocka1-10/+33
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka1-3/+0
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer1-3/+2
2018-11-16block: add queue_is_mq() helperJens Axboe1-4/+4
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-3/+3
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-5/+14
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval1-3/+3
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan1-3/+10
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan1-8/+8
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-26/+2
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-20/+17
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-26/+2
2018-04-26blk-mq: fix sysfs inflight counterOmar Sandoval1-0/+12
2018-03-15block, char_dev: Use correct format specifier for unsigned intsSrivatsa S. Bhat1-8/+11
2018-02-26genhd: Fix BUG in blkdev_open()Jan Kara1-1/+20
2018-02-26genhd: Add helper put_disk_and_module()Jan Kara1-4/+16
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara1-6/+4
2018-02-26genhd: Fix leaked module reference for NVME devicesJan Kara1-0/+3
2018-01-15block: allow gendisk's request_queue registration to be deferredMike Snitzer1-3/+17
2018-01-15block: only bdi_unregister() in del_gendisk() if !GENHD_FL_HIDDENMike Snitzer1-1/+2
2017-11-19block: genhd.c: fix message typoRandy Dunlap1-1/+1
2017-11-19block: add WARN_ON if bdi register failweiping zhang1-2/+5
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+49
2017-11-10block: avoid null pointer dereference on null diskColin Ian King1-1/+1
2017-11-10block: create 'slaves' and 'holders' entries for hidden gendisksHannes Reinecke1-7/+7
2017-11-03block: introduce GENHD_FL_HIDDENChristoph Hellwig1-18/+50
2017-11-03block: don't look at the struct device dev_t in disk_devtChristoph Hellwig1-4/+0
2017-10-26block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_completion()Byungchul Park1-8/+2
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-20/+71
2017-08-23block: add a __disk_get_part helperChristoph Hellwig1-13/+13
2017-08-23block: reject attempts to allocate more than DISK_MAX_PARTS partitionsChristoph Hellwig1-0/+7
2017-08-18genhd: Annotate all part and part_tbl pointer dereferencesBart Van Assche1-5/+10
2017-08-09blk-mq: provide internal in-flight variantJens Axboe1-0/+37
2017-08-09block: make part_in_flight() take an array of two intsJens Axboe1-1/+3
2017-08-09block: pass in queue to inflight accountingJens Axboe1-2/+2
2017-07-17block: order /proc/devices by major numberLogan Gunthorpe1-5/+13
2017-06-20block: Constify disk_typeBart Van Assche1-2/+2