aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeGravatar Christoph Hellwig 6-125/+33
2020-12-01block: move the policy field to struct block_deviceGravatar Christoph Hellwig 4-8/+8
2020-12-01block: move make_it_fail to struct block_deviceGravatar Christoph Hellwig 2-3/+4
2020-12-01block: move holder_dir to struct block_deviceGravatar Christoph Hellwig 2-6/+7
2020-12-01block: move the partition_meta_info to struct block_deviceGravatar Christoph Hellwig 3-13/+9
2020-12-01block: move the start_sect field to struct block_deviceGravatar Christoph Hellwig 4-13/+15
2020-12-01block: move disk stat accounting to struct block_deviceGravatar Christoph Hellwig 5-22/+8
2020-12-01block: remove the nr_sects field in struct hd_structGravatar Christoph Hellwig 5-86/+49
2020-12-01block: simplify bdev/disk lookup in blkdev_getGravatar Christoph Hellwig 5-238/+81
2020-12-01block: remove i_bdevGravatar Christoph Hellwig 1-2/+1
2020-12-01block: use put_device in put_diskGravatar Christoph Hellwig 1-1/+1
2020-12-01block: use disk_part_iter_exit in disk_part_iter_nextGravatar Christoph Hellwig 1-2/+1
2020-12-01block: remove a superflous check in blkpg_do_ioctlGravatar Christoph Hellwig 1-9/+0
2020-12-01block: move blk_rq_bio_prep() to linux/blk-mq.hGravatar Chaitanya Kulkarni 1-12/+0
2020-12-01block: use gcd() to fix chunk_sectors limit stackingGravatar Mike Snitzer 1-1/+4
2020-11-30block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_initGravatar Lei Chen 1-1/+0
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictGravatar Ingo Molnar 4-7/+31
2020-11-24smp: Cleanup smp_call_function*()Gravatar Peter Zijlstra 1-3/+1
2020-11-20block/keyslot-manager: prevent crash when num_slots=1Gravatar Eric Biggers 1-0/+7
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyGravatar Christoph Hellwig 1-8/+5
2020-11-16block: fix the kerneldoc comment for __register_blkdevGravatar Christoph Hellwig 1-1/+4
2020-11-16block: switch gendisk lookup to a simple xarrayGravatar Christoph Hellwig 1-171/+37
2020-11-16block: add an optional probe callback to major_namesGravatar Christoph Hellwig 1-3/+18
2020-11-16block: rework requesting modules for unclaimed devicesGravatar Christoph Hellwig 1-10/+15
2020-11-16block: split block_class_lockGravatar Christoph Hellwig 1-14/+15
2020-11-16block: open code kobj_map into in block/genhd.cGravatar Christoph Hellwig 1-13/+117
2020-11-16block: cleanup del_gendisk a bitGravatar Christoph Hellwig 1-7/+8
2020-11-16block: remove __blkdev_driver_ioctlGravatar Christoph Hellwig 1-20/+5
2020-11-16block: remove set_device_roGravatar Christoph Hellwig 2-8/+1
2020-11-16block: don't call into the driver for BLKROSETGravatar Christoph Hellwig 1-23/+0
2020-11-16block: add a new set_read_only methodGravatar Christoph Hellwig 1-0/+5
2020-11-16block: don't call into the driver for BLKFLSBUFGravatar Christoph Hellwig 1-7/+0
2020-11-14blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostatsGravatar Christoph Hellwig 1-0/+1
2020-11-13block: mark flush request as IDLE when it is really finishedGravatar Ming Lei 1-1/+6
2020-11-12block: add a return value to set_capacity_revalidate_and_notifyGravatar Christoph Hellwig 1-1/+4
2020-11-10scsi: block: Return status code in blk_mq_end_request()Gravatar Hannes Reinecke 1-1/+1
2020-10-30blk-mq: mark flush request as IDLE in flush_end_io()Gravatar Ming Lei 1-0/+1
2020-10-28block: advance iov_iter on bio_add_hw_page failureGravatar Naohiro Aota 1-4/+7
2020-10-26blk-cgroup: Pre-allocate tree node on blkg_conf_prepGravatar Gabriel Krisman Bertazi 1-2/+12
2020-10-26blk-cgroup: Fix memleak on error pathGravatar Gabriel Krisman Bertazi 1-0/+1
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-3/+7
2020-10-23block: blk-mq: fix a kernel-doc markupGravatar Mauro Carvalho Chehab 1-1/+1
2020-10-20blk-mq: remove the calling of local_memory_node()Gravatar Xianting Tian 2-2/+2
2020-10-15docs: bio: fix a kerneldoc markupGravatar Mauro Carvalho Chehab 1-1/+1
2020-10-15block: bio: fix a warning at the kernel-doc markupsGravatar Mauro Carvalho Chehab 1-1/+1
2020-10-14Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2020-10-13block: add zone specific block statusesGravatar Keith Busch 1-0/+4
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 35-1405/+2360
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-10/+2