index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
dm: simplify flush_bio initialization in __send_empty_flush
Christoph Hellwig
2020-12-01
1
-9
/
+3
*
loop: do not call set_blocksize
Christoph Hellwig
2020-12-01
1
-3
/
+0
*
zram: do not call set_blocksize
Christoph Hellwig
2020-12-01
2
-11
/
+1
*
mtip32xx: remove the call to fsync_bdev on removal
Christoph Hellwig
2020-12-01
2
-17
/
+0
*
fs: simplify freeze_bdev/thaw_bdev
Christoph Hellwig
2020-12-01
9
-59
/
+33
*
fs: remove get_super_thawed and get_super_exclusive_thawed
Christoph Hellwig
2020-12-01
4
-59
/
+29
*
filemap: consistently use ->f_mapping over ->i_mapping
Christoph Hellwig
2020-12-01
1
-7
/
+6
*
block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_init
Lei Chen
2020-11-30
1
-1
/
+0
*
block: remove unused BIO_SPLIT_ENTRIES
Jeffle Xu
2020-11-25
1
-6
/
+0
*
block: unexport revalidate_disk_size
Christoph Hellwig
2020-11-16
1
-1
/
+0
*
virtio-blk: remove a spurious call to revalidate_disk_size
Christoph Hellwig
2020-11-16
1
-1
/
+0
*
md: remove a spurious call to revalidate_disk_size in update_size
Christoph Hellwig
2020-11-16
1
-2
/
+0
*
md: use set_capacity_and_notify
Christoph Hellwig
2020-11-16
3
-20
/
+13
*
dm-raid: use set_capacity_and_notify
Christoph Hellwig
2020-11-16
1
-2
/
+1
*
zram: use set_capacity_and_notify
Christoph Hellwig
2020-11-16
1
-5
/
+2
*
rnbd: use set_capacity_and_notify
Christoph Hellwig
2020-11-16
1
-2
/
+1
*
rbd: use set_capacity_and_notify
Christoph Hellwig
2020-11-16
1
-2
/
+1
*
drbd: use set_capacity_and_notify
Christoph Hellwig
2020-11-16
1
-4
/
+2
*
nvme: use set_capacity_and_notify in nvme_set_queue_dying
Christoph Hellwig
2020-11-16
1
-12
/
+1
*
pktcdvd: use set_capacity_and_notify
Christoph Hellwig
2020-11-16
1
-2
/
+1
*
dm: use set_capacity_and_notify
Christoph Hellwig
2020-11-16
1
-2
/
+1
*
aoe: don't call set_capacity from irq context
Christoph Hellwig
2020-11-16
1
-11
/
+4
*
nbd: use set_capacity_and_notify
Christoph Hellwig
2020-11-16
1
-12
/
+3
*
nbd: validate the block size in nbd_set_size
Christoph Hellwig
2020-11-16
1
-32
/
+15
*
nbd: refactor size updates
Christoph Hellwig
2020-11-16
1
-26
/
+18
*
nbd: move the task_recv check into nbd_size_update
Christoph Hellwig
2020-11-16
1
-3
/
+7
*
nbd: remove the call to set_blocksize
Christoph Hellwig
2020-11-16
1
-7
/
+5
*
block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
Christoph Hellwig
2020-11-16
7
-17
/
+12
*
sd: update the bdev size in sd_revalidate_disk
Christoph Hellwig
2020-11-16
1
-5
/
+3
*
nvme: let set_capacity_revalidate_and_notify update the bdev size
Christoph Hellwig
2020-11-16
1
-4
/
+1
*
loop: let set_capacity_revalidate_and_notify update the bdev size
Christoph Hellwig
2020-11-16
1
-6
/
+2
*
block: remove the call to __invalidate_device in check_disk_size_change
Christoph Hellwig
2020-11-16
1
-6
/
+0
*
block: fix the kerneldoc comment for __register_blkdev
Christoph Hellwig
2020-11-16
1
-1
/
+4
*
block: switch gendisk lookup to a simple xarray
Christoph Hellwig
2020-11-16
2
-178
/
+37
*
z2ram: use separate gendisk for the different modes
Christoph Hellwig
2020-11-16
1
-42
/
+58
*
z2ram: reindent
Christoph Hellwig
2020-11-16
1
-257
/
+236
*
ataflop: use a separate gendisk for each media format
Christoph Hellwig
2020-11-16
1
-49
/
+86
*
amiflop: use separate gendisks for Amiga vs MS-DOS mode
Christoph Hellwig
2020-11-16
1
-43
/
+55
*
floppy: use a separate gendisk for each media format
Christoph Hellwig
2020-11-16
1
-57
/
+97
*
ide: switch to __register_blkdev for command set probing
Christoph Hellwig
2020-11-16
1
-28
/
+6
*
md: use __register_blkdev to allocate devices on demand
Christoph Hellwig
2020-11-16
1
-13
/
+8
*
loop: use __register_blkdev to allocate devices on demand
Christoph Hellwig
2020-11-16
1
-22
/
+8
*
brd: use __register_blkdev to allocate devices on demand
Christoph Hellwig
2020-11-16
1
-28
/
+11
*
sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
Christoph Hellwig
2020-11-16
1
-14
/
+5
*
swim: don't call blk_register_region
Christoph Hellwig
2020-11-16
1
-17
/
+0
*
ide: remove ide_{,un}register_region
Christoph Hellwig
2020-11-16
3
-37
/
+0
*
block: add an optional probe callback to major_names
Christoph Hellwig
2020-11-16
2
-4
/
+22
*
block: rework requesting modules for unclaimed devices
Christoph Hellwig
2020-11-16
1
-10
/
+15
*
block: split block_class_lock
Christoph Hellwig
2020-11-16
1
-14
/
+15
*
block: open code kobj_map into in block/genhd.c
Christoph Hellwig
2020-11-16
1
-13
/
+117
[prev]
[next]