index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
geniv.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-27
md/md-multipath: enable io accounting
Yu Kuai
1
-0
/
+1
2023-07-27
md/raid10: switch to use md_account_bio() for io accounting
Yu Kuai
2
-12
/
+9
2023-07-27
md/raid1: switch to use md_account_bio() for io accounting
Yu Kuai
2
-9
/
+6
2023-07-27
raid5: fix missing io accounting in raid5_align_endio()
Yu Kuai
1
-21
/
+8
2023-07-27
md: also clone new io if io accounting is disabled
Yu Kuai
3
-43
/
+42
2023-07-27
md: move initialization and destruction of 'io_acct_set' to md.c
Yu Kuai
4
-63
/
+23
2023-07-27
md: deprecate bitmap file support
Christoph Hellwig
2
-1
/
+3
2023-07-27
md: make bitmap file support optional
Christoph Hellwig
3
-0
/
+32
2023-07-27
md-bitmap: don't use ->index for pages backing the bitmap file
Christoph Hellwig
2
-27
/
+39
2023-07-27
md-bitmap: account for mddev->bitmap_info.offset in read_sb_page
Christoph Hellwig
1
-9
/
+8
2023-07-27
md-bitmap: cleanup read_sb_page
Christoph Hellwig
1
-12
/
+11
2023-07-27
md-bitmap: refactor md_bitmap_init_from_disk
Christoph Hellwig
1
-71
/
+70
2023-07-27
md-bitmap: rename read_page to read_file_page
Christoph Hellwig
1
-6
/
+4
2023-07-27
md-bitmap: split file writes into a separate helper
Christoph Hellwig
1
-24
/
+24
2023-07-27
md-bitmap: use %pD to print the file name in md_bitmap_file_kick
Christoph Hellwig
1
-10
/
+2
2023-07-27
md-bitmap: initialize variables at declaration time in md_bitmap_file_unmap
Christoph Hellwig
1
-8
/
+4
2023-07-27
md-bitmap: set BITMAP_WRITE_ERROR in write_sb_page
Christoph Hellwig
1
-13
/
+8
2023-07-27
md: enhance checking in md_check_recovery()
Yu Kuai
1
-7
/
+15
2023-07-27
md: wake up 'resync_wait' at last in md_reap_sync_thread()
Yu Kuai
1
-1
/
+1
2023-07-27
md: refactor idle/frozen_sync_thread() to fix deadlock
Yu Kuai
2
-4
/
+21
2023-07-27
md: add a mutex to synchronize idle and frozen in action_store()
Yu Kuai
2
-0
/
+8
2023-07-27
md: refactor action_store() for 'idle' and 'frozen'
Yu Kuai
1
-16
/
+45
2023-07-27
Revert "md: unlock mddev before reap sync_thread in action_store"
Yu Kuai
2
-18
/
+2
2023-07-26
block: cleanup bio_integrity_prep
Jinyoung Choi
1
-5
/
+1
2023-07-25
block: Improve performance for BLK_MQ_F_BLOCKING drivers
Bart Van Assche
2
-7
/
+12
2023-07-25
scsi: Remove a blk_mq_run_hw_queues() call
Bart Van Assche
1
-1
/
+1
2023-07-25
scsi: Inline scsi_kick_queue()
Bart Van Assche
1
-7
/
+2
2023-07-25
block: don't pass a bio to bio_try_merge_hw_seg
Christoph Hellwig
1
-9
/
+7
2023-07-25
block: move the bi_size update out of __bio_try_merge_page
Christoph Hellwig
1
-37
/
+20
2023-07-25
block: downgrade a bio_full call in bio_add_page
Christoph Hellwig
1
-1
/
+1
2023-07-25
block: move the bi_size overflow check in __bio_try_merge_page
Christoph Hellwig
1
-4
/
+5
2023-07-25
block: move the bi_vcnt check out of __bio_try_merge_page
Christoph Hellwig
1
-23
/
+22
2023-07-25
block: move the BIO_CLONED checks out of __bio_try_merge_page
Christoph Hellwig
1
-3
/
+6
2023-07-25
block: use SECTOR_SHIFT bio_add_hw_page
Christoph Hellwig
1
-1
/
+1
2023-07-25
block: tidy up the bio full checks in bio_add_hw_page
Christoph Hellwig
1
-6
/
+4
2023-07-21
block: refactor to use helper
Nitesh Shetty
1
-3
/
+1
2023-07-17
blk-flush: reuse rq queuelist in flush state machine
Chengming Zhou
2
-8
/
+10
2023-07-17
blk-flush: count inflight flush_data requests
Chengming Zhou
2
-7
/
+7
2023-07-17
blk-flush: fix rq->flush.seq for post-flush requests
Chengming Zhou
1
-1
/
+1
2023-07-17
blk-mq: use percpu csd to remote complete instead of per-rq csd
Chengming Zhou
2
-10
/
+7
2023-07-17
block: don't allow enabling a cache on devices that don't support it
Christoph Hellwig
3
-6
/
+13
2023-07-17
block: cleanup queue_wc_store
Christoph Hellwig
1
-11
/
+3
2023-07-17
nbd: automatically load module on genl access
Thomas Weißschuh
1
-0
/
+1
2023-07-17
blk-wbt: Replace strlcpy with strscpy
Azeem Shaikh
1
-4
/
+4
2023-07-17
kyber: Replace strlcpy with strscpy
Azeem Shaikh
1
-4
/
+4
2023-07-17
Linux 6.5-rc2
v6.5-rc2
Linus Torvalds
1
-1
/
+1
2023-07-14
cifs: fix mid leak during reconnection after timeout threshold
Shyam Prasad N
1
-4
/
+15
2023-07-14
cifs: is_network_name_deleted should return a bool
Shyam Prasad N
3
-7
/
+14
2023-07-14
block: queue data commands from the flush state machine at the head
Christoph Hellwig
1
-1
/
+1
2023-07-14
iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid()
Dan Carpenter
1
-1
/
+2
[next]