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: use iomap for writes to block devices
Christoph Hellwig
2023-08-02
2
-2
/
+30
*
block: stop setting ->direct_IO
Christoph Hellwig
2023-08-02
1
-2
/
+1
*
block: open code __generic_file_write_iter for blkdev writes
Christoph Hellwig
2023-08-02
1
-2
/
+43
*
fs: rename and move block_page_mkwrite_return
Christoph Hellwig
2023-08-02
8
-25
/
+31
*
fs: remove emergency_thaw_bdev
Christoph Hellwig
2023-08-02
3
-13
/
+3
*
Merge tag 'md-next-20230729' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jens Axboe
2023-07-29
15
-394
/
+431
|
\
|
*
md/md-bitmap: hold 'reconfig_mutex' in backlog_store()
Yu Kuai
2023-07-27
1
-0
/
+7
|
*
md/md-bitmap: remove unnecessary local variable in backlog_store()
Yu Kuai
2023-07-27
1
-2
/
+0
|
*
md/raid10: use dereference_rdev_and_rrdev() to get devices
Li Nan
2023-07-27
1
-10
/
+5
|
*
md/raid10: factor out dereference_rdev_and_rrdev()
Li Nan
2023-07-27
1
-9
/
+20
|
*
md/raid10: check replacement and rdev to prevent submit the same io twice
Li Nan
2023-07-27
1
-0
/
+2
|
*
md/raid1: Avoid lock contention from wake_up()
Jack Wang
2023-07-27
1
-6
/
+12
|
*
md: restore 'noio_flag' for the last mddev_resume()
Yu Kuai
2023-07-27
1
-2
/
+4
|
*
md: don't quiesce in mddev_suspend()
Yu Kuai
2023-07-27
1
-2
/
+0
|
*
md: remove redundant check in fix_read_error()
Li Nan
2023-07-27
2
-2
/
+2
|
*
md/raid10: optimize fix_read_error
Li Nan
2023-07-27
1
-10
/
+10
|
*
md/raid1: prioritize adding disk to 'removed' mirror
Li Nan
2023-07-27
1
-11
/
+15
|
*
md/md-faulty: enable io accounting
Yu Kuai
2023-07-27
1
-0
/
+2
|
*
md/md-linear: enable io accounting
Yu Kuai
2023-07-27
1
-0
/
+1
|
*
md/md-multipath: enable io accounting
Yu Kuai
2023-07-27
1
-0
/
+1
|
*
md/raid10: switch to use md_account_bio() for io accounting
Yu Kuai
2023-07-27
2
-12
/
+9
|
*
md/raid1: switch to use md_account_bio() for io accounting
Yu Kuai
2023-07-27
2
-9
/
+6
|
*
raid5: fix missing io accounting in raid5_align_endio()
Yu Kuai
2023-07-27
1
-21
/
+8
|
*
md: also clone new io if io accounting is disabled
Yu Kuai
2023-07-27
3
-43
/
+42
|
*
md: move initialization and destruction of 'io_acct_set' to md.c
Yu Kuai
2023-07-27
4
-63
/
+23
|
*
md: deprecate bitmap file support
Christoph Hellwig
2023-07-27
2
-1
/
+3
|
*
md: make bitmap file support optional
Christoph Hellwig
2023-07-27
3
-0
/
+32
|
*
md-bitmap: don't use ->index for pages backing the bitmap file
Christoph Hellwig
2023-07-27
2
-27
/
+39
|
*
md-bitmap: account for mddev->bitmap_info.offset in read_sb_page
Christoph Hellwig
2023-07-27
1
-9
/
+8
|
*
md-bitmap: cleanup read_sb_page
Christoph Hellwig
2023-07-27
1
-12
/
+11
|
*
md-bitmap: refactor md_bitmap_init_from_disk
Christoph Hellwig
2023-07-27
1
-71
/
+70
|
*
md-bitmap: rename read_page to read_file_page
Christoph Hellwig
2023-07-27
1
-6
/
+4
|
*
md-bitmap: split file writes into a separate helper
Christoph Hellwig
2023-07-27
1
-24
/
+24
|
*
md-bitmap: use %pD to print the file name in md_bitmap_file_kick
Christoph Hellwig
2023-07-27
1
-10
/
+2
|
*
md-bitmap: initialize variables at declaration time in md_bitmap_file_unmap
Christoph Hellwig
2023-07-27
1
-8
/
+4
|
*
md-bitmap: set BITMAP_WRITE_ERROR in write_sb_page
Christoph Hellwig
2023-07-27
1
-13
/
+8
|
*
md: enhance checking in md_check_recovery()
Yu Kuai
2023-07-27
1
-7
/
+15
|
*
md: wake up 'resync_wait' at last in md_reap_sync_thread()
Yu Kuai
2023-07-27
1
-1
/
+1
|
*
md: refactor idle/frozen_sync_thread() to fix deadlock
Yu Kuai
2023-07-27
2
-4
/
+21
|
*
md: add a mutex to synchronize idle and frozen in action_store()
Yu Kuai
2023-07-27
2
-0
/
+8
|
*
md: refactor action_store() for 'idle' and 'frozen'
Yu Kuai
2023-07-27
1
-16
/
+45
|
*
Revert "md: unlock mddev before reap sync_thread in action_store"
Yu Kuai
2023-07-27
2
-18
/
+2
|
/
*
block: cleanup bio_integrity_prep
Jinyoung Choi
2023-07-26
1
-5
/
+1
*
block: Improve performance for BLK_MQ_F_BLOCKING drivers
Bart Van Assche
2023-07-25
2
-7
/
+12
*
scsi: Remove a blk_mq_run_hw_queues() call
Bart Van Assche
2023-07-25
1
-1
/
+1
*
scsi: Inline scsi_kick_queue()
Bart Van Assche
2023-07-25
1
-7
/
+2
*
block: don't pass a bio to bio_try_merge_hw_seg
Christoph Hellwig
2023-07-25
1
-9
/
+7
*
block: move the bi_size update out of __bio_try_merge_page
Christoph Hellwig
2023-07-25
1
-37
/
+20
*
block: downgrade a bio_full call in bio_add_page
Christoph Hellwig
2023-07-25
1
-1
/
+1
*
block: move the bi_size overflow check in __bio_try_merge_page
Christoph Hellwig
2023-07-25
1
-4
/
+5
[prev]
[next]