index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: introduce holder ops
Christoph Hellwig
2023-06-05
34
-56
/
+90
*
block: remove blk_drop_partitions
Christoph Hellwig
2023-06-05
1
-12
/
+4
*
block: delete partitions later in del_gendisk
Christoph Hellwig
2023-06-05
3
-13
/
+32
*
block: unhash the inode earlier in delete_partition
Christoph Hellwig
2023-06-05
1
-6
/
+6
*
block: avoid repeated work in blk_mark_disk_dead
Christoph Hellwig
2023-06-05
1
-1
/
+3
*
block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk
Christoph Hellwig
2023-06-05
1
-14
/
+12
*
block: turn bdev_lock into a mutex
Christoph Hellwig
2023-06-05
1
-14
/
+13
*
block: refactor bd_may_claim
Christoph Hellwig
2023-06-05
1
-18
/
+22
*
block: factor out a bd_end_claim helper from blkdev_put
Christoph Hellwig
2023-06-05
1
-30
/
+33
*
drbd: stop defining __KERNEL_SYSCALLS__
Christoph Hellwig
2023-06-05
2
-2
/
+0
*
ublk: add control command of UBLK_U_CMD_GET_FEATURES
Ming Lei
2023-06-04
2
-0
/
+29
*
block: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-06-01
3
-3
/
+3
*
blk-ioc: protect ioc_destroy_icq() by 'queue_lock'
Yu Kuai
2023-06-01
1
-17
/
+13
*
block: mark bio_add_folio as __must_check
Johannes Thumshirn
2023-06-01
1
-1
/
+2
*
fs: iomap: use bio_add_folio_nofail where possible
Johannes Thumshirn
2023-06-01
1
-3
/
+3
*
block: add bio_add_folio_nofail
Johannes Thumshirn
2023-06-01
2
-0
/
+10
*
block: mark bio_add_page as __must_check
Johannes Thumshirn
2023-06-01
1
-1
/
+2
*
dm-crypt: use __bio_add_page to add single page to clone bio
Johannes Thumshirn
2023-06-01
1
-2
/
+1
*
md: raid1: check if adding pages to resync bio fails
Johannes Thumshirn
2023-06-01
2
-15
/
+16
*
md: raid1: use __bio_add_page for adding single page to bio
Johannes Thumshirn
2023-06-01
1
-1
/
+1
*
md: check for failure when adding pages in alloc_behind_master_bio
Johannes Thumshirn
2023-06-01
1
-1
/
+4
*
floppy: use __bio_add_page for adding single page to bio
Johannes Thumshirn
2023-05-31
1
-1
/
+1
*
zram: use __bio_add_page for adding single page to bio
Johannes Thumshirn
2023-05-31
1
-1
/
+1
*
zonefs: use __bio_add_page for adding single page to bio
Johannes Thumshirn
2023-05-31
1
-1
/
+1
*
gfs2: use __bio_add_page for adding single page to bio
Johannes Thumshirn
2023-05-31
1
-1
/
+1
*
jfs: logmgr: use __bio_add_page to add single page to bio
Johannes Thumshirn
2023-05-31
1
-2
/
+2
*
md: raid5: use __bio_add_page to add single page to new bio
Johannes Thumshirn
2023-05-31
1
-2
/
+2
*
md: raid5-log: use __bio_add_page to add single page
Johannes Thumshirn
2023-05-31
1
-1
/
+1
*
md: use __bio_add_page to add single page
Johannes Thumshirn
2023-05-31
1
-2
/
+2
*
fs: buffer: use __bio_add_page to add single page to bio
Johannes Thumshirn
2023-05-31
1
-2
/
+1
*
dm: dm-zoned: use __bio_add_page for adding single metadata page
Johannes Thumshirn
2023-05-31
1
-3
/
+3
*
drbd: use __bio_add_page to add page to bio
Johannes Thumshirn
2023-05-31
1
-3
/
+1
*
swap: use __bio_add_page to add page to bio
Johannes Thumshirn
2023-05-31
1
-4
/
+4
*
block: Use iov_iter_extract_pages() and page pinning in direct-io.c
David Howells
2023-05-31
1
-29
/
+43
*
mm: Provide a function to get an additional pin on a page
David Howells
2023-05-31
2
-0
/
+28
*
mm: Don't pin ZERO_PAGE in pin_user_pages()
David Howells
2023-05-31
3
-3
/
+60
*
block: constify the whole_disk device_attribute
Thomas Weißschuh
2023-05-30
1
-1
/
+1
*
block: constify struct part_attr_group
Thomas Weißschuh
2023-05-30
1
-1
/
+1
*
block: constify struct part_type part_type
Thomas Weißschuh
2023-05-30
2
-2
/
+2
*
block: constify partition prober array
Thomas Weißschuh
2023-05-30
1
-1
/
+1
*
block: convert bio_map_user_iov to use iov_iter_extract_pages
David Howells
2023-05-24
1
-12
/
+11
*
block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
David Howells
2023-05-24
1
-11
/
+12
*
block: Add BIO_PAGE_PINNED and associated infrastructure
David Howells
2023-05-24
4
-4
/
+18
*
block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
Christoph Hellwig
2023-05-24
6
-4
/
+6
*
block: Fix bio_flagged() so that gcc can better optimise it
David Howells
2023-05-24
1
-1
/
+1
*
iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
David Howells
2023-05-24
1
-1
/
+1
*
Merge branch 'for-6.5/splice' into for-6.5/block
Jens Axboe
2023-05-24
68
-621
/
+694
|
\
|
*
splice: kdoc for filemap_splice_read() and copy_splice_read()
David Howells
2023-05-24
2
-5
/
+37
|
*
iov_iter: Kill ITER_PIPE
David Howells
2023-05-24
3
-444
/
+4
|
*
splice: Remove generic_file_splice_read()
David Howells
2023-05-24
2
-45
/
+0
[next]