linux-block.git
2023-05-31 Johannes Thumshirndm: dm-zoned: use __bio_add_page for adding single...
2023-05-31 Johannes Thumshirndrbd: use __bio_add_page to add page to bio
2023-05-31 Johannes Thumshirnswap: use __bio_add_page to add page to bio
2023-05-31 David Howellsblock: Use iov_iter_extract_pages() and page pinning...
2023-05-31 David Howellsmm: Provide a function to get an additional pin on...
2023-05-31 David Howellsmm: Don't pin ZERO_PAGE in pin_user_pages()
2023-05-30 Thomas Weißschuhblock: constify the whole_disk device_attribute
2023-05-30 Thomas Weißschuhblock: constify struct part_attr_group
2023-05-30 Thomas Weißschuhblock: constify struct part_type part_type
2023-05-30 Thomas Weißschuhblock: constify partition prober array
2023-05-24 David Howellsblock: convert bio_map_user_iov to use iov_iter_extract...
2023-05-24 David Howellsblock: Convert bio_iov_iter_get_pages to use iov_iter_e...
2023-05-24 David Howellsblock: Add BIO_PAGE_PINNED and associated infrastructure
2023-05-24 Christoph Hellwigblock: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED...
2023-05-24 David Howellsblock: Fix bio_flagged() so that gcc can better optimise it
2023-05-24 David Howellsiomap: Don't get an reference on ZERO_PAGE for direct...
2023-05-24 Jens AxboeMerge branch 'for-6.5/splice' into for-6.5/block
2023-05-24 David Howellssplice: kdoc for filemap_splice_read() and copy_splice_... for-6.5/splice for-6.5/splice-2023-06-23
2023-05-24 David Howellsiov_iter: Kill ITER_PIPE
2023-05-24 David Howellssplice: Remove generic_file_splice_read()
2023-05-24 David Howellssplice: Use filemap_splice_read() instead of generic_fi...
2023-05-24 David Howellscifs: Use filemap_splice_read()
2023-05-24 David Howellstrace: Convert trace/seq to use copy_splice_read()
2023-05-24 David Howellszonefs: Provide a splice-read wrapper
2023-05-24 David Howellsxfs: Provide a splice-read wrapper
2023-05-24 David Howellsorangefs: Provide a splice-read wrapper
2023-05-24 David Howellsocfs2: Provide a splice-read wrapper
2023-05-24 David Howellsntfs3: Provide a splice-read wrapper
2023-05-24 David Howellsnfs: Provide a splice-read wrapper
2023-05-24 David Howellsf2fs: Provide a splice-read wrapper
2023-05-24 David Howellsext4: Provide a splice-read wrapper
2023-05-24 David Howellsecryptfs: Provide a splice-read wrapper
2023-05-24 David Howellsceph: Provide a splice-read wrapper
2023-05-24 David Howellsafs: Provide a splice-read wrapper
2023-05-24 David Howells9p: Add splice_read wrapper
2023-05-24 David Howellsnet: Make sock_splice_read() use copy_splice_read(...
2023-05-24 David Howellstty, proc, kernfs, random: Use copy_splice_read()
2023-05-24 David Howellscoda: Implement splice-read
2023-05-24 David Howellsoverlayfs: Implement splice-read
2023-05-24 David Howellsshmem: Implement splice-read
2023-05-24 David Howellssplice: Make splice from a DAX file use copy_splice_read()
2023-05-24 David Howellssplice: Make splice from an O_DIRECT fd use copy_splice...
2023-05-24 David Howellssplice: Check for zero count in vfs_splice_read()
2023-05-24 David Howellssplice: Make do_splice_to() generic and export it
2023-05-24 David Howellssplice: Clean up copy_splice_read() a bit
2023-05-24 David Howellssplice: Rename direct_splice_read() to copy_splice_read()
2023-05-24 David Howellssplice: Make filemap_splice_read() check s_maxbytes
2023-05-24 David Howellssplice: Fix filemap_splice_read() to use the correct...
2023-05-24 Hengqi Chenblock: introduce block_io_start/block_io_done tracepoints
2023-05-23 Yu Kuaiblock/rq_qos: protect rq_qos apis with a new lock
2023-05-23 Li Nanblock: remove redundant req_op in blk_rq_is_passthrough
2023-05-21 Ming Leiublk: fix build warning on iov_iter_get_pages2
2023-05-20 Christoph Hellwigblock: don't plug in blkdev_write_iter
2023-05-20 Bart Van Asscheblock: BFQ: Move an invariant check
2023-05-20 Ming Leiublk: support user copy
2023-05-20 Ming Leiublk: add read()/write() support for ublk char device
2023-05-20 Ming Leiublk: support to copy any part of request pages
2023-05-20 Ming Leiublk: grab request reference when the request is handle...
2023-05-20 Ming Leiublk: cleanup ublk_copy_user_pages
2023-05-20 Ming Leiublk: cleanup io cmd code path by adding ublk_fill_io_cmd()
2023-05-20 Ming Leiublk: kill queuing request by task_work_add
2023-05-20 Christoph Hellwigblk-mq: don't use the requeue list to queue flush commands
2023-05-20 Christoph Hellwigblk-mq: do not do head insertions post-pre-flush commands
2023-05-20 Christoph Hellwigblk-mq: defer to the normal submission path for post...
2023-05-20 Bart Van Asscheblk-mq: use the I/O scheduler for writes from the flush...
2023-05-20 Christoph Hellwigblk-mq: defer to the normal submission path for non...
2023-05-20 Christoph Hellwigblk-mq: reflow blk_insert_flush
2023-05-20 Christoph Hellwigblk-mq: factor out a blk_rq_init_flush helper
2023-05-20 Christoph Hellwigfs: remove the special !CONFIG_BLOCK def_blk_fops
2023-05-19 Bart Van Asscheblock: BFQ: Add several invariant checks
2023-05-19 Bart Van Asscheblock: mq-deadline: Fix handling of at-head zoned writes
2023-05-19 Bart Van Asscheblock: mq-deadline: Handle requeued requests correctly
2023-05-19 Bart Van Asscheblock: mq-deadline: Track the dispatch position
2023-05-19 Bart Van Asscheblock: mq-deadline: Reduce lock contention
2023-05-19 Bart Van Asscheblock: mq-deadline: Simplify deadline_skip_seq_writes()
2023-05-19 Bart Van Asscheblock: mq-deadline: Clean up deadline_check_fifo()
2023-05-19 Bart Van Asscheblock: Introduce blk_rq_is_seq_zoned_write()
2023-05-19 Bart Van Asscheblock: Introduce op_needs_zoned_write_locking()
2023-05-19 Bart Van Asscheblock: Fix the type of the second bdev_op_is_zoned_writ...
2023-05-19 Bart Van Asscheblock: Simplify blk_req_needs_zone_write_lock()
2023-05-19 Bart Van Asscheblock: mq-deadline: Add a word in a source code comment
2023-05-19 Christoph Hellwigblk-mq: make sure elevator callbacks aren't called...
2023-05-19 Christoph Hellwigblk-mq: remove RQF_ELVPRIV
2023-05-19 Ming Leiblk-mq: don't queue plugged passthrough requests into...
2023-05-19 Bart Van Asscheblock: Decode all flag names in the debugfs output
2023-05-16 Pankaj Raghavbrd: use XArray instead of radix-tree to index backing...
2023-05-14 Linus TorvaldsLinux 6.4-rc2 v6.4-rc2
2023-05-14 Linus TorvaldsMerge tag 'cxl-fixes-6.4-rc2' of git://git./linux/kerne...
2023-05-14 Linus TorvaldsMerge tag 'parisc-for-6.4-2' of git://git./linux/kernel...
2023-05-14 Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2023-05-14 Linus TorvaldsMerge tag 'locking_urgent_for_v6.4_rc2' of git://git...
2023-05-14 Linus TorvaldsMerge tag 'perf_urgent_for_v6.4_rc2' of git://git....
2023-05-14 Linus TorvaldsMerge tag 'sched_urgent_for_v6.4_rc2' of git://git...
2023-05-14 Linus TorvaldsMerge tag 'x86_urgent_for_v6.4_rc2' of git://git./linux...
2023-05-14 Linus TorvaldsMerge tag 'timers_urgent_for_v6.4_rc2' of git://git...
2023-05-14 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2023-05-14 Linus TorvaldsMerge tag 'fbdev-for-6.4-rc2' of git://git./linux/kerne...
2023-05-14 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2023-05-14 Helge Dellerparisc: Fix encoding of swp_entry due to added SWP_EXCL...
2023-05-13 Theodore Ts'oext4: bail out of ext4_xattr_ibody_get() fails for...
next