Sign in
android-kvm
/
linux
/
3e049b6b8f32f25c6967f4cffd8eac6e1e5316f6
/
block
b4d88a6
Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linux
by Linus Torvalds
· 8 months ago
4a482e6
blk-throttle: remove unused struct 'avg_latency_bucket'
by Dr. David Alan Gilbert
· 8 months ago
9a42891
block: fix lost bio for plug enabled bio based device
by Yu Kuai
· 8 months ago
3413efa
Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 months ago
38da32e
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 months ago
5ad8b6a
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 months ago
f0eab3e
block: t10-pi: add MODULE_DESCRIPTION()
by Jeff Johnson
· 8 months ago
eb6a933
Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
by Linus Torvalds
· 8 months ago
7b81581
blk-mq: add helper for checking if one CPU is mapped to specified hctx
by Ming Lei
· 8 months ago
9d230c0
blk-cgroup: Properly propagate the iostat update up the hierarchy
by Waiman Long
· 8 months ago
d0aac23
blk-cgroup: fix list corruption from reorder of WRITE ->lqueued
by Ming Lei
· 8 months ago
6da6680
blk-cgroup: fix list corruption from resetting io stat
by Ming Lei
· 8 months ago
113d1dd
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 months ago
a3d1f54
Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 8 months ago
0c9f4ac
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
by Linus Torvalds
· 8 months ago
1b0aabc
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
by Linus Torvalds
· 8 months ago
f4345f0
Merge tag 'block-6.9-20240510' of git://git.kernel.dk/linux
by Linus Torvalds
· 9 months ago
a3166c5
blk-throttle: delay initialization until configuration
by Yu Kuai
· 9 months ago
bf20ab5
blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
by Yu Kuai
· 9 months ago
7be8356
block: fix that util can be greater than 100%
by Yu Kuai
· 9 months ago
99dc422
block: support to account io_ticks precisely
by Yu Kuai
· 9 months ago
060406c
block: add plug while submitting IO
by Yu Kuai
· 9 months ago
8fde439
bio: Export bio_add_folio_nofail to modules
by Matthew Wilcox (Oracle)
· 9 months ago
719c15a
blk-lib: check for kill signal in ioctl BLKDISCARD
by Christoph Hellwig
· 9 months ago
0f8e9ec
block: add a bio_await_chain helper
by Keith Busch
· 9 months ago
e8b4869
block: add a blk_alloc_discard_bio helper
by Christoph Hellwig
· 9 months ago
81c2168
block: add a bio_chain_and_submit helper
by Christoph Hellwig
· 9 months ago
30f1e72
block: move discard checks into the ioctl handler
by Christoph Hellwig
· 9 months ago
0942592
block: remove the discard_granularity check in __blkdev_issue_discard
by Christoph Hellwig
· 9 months ago
ccb326b
block/ioctl: prefer different overflow check
by Justin Stitt
· 9 months ago
ffd379c
block: set default max segment size in case of virt_boundary
by Ming Lei
· 9 months ago
bc2e07d
block: fix and simplify blkdevparts= cmdline parsing
by INAGAKI Hiroshi
· 9 months ago
0c12028
block: refine the EOF check in blkdev_iomap_begin
by Christoph Hellwig
· 9 months ago
a4217c6
block: add a partscan sysfs attribute for disks
by Christoph Hellwig
· 9 months ago
140ce28
block: add a disk_has_partscan helper
by Christoph Hellwig
· 9 months ago
203c1ce
RIP ->bd_inode
by Al Viro
· 9 months ago
df65f16
block/bdev.c: use the knowledge of inode/bdev coallocation
by Al Viro
· 9 months ago
881494e
blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here...
by Al Viro
· 9 months ago
224941e
use ->bd_mapping instead of ->bd_inode->i_mapping
by Al Viro
· 9 months ago
e33aef2
block_device: add a pointer to struct address_space (page cache of bdev)
by Al Viro
· 9 months ago
2638c20
missing helpers: bdev_unhash(), bdev_drop()
by Al Viro
· 9 months ago
186ddac
block: move two helpers into bdev.c
by Yu Kuai
· 9 months ago
39c3b4e
blkdev_write_iter(): saner way to get inode and bdev
by Al Viro
· 9 months ago
811ba89
bdev: move ->bd_make_it_fail to ->__bd_flags
by Al Viro
· 9 months ago
49a43da
bdev: move ->bd_ro_warned to ->__bd_flags
by Al Viro
· 9 months ago
ac2b6f9
bdev: move ->bd_has_subit_bio to ->__bd_flags
by Al Viro
· 9 months ago
4c80105
bdev: move ->bd_write_holder into ->__bd_flags
by Al Viro
· 9 months ago
01e198f
bdev: move ->bd_read_only to ->__bd_flags
by Al Viro
· 9 months ago
1116b9f
bdev: infrastructure for flags
by Al Viro
· 9 months ago
b8c873ed
wrapper for access to ->bd_partno
by Al Viro
· 9 months ago
3f9b8fb
Use bdev_is_paritition() instead of open-coding it
by Al Viro
· 9 months ago
d18a867
make set_blocksize() fail unless block device is opened exclusive
by Al Viro
· 9 months ago
ead083ae
set_blocksize(): switch to passing struct file *
by Al Viro
· 9 months ago
d758014
block: Cleanup blk_revalidate_zone_cb()
by Damien Le Moal
· 9 months ago
c9c8aea
block: Simplify zone write plug BIO abort
by Damien Le Moal
· 9 months ago
b5a64ec
block: Simplify blk_zone_write_plug_bio_endio()
by Damien Le Moal
· 9 months ago
347bde9
block: Improve zone write request completion handling
by Damien Le Moal
· 9 months ago
c4c3ffd
block: Improve blk_zone_write_plug_bio_merged()
by Damien Le Moal
· 9 months ago
096bc7e
block: Fix handling of non-empty flush write requests to zones
by Damien Le Moal
· 9 months ago
af147b7
block: Fix flush request sector restore
by Damien Le Moal
· 9 months ago
7b29518
block: Do not remove zone write plugs still in use
by Damien Le Moal
· 9 months ago
79ae35a
block: Unhash a zone write plug only if needed
by Damien Le Moal
· 9 months ago
9e78c38
block: Hold a reference on zone write plugs to schedule submission
by Damien Le Moal
· 9 months ago
19aad27
block: Fix reference counting for zone write plugs in error state
by Damien Le Moal
· 9 months ago
74b7ae5
block: Fix zone write plug initialization from blk_revalidate_zone_cb()
by Damien Le Moal
· 9 months ago
6b7593b
block: Exclude conventional zones when faking max open limit
by Damien Le Moal
· 9 months ago
52034ca
Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
by Linus Torvalds
· 9 months ago
597bc74
block/partitions/ldm: convert strncpy() to strscpy()
by Arnd Bergmann
· 10 months ago
57787fa
block: check if zone_wplugs_hash exists in queue_zone_wplugs_show
by Johannes Thumshirn
· 9 months ago
a8f59e5a
block: use a per disk workqueue for zone write plugging
by Damien Le Moal
· 9 months ago
977b1ef
Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linux
by Linus Torvalds
· 9 months ago
8294d49
block/mq-deadline: Remove some unused functions
by Jiapeng Chong
· 9 months ago
01bc4fd
blk-iocost: do not WARN if iocg was already offlined
by Li Nan
· 9 months ago
752863b
block: propagate partition scanning errors to the BLKRRPART ioctl
by Christoph Hellwig
· 9 months ago
99a9476
block: Do not special-case plugging of zone write operations
by Damien Le Moal
· 10 months ago
97abee5
block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
by Damien Le Moal
· 10 months ago
02ccd7c
block: Remove zone write locking
by Damien Le Moal
· 10 months ago
a98b05b
block: Replace zone_wlock debugfs entry with zone_wplugs entry
by Damien Le Moal
· 10 months ago
d9f1439
block: Move zone related debugfs attribute to blk-zoned.c
by Damien Le Moal
· 10 months ago
bca150f
block: Do not check zone type in blk_check_zone_append()
by Damien Le Moal
· 10 months ago
e4eb37c
block: Remove elevator required features
by Damien Le Moal
· 10 months ago
fde0269
block: mq-deadline: Remove support for zone write locking
by Damien Le Moal
· 10 months ago
9b3c08b
block: Simplify blk_revalidate_disk_zones() interface
by Damien Le Moal
· 10 months ago
63b5385
block: Remove BLK_STS_ZONE_RESOURCE
by Damien Le Moal
· 10 months ago
946dd71
block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
by Damien Le Moal
· 10 months ago
9b1ce7f
block: Implement zone append emulation
by Damien Le Moal
· 10 months ago
ccdbf0a
block: Allow zero value of max_zone_append_sectors queue limit
by Damien Le Moal
· 10 months ago
843283e
block: Fake max open zones limit when there is no limit
by Damien Le Moal
· 10 months ago
dd291d7
block: Introduce zone write plugging
by Damien Le Moal
· 10 months ago
ecfe43b1
block: Remember zone capacity when revalidating zones
by Damien Le Moal
· 10 months ago
dd850ff
block: Allow using bio_attempt_back_merge() internally
by Damien Le Moal
· 10 months ago
a0508c3
block: Introduce blk_zone_update_request_bio()
by Damien Le Moal
· 10 months ago
c0da26f
block: Remove req_bio_endio()
by Damien Le Moal
· 10 months ago
6f8fd75
block: Restore sector of flush requests
by Damien Le Moal
· 10 months ago
de4c7be
block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
by John Garry
· 9 months ago
d7ad058
Merge tag 'block-6.9-20240412' of git://git.kernel.dk/linux
by Linus Torvalds
· 9 months ago
3ec4848
block: fix that blk_time_get_ns() doesn't update time after schedule
by Yu Kuai
· 9 months ago
ec84ca4
scsi: block: Remove now unused queue limits helpers
by Christoph Hellwig
· 10 months ago
4373d2e
scsi: bsg: Pass queue_limits to bsg_setup_queue()
by Christoph Hellwig
· 10 months ago
9617cd6
block: fix module reference leakage from bdev_open_by_dev error path
by Yu Kuai
· 10 months ago
Next »