index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-11-05
block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter()
Jens Axboe
2021-11-04
block: add a loff_t cast to bdev_nr_bytes
Christoph Hellwig
2021-10-19
partitions/ibm: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
2021-10-19
partitions/efi: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-19
block/ioctl: use bdev_nr_sectors and bdev_nr_bytes
Christoph Hellwig
2021-10-18
block: cache inode size in bdev
Jens Axboe
2021-10-18
udf: use sb_bdev_nr_blocks
Christoph Hellwig
2021-10-18
reiserfs: use sb_bdev_nr_blocks
Christoph Hellwig
2021-10-18
ntfs: use sb_bdev_nr_blocks
Christoph Hellwig
2021-10-18
jfs: use sb_bdev_nr_blocks
Christoph Hellwig
2021-10-18
ext4: use sb_bdev_nr_blocks
Christoph Hellwig
2021-10-18
block: add a sb_bdev_nr_blocks helper
Christoph Hellwig
2021-10-18
block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
Christoph Hellwig
2021-10-18
squashfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
reiserfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
pstore/blk: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
ntfs3: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
nilfs2: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
nfs/blocklayout: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
jfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
hfsplus: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
2021-10-18
hfs: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
2021-10-18
fat: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
2021-10-18
cramfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
btrfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
affs: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
2021-10-18
fs: simplify init_page_buffers
Christoph Hellwig
2021-10-18
fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
Christoph Hellwig
2021-10-18
target/iblock: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
nvmet: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
md: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
2021-10-18
drbd: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
2021-10-18
bcache: remove bdev_sectors
Christoph Hellwig
2021-10-18
block: add a bdev_nr_bytes helper
Christoph Hellwig
2021-10-18
block: move the SECTOR_SIZE related definitions to blk_types.h
Christoph Hellwig
2021-10-18
nvme: wire up completion batching for the IRQ path
Jens Axboe
2021-10-18
io_uring: utilize the io batching infrastructure for more efficient polled IO
Jens Axboe
2021-10-18
nvme: add support for batched completion of polled IO
Jens Axboe
2021-10-18
block: add support for blk_mq_end_request_batch()
Jens Axboe
2021-10-18
sbitmap: add helper to clear a batch of tags
Jens Axboe
2021-10-18
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
2021-10-18
block: provide helpers for rq_list manipulation
Jens Axboe
2021-10-18
block: remove some blk_mq_hw_ctx debugfs entries
Jens Axboe
2021-10-18
block: remove debugfs blk_mq_ctx dispatched/merged/completed attributes
Jens Axboe
2021-10-18
block: cache rq_flags inside blk_mq_rq_ctx_init()
Pavel Begunkov
2021-10-18
block: blk_mq_rq_ctx_init cache ctx/q/hctx
Pavel Begunkov
2021-10-18
block: skip elevator fields init for non-elv queue
Pavel Begunkov
2021-10-18
block: store elevator state in request
Jens Axboe
2021-10-18
block: only mark bio as tracked if it really is tracked
Jens Axboe
[next]