summaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)Author
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2019-04-22block: fix use-after-free on gendiskYufen Yu
2019-04-12block: check_events: don't bother with events if unsupportedMartin Wilck
2019-04-12block: disk_events: introduce event flagsMartin Wilck
2019-04-12block: genhd: remove async_events fieldMartin Wilck
2019-02-28block: Replace function name in string with __func__Keyur Patel
2019-02-28block: fix NULL pointer dereference in register_diskzhengbin
2018-12-10block: return just one value from part_in_flightMikulas Patocka
2018-12-10block: switch to per-cpu in-flight countersMikulas Patocka
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-04-26blk-mq: fix sysfs inflight counterOmar Sandoval
2018-03-15block, char_dev: Use correct format specifier for unsigned intsSrivatsa S. Bhat
2018-02-26genhd: Fix BUG in blkdev_open()Jan Kara
2018-02-26genhd: Add helper put_disk_and_module()Jan Kara
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara
2018-02-26genhd: Fix leaked module reference for NVME devicesJan Kara
2018-01-15block: allow gendisk's request_queue registration to be deferredMike Snitzer
2018-01-15block: only bdi_unregister() in del_gendisk() if !GENHD_FL_HIDDENMike Snitzer
2017-11-19block: genhd.c: fix message typoRandy Dunlap
2017-11-19block: add WARN_ON if bdi register failweiping zhang
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-10block: avoid null pointer dereference on null diskColin Ian King
2017-11-10block: create 'slaves' and 'holders' entries for hidden gendisksHannes Reinecke
2017-11-03block: introduce GENHD_FL_HIDDENChristoph Hellwig
2017-11-03block: don't look at the struct device dev_t in disk_devtChristoph Hellwig
2017-10-26block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_com...Byungchul Park
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-23block: add a __disk_get_part helperChristoph Hellwig
2017-08-23block: reject attempts to allocate more than DISK_MAX_PARTS partitionsChristoph Hellwig
2017-08-18genhd: Annotate all part and part_tbl pointer dereferencesBart Van Assche
2017-08-09blk-mq: provide internal in-flight variantJens Axboe
2017-08-09block: make part_in_flight() take an array of two intsJens Axboe
2017-08-09block: pass in queue to inflight accountingJens Axboe
2017-07-17block: order /proc/devices by major numberLogan Gunthorpe
2017-06-20block: Constify disk_typeBart Van Assche
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds
2017-04-28block: hide badblocks attribute by defaultDan Williams
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com
2017-03-22block: Fix oops scsi_disk_get()Jan Kara
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara