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
2024-05-03
block/bdev.c: use the knowledge of inode/bdev coallocation
Al Viro
-13
/
+19
2024-05-03
blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here...
Al Viro
-6
/
+4
2024-05-03
use ->bd_mapping instead of ->bd_inode->i_mapping
Al Viro
-15
/
+15
2024-05-03
block_device: add a pointer to struct address_space (page cache of bdev)
Al Viro
-0
/
+1
2024-05-03
missing helpers: bdev_unhash(), bdev_drop()
Al Viro
-6
/
+18
2024-05-03
block: move two helpers into bdev.c
Yu Kuai
-0
/
+12
2024-05-03
blkdev_write_iter(): saner way to get inode and bdev
Al Viro
-2
/
+2
2024-05-02
bdev: move ->bd_make_it_fail to ->__bd_flags
Al Viro
-5
/
+10
2024-05-02
bdev: move ->bd_ro_warned to ->__bd_flags
Al Viro
-2
/
+3
2024-05-02
bdev: move ->bd_has_subit_bio to ->__bd_flags
Al Viro
-7
/
+6
2024-05-02
bdev: move ->bd_write_holder into ->__bd_flags
Al Viro
-4
/
+5
2024-05-02
bdev: move ->bd_read_only to ->__bd_flags
Al Viro
-1
/
+4
2024-05-02
bdev: infrastructure for flags
Al Viro
-1
/
+1
2024-05-02
wrapper for access to ->bd_partno
Al Viro
-7
/
+7
2024-05-02
Use bdev_is_paritition() instead of open-coding it
Al Viro
-3
/
+4
2024-05-02
make set_blocksize() fail unless block device is opened exclusive
Al Viro
-0
/
+3
2024-05-02
set_blocksize(): switch to passing struct file *
Al Viro
-13
/
+19
2024-05-01
block: Cleanup blk_revalidate_zone_cb()
Damien Le Moal
-52
/
+77
2024-05-01
block: Simplify zone write plug BIO abort
Damien Le Moal
-8
/
+7
2024-05-01
block: Simplify blk_zone_write_plug_bio_endio()
Damien Le Moal
-2
/
+1
2024-05-01
block: Improve zone write request completion handling
Damien Le Moal
-13
/
+12
2024-05-01
block: Improve blk_zone_write_plug_bio_merged()
Damien Le Moal
-2
/
+7
2024-05-01
block: Fix handling of non-empty flush write requests to zones
Damien Le Moal
-9
/
+13
2024-05-01
block: Fix flush request sector restore
Damien Le Moal
-1
/
+2
2024-05-01
block: Do not remove zone write plugs still in use
Damien Le Moal
-8
/
+31
2024-05-01
block: Unhash a zone write plug only if needed
Damien Le Moal
-23
/
+32
2024-05-01
block: Hold a reference on zone write plugs to schedule submission
Damien Le Moal
-5
/
+21
2024-05-01
block: Fix reference counting for zone write plugs in error state
Damien Le Moal
-26
/
+49
2024-05-01
block: Fix zone write plug initialization from blk_revalidate_zone_cb()
Damien Le Moal
-3
/
+4
2024-05-01
block: Exclude conventional zones when faking max open limit
Damien Le Moal
-10
/
+28
2024-04-26
Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2024-04-25
block/partitions/ldm: convert strncpy() to strscpy()
Arnd Bergmann
-4
/
+2
2024-04-25
block: check if zone_wplugs_hash exists in queue_zone_wplugs_show
Johannes Thumshirn
-0
/
+3
2024-04-23
block: use a per disk workqueue for zone write plugging
Damien Le Moal
-8
/
+24
2024-04-20
Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linux
Linus Torvalds
-13
/
+26
2024-04-19
block/mq-deadline: Remove some unused functions
Jiapeng Chong
-28
/
+0
2024-04-19
blk-iocost: do not WARN if iocg was already offlined
Li Nan
-2
/
+5
2024-04-18
block: propagate partition scanning errors to the BLKRRPART ioctl
Christoph Hellwig
-11
/
+21
2024-04-17
block: Do not special-case plugging of zone write operations
Damien Le Moal
-45
/
+2
2024-04-17
block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
Damien Le Moal
-1
/
+0
2024-04-17
block: Remove zone write locking
Damien Le Moal
-64
/
+3
2024-04-17
block: Replace zone_wlock debugfs entry with zone_wplugs entry
Damien Le Moal
-10
/
+27
2024-04-17
block: Move zone related debugfs attribute to blk-zoned.c
Damien Le Moal
-28
/
+21
2024-04-17
block: Do not check zone type in blk_check_zone_append()
Damien Le Moal
-2
/
+1
2024-04-17
block: Remove elevator required features
Damien Le Moal
-58
/
+5
2024-04-17
block: mq-deadline: Remove support for zone write locking
Damien Le Moal
-170
/
+6
2024-04-17
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
-14
/
+7
2024-04-17
block: Remove BLK_STS_ZONE_RESOURCE
Damien Le Moal
-26
/
+0
2024-04-17
block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
Damien Le Moal
-6
/
+24
2024-04-17
block: Implement zone append emulation
Damien Le Moal
-15
/
+66
[prev]
[next]