index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-05-31
jfs: logmgr: use __bio_add_page to add single page to bio
Johannes Thumshirn
2023-05-31
md: raid5: use __bio_add_page to add single page to new bio
Johannes Thumshirn
2023-05-31
md: raid5-log: use __bio_add_page to add single page
Johannes Thumshirn
2023-05-31
md: use __bio_add_page to add single page
Johannes Thumshirn
2023-05-31
fs: buffer: use __bio_add_page to add single page to bio
Johannes Thumshirn
2023-05-31
dm: dm-zoned: use __bio_add_page for adding single metadata page
Johannes Thumshirn
2023-05-31
drbd: use __bio_add_page to add page to bio
Johannes Thumshirn
2023-05-31
swap: use __bio_add_page to add page to bio
Johannes Thumshirn
2023-05-31
block: Use iov_iter_extract_pages() and page pinning in direct-io.c
David Howells
2023-05-31
mm: Provide a function to get an additional pin on a page
David Howells
2023-05-31
mm: Don't pin ZERO_PAGE in pin_user_pages()
David Howells
2023-05-30
block: constify the whole_disk device_attribute
Thomas Weißschuh
2023-05-30
block: constify struct part_attr_group
Thomas Weißschuh
2023-05-30
block: constify struct part_type part_type
Thomas Weißschuh
2023-05-30
block: constify partition prober array
Thomas Weißschuh
2023-05-24
block: convert bio_map_user_iov to use iov_iter_extract_pages
David Howells
2023-05-24
block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
David Howells
2023-05-24
block: Add BIO_PAGE_PINNED and associated infrastructure
David Howells
2023-05-24
block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
Christoph Hellwig
2023-05-24
block: Fix bio_flagged() so that gcc can better optimise it
David Howells
2023-05-24
iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
David Howells
2023-05-24
Merge branch 'for-6.5/splice' into for-6.5/block
Jens Axboe
2023-05-24
splice: kdoc for filemap_splice_read() and copy_splice_read()
David Howells
2023-05-24
iov_iter: Kill ITER_PIPE
David Howells
2023-05-24
splice: Remove generic_file_splice_read()
David Howells
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
2023-05-24
cifs: Use filemap_splice_read()
David Howells
2023-05-24
trace: Convert trace/seq to use copy_splice_read()
David Howells
2023-05-24
zonefs: Provide a splice-read wrapper
David Howells
2023-05-24
xfs: Provide a splice-read wrapper
David Howells
2023-05-24
orangefs: Provide a splice-read wrapper
David Howells
2023-05-24
ocfs2: Provide a splice-read wrapper
David Howells
2023-05-24
ntfs3: Provide a splice-read wrapper
David Howells
2023-05-24
nfs: Provide a splice-read wrapper
David Howells
2023-05-24
f2fs: Provide a splice-read wrapper
David Howells
2023-05-24
ext4: Provide a splice-read wrapper
David Howells
2023-05-24
ecryptfs: Provide a splice-read wrapper
David Howells
2023-05-24
ceph: Provide a splice-read wrapper
David Howells
2023-05-24
afs: Provide a splice-read wrapper
David Howells
2023-05-24
9p: Add splice_read wrapper
David Howells
2023-05-24
net: Make sock_splice_read() use copy_splice_read() by default
David Howells
2023-05-24
tty, proc, kernfs, random: Use copy_splice_read()
David Howells
2023-05-24
coda: Implement splice-read
David Howells
2023-05-24
overlayfs: Implement splice-read
David Howells
2023-05-24
shmem: Implement splice-read
David Howells
2023-05-24
splice: Make splice from a DAX file use copy_splice_read()
David Howells
2023-05-24
splice: Make splice from an O_DIRECT fd use copy_splice_read()
David Howells
2023-05-24
splice: Check for zero count in vfs_splice_read()
David Howells
2023-05-24
splice: Make do_splice_to() generic and export it
David Howells
2023-05-24
splice: Clean up copy_splice_read() a bit
David Howells
[next]