index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-03
rnbd-clt: check capacity inside rnbd_clt_change_capacity
Guoqing Jiang
1
-6
/
+7
2022-08-03
rnbd-clt: adjust the layout of struct rnbd_clt_dev
Guoqing Jiang
1
-2
/
+2
2022-08-03
rnbd-clt: reduce the size of struct rnbd_clt_dev
Guoqing Jiang
2
-74
/
+55
2022-08-03
rnbd-clt: kill read_only from struct rnbd_clt_dev
Guoqing Jiang
2
-7
/
+2
2022-08-03
rnbd-clt: don't free rsp in msg_open_conf for map scenario
Guoqing Jiang
1
-4
/
+14
2022-08-03
rnbd-clt: open code send_msg_open in rnbd_clt_map_device
Guoqing Jiang
1
-2
/
+41
2022-08-03
block: null_blk: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-4
/
+3
2022-08-03
md: Fix spelling mistake in comments
Zhang Jiaming
1
-2
/
+2
2022-08-03
md/raid5: Increase restriction on max segments per request
Logan Gunthorpe
1
-0
/
+3
2022-08-03
md/raid5: Improve debug prints
Logan Gunthorpe
1
-2
/
+6
2022-08-03
md/raid5: Pivot raid5_make_request()
Logan Gunthorpe
1
-6
/
+83
2022-08-03
md/raid5: Check all disks in a stripe_head for reshape progress
Logan Gunthorpe
1
-14
/
+39
2022-08-03
md/raid5: Refactor add_stripe_bio()
Logan Gunthorpe
1
-30
/
+56
2022-08-03
md/raid5: Keep a reference to last stripe_head for batch
Logan Gunthorpe
1
-12
/
+40
2022-08-03
md/raid5: Refactor for loop in raid5_make_request() into while loop
Logan Gunthorpe
1
-4
/
+5
2022-08-03
md/raid5: Move read_seqcount_begin() into make_stripe_request()
Logan Gunthorpe
1
-7
/
+5
2022-08-03
md/raid5: Drop the do_prepare flag in raid5_make_request()
Logan Gunthorpe
1
-6
/
+2
2022-08-03
md/raid5: Factor out helper from raid5_make_request() loop
Logan Gunthorpe
1
-98
/
+133
2022-08-03
md/raid5: Move common stripe get code into new find_get_stripe() helper
Logan Gunthorpe
1
-67
/
+64
2022-08-03
md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio()
Logan Gunthorpe
1
-2
/
+3
2022-08-03
md/raid5: Refactor raid5_make_request loop
Logan Gunthorpe
1
-54
/
+55
2022-08-03
md/raid5: Factor out ahead_of_reshape() function
Logan Gunthorpe
1
-12
/
+15
2022-08-03
md/raid5: Make logic blocking check consistent with logic that blocks
Logan Gunthorpe
1
-1
/
+1
2022-08-03
md: unlock mddev before reap sync_thread in action_store
Guoqing Jiang
2
-2
/
+18
2022-08-03
md: Explicitly create command-line configured devices
Chris Webb
3
-1
/
+3
2022-08-03
md: Notify sysfs sync_completed in md_reap_sync_thread()
Logan Gunthorpe
1
-0
/
+1
2022-08-03
md: Ensure resync is reported after it starts
Logan Gunthorpe
1
-2
/
+12
2022-08-03
md: Use enum for overloaded magic numbers used by mddev->curr_resync
Logan Gunthorpe
2
-22
/
+33
2022-08-03
md/raid5-cache: Annotate pslot with __rcu notation
Logan Gunthorpe
1
-2
/
+2
2022-08-03
md/raid5-cache: Clear conf->log after finishing work
Logan Gunthorpe
1
-2
/
+3
2022-08-03
md/raid5-cache: Drop RCU usage of conf->log
Logan Gunthorpe
1
-11
/
+5
2022-08-03
md/raid5-cache: Take mddev_lock in r5c_journal_mode_show()
Logan Gunthorpe
1
-6
/
+9
2022-08-03
md/raid5: suspend the array for calls to log_exit()
Logan Gunthorpe
1
-1
/
+4
2022-08-03
md/raid5-ppl: Drop unused argument from ppl_handle_flush_request()
Logan Gunthorpe
2
-3
/
+3
2022-08-03
md/raid5-log: Drop extern decorators for function prototypes
Logan Gunthorpe
1
-39
/
+36
2022-08-03
drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumes
Lars Ellenberg
1
-7
/
+42
2022-08-03
Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
19
-394
/
+676
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
121
-856
/
+2130
2022-08-02
Merge tag 'thermal-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
25
-358
/
+255
2022-08-02
Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
24
-108
/
+570
2022-08-02
Merge tag 'acpi-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
34
-636
/
+725
2022-08-02
Merge tag 'hwmon-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
24
-1190
/
+2809
2022-08-02
Merge tag 'pwm/for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-161
/
+289
2022-08-02
Merge tag 'spi-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
31
-578
/
+1807
2022-08-02
Merge tag 'regulator-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
16
-27
/
+1487
2022-08-02
Merge tag 'regmap-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
3
-139
/
+331
2022-08-02
Merge tag 'arm-newsoc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
7
-34
/
+683
2022-08-02
Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
71
-561
/
+5585
2022-08-02
Merge tag 'arm-soc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-4
/
+17
2022-08-01
Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
31
-474
/
+2228
[next]