index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Lines
2020-12-04
dm: fix IO splitting
Mike Snitzer
-1
/
+1
2020-12-04
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
-6
/
+6
2020-12-04
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
-1
/
+1
2020-12-04
block: remove the request_queue argument to the block_split tracepoint
Christoph Hellwig
-1
/
+1
2020-12-04
block: simplify and extend the block_bio_merge tracepoint class
Christoph Hellwig
-5
/
+5
2020-12-02
blk-throttle: don't check whether or not lower limit is valid if CONFIG_BLK_D...
Yu Kuai
-0
/
+6
2020-12-02
block: fix inflight statistics of part0
Jeffle Xu
-1
/
+2
2020-12-02
bio: optimise bvec iteration
Pavel Begunkov
-2
/
+2
2020-12-01
block: stop using bdget_disk for partition 0
Christoph Hellwig
-1
/
+0
2020-12-01
block: merge struct block_device and struct hd_struct
Christoph Hellwig
-141
/
+75
2020-12-01
block: switch disk_part_iter_* to use a struct block_device
Christoph Hellwig
-36
/
+36
2020-12-01
block: pass a block_device to invalidate_partition
Christoph Hellwig
-10
/
+3
2020-12-01
block: pass a block_device to blk_alloc_devt
Christoph Hellwig
-9
/
+9
2020-12-01
block: remove the partno field from struct hd_struct
Christoph Hellwig
-11
/
+10
2020-12-01
block: switch partition lookup to use struct block_device
Christoph Hellwig
-78
/
+78
2020-12-01
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
-125
/
+33
2020-12-01
block: move the policy field to struct block_device
Christoph Hellwig
-8
/
+8
2020-12-01
block: move make_it_fail to struct block_device
Christoph Hellwig
-3
/
+4
2020-12-01
block: move holder_dir to struct block_device
Christoph Hellwig
-6
/
+7
2020-12-01
block: move the partition_meta_info to struct block_device
Christoph Hellwig
-13
/
+9
2020-12-01
block: move the start_sect field to struct block_device
Christoph Hellwig
-13
/
+15
2020-12-01
block: move disk stat accounting to struct block_device
Christoph Hellwig
-22
/
+8
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
-86
/
+49
2020-12-01
block: simplify bdev/disk lookup in blkdev_get
Christoph Hellwig
-238
/
+81
2020-12-01
block: remove i_bdev
Christoph Hellwig
-2
/
+1
2020-12-01
block: use put_device in put_disk
Christoph Hellwig
-1
/
+1
2020-12-01
block: use disk_part_iter_exit in disk_part_iter_next
Christoph Hellwig
-2
/
+1
2020-12-01
block: remove a superflous check in blkpg_do_ioctl
Christoph Hellwig
-9
/
+0
2020-12-01
block: move blk_rq_bio_prep() to linux/blk-mq.h
Chaitanya Kulkarni
-12
/
+0
2020-12-01
block: use gcd() to fix chunk_sectors limit stacking
Mike Snitzer
-1
/
+4
2020-11-30
block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_init
Lei Chen
-1
/
+0
2020-11-27
Merge branch 'linus' into sched/core, to resolve semantic conflict
Ingo Molnar
-7
/
+31
2020-11-24
smp: Cleanup smp_call_function*()
Peter Zijlstra
-3
/
+1
2020-11-20
block/keyslot-manager: prevent crash when num_slots=1
Eric Biggers
-0
/
+7
2020-11-16
block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
Christoph Hellwig
-8
/
+5
2020-11-16
block: fix the kerneldoc comment for __register_blkdev
Christoph Hellwig
-1
/
+4
2020-11-16
block: switch gendisk lookup to a simple xarray
Christoph Hellwig
-171
/
+37
2020-11-16
block: add an optional probe callback to major_names
Christoph Hellwig
-3
/
+18
2020-11-16
block: rework requesting modules for unclaimed devices
Christoph Hellwig
-10
/
+15
2020-11-16
block: split block_class_lock
Christoph Hellwig
-14
/
+15
2020-11-16
block: open code kobj_map into in block/genhd.c
Christoph Hellwig
-13
/
+117
2020-11-16
block: cleanup del_gendisk a bit
Christoph Hellwig
-7
/
+8
2020-11-16
block: remove __blkdev_driver_ioctl
Christoph Hellwig
-20
/
+5
2020-11-16
block: remove set_device_ro
Christoph Hellwig
-8
/
+1
2020-11-16
block: don't call into the driver for BLKROSET
Christoph Hellwig
-23
/
+0
2020-11-16
block: add a new set_read_only method
Christoph Hellwig
-0
/
+5
2020-11-16
block: don't call into the driver for BLKFLSBUF
Christoph Hellwig
-7
/
+0
2020-11-14
blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
Christoph Hellwig
-0
/
+1
2020-11-13
block: mark flush request as IDLE when it is really finished
Ming Lei
-1
/
+6
2020-11-12
block: add a return value to set_capacity_revalidate_and_notify
Christoph Hellwig
-1
/
+4
[prev]
[next]