aboutsummaryrefslogtreecommitdiffstats
path: root/block/genhd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds1-3/+4
2017-04-28block: hide badblocks attribute by defaultDan Williams1-0/+11
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com1-3/+4
2017-03-22block: Fix oops scsi_disk_get()Jan Kara1-1/+1
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara1-21/+0
2017-03-08block: Make del_gendisk() safer for disks without queuesJan Kara1-6/+10
2017-03-02block: Move bdi_unregister() to del_gendisk()Jan Kara1-0/+5
2017-02-21block: Unhash also block device inode for the whole deviceJan Kara1-0/+1
2017-02-21block: Move bdev_unhash_inode() after invalidate_partition()Jan Kara1-2/+1
2017-02-02scsi, block: fix duplicate bdi name registration crashesDan Williams1-0/+21
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-1/+1
2017-02-02block: Unhash block device inodes on gendisk destructionJan Kara1-0/+2
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams1-1/+1
2016-08-04block: fix use-after-free in seq fileVegard Nossum1-0/+1
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+9
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner1-5/+0
2016-06-27block: remove ->driverfs_devDan Williams1-7/+2
2016-06-15block: introduce device_add_disk()Dan Williams1-6/+11
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1