index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
sbitmap: rewrite sbitmap_find_bit_in_index to reduce repeat code
Kemeng Shi
2023-01-29
1
-15
/
+15
*
sbitmap: remove redundant check in __sbitmap_queue_get_batch
Kemeng Shi
2023-01-29
1
-5
/
+3
*
sbitmap: remove unnecessary calculation of alloc_hint in __sbitmap_get_shallow
Kemeng Shi
2023-01-29
1
-7
/
+4
*
blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...
Yu Kuai
2023-01-29
2
-6
/
+30
*
blk-cgroup: support to track if policy is online
Yu Kuai
2023-01-29
2
-7
/
+18
*
blk-cgroup: dropping parent refcount after pd_free_fn() is done
Yu Kuai
2023-01-29
1
-2
/
+2
*
blk-mq: cleanup unused methods: blk_mq_hw_sysfs_store
Zhong Jinghua
2023-01-29
1
-24
/
+0
*
s390/dcssblk:: don't call bio_split_to_limits
Christoph Hellwig
2023-01-29
1
-4
/
+0
*
ps3vram: remove bio splitting
Christoph Hellwig
2023-01-29
1
-7
/
+0
*
block: treat poll queue enter similarly to timeouts
Jens Axboe
2023-01-29
1
-1
/
+10
*
blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()
Li Nan
2023-01-29
1
-2
/
+2
*
blk-iocost: fix divide by 0 error in calc_lcoefs()
Li Nan
2023-01-29
1
-3
/
+8
*
blk-iocost: read params inside lock in sysfs apis
Yu Kuai
2023-01-29
1
-0
/
+4
*
blk-iocost: don't allow to configure bio based device
Yu Kuai
2023-01-29
1
-0
/
+10
*
blk-iocost: check return value of match_u64()
Yu Kuai
2023-01-29
1
-1
/
+2
*
blk-iocost: avoid 64-bit division in ioc_timer_fn
Arnd Bergmann
2023-01-29
1
-3
/
+5
*
block: ublk: fix doc build warning
Ming Lei
2023-01-29
1
-0
/
+6
*
block: introduce bdev_zone_no helper
Pankaj Raghav
2023-01-29
2
-2
/
+6
*
block: add a new helper bdev_{is_zone_start, offset_from_zone_start}
Pankaj Raghav
2023-01-29
3
-3
/
+15
*
block: remove superfluous check for request queue in bdev_is_zoned()
Pankaj Raghav
2023-01-29
1
-6
/
+1
*
block: extend bio-cache for non-polled requests
Anuj Gupta
2023-01-29
1
-4
/
+2
*
nvme: set REQ_ALLOC_CACHE for uring-passthru request
Anuj Gupta
2023-01-29
1
-2
/
+2
*
ublk_drv: add mechanism for supporting unprivileged ublk device
Ming Lei
2023-01-29
3
-17
/
+220
*
ublk_drv: add module parameter of ublks_max for limiting max allowed ublk dev
Ming Lei
2023-01-29
1
-0
/
+19
*
ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVT
Ming Lei
2023-01-29
2
-1
/
+36
*
ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmd
Ming Lei
2023-01-29
1
-89
/
+49
*
ublk_drv: don't probe partitions if the ubq daemon isn't trusted
Ming Lei
2023-01-29
1
-0
/
+9
*
ublk_drv: remove nr_aborted_queues from ublk_device
Ming Lei
2023-01-29
1
-1
/
+0
*
block: don't allow multiple bios for IOCB_NOWAIT issue
Jens Axboe
2023-01-29
1
-3
/
+18
*
drbd: drbd_insert_interval(): Clarify comment
Andreas Gruenbacher
2023-01-29
1
-1
/
+1
*
drbd: interval tree: make removing an "empty" interval a no-op
Lars Ellenberg
2023-01-29
1
-0
/
+4
*
MAINTAINERS: add drbd headers
Christoph Böhmwalder
2023-01-29
1
-0
/
+1
*
drbd: remove macros using require_context
Christoph Böhmwalder
2023-01-29
1
-11
/
+1
*
drbd: remove unnecessary assignment in vli_encode_bits
Christoph Böhmwalder
2023-01-29
1
-1
/
+1
*
drbd: make limits unsigned
Christoph Böhmwalder
2023-01-29
1
-101
/
+101
*
drbd: fix DRBD_VOLUME_MAX 65535 -> 65534
Robert Altnoeder
2023-01-29
1
-1
/
+1
*
drbd: adjust drbd_limits license header
Christoph Böhmwalder
2023-01-29
1
-1
/
+1
*
drbd: split off drbd_config into separate file
Christoph Böhmwalder
2023-01-29
4
-7
/
+18
*
drbd: drop API_VERSION define
Christoph Böhmwalder
2023-01-29
5
-5
/
+4
*
drbd: split off drbd_buildtag into separate file
Christoph Böhmwalder
2023-01-29
3
-19
/
+23
*
block: add a BUILD_BUG_ON() for adding more bio flags than we have space
Jens Axboe
2023-01-29
1
-0
/
+2
*
block: save user max_sectors limit
Keith Busch
2023-01-29
4
-9
/
+25
*
block: make BLK_DEF_MAX_SECTORS unsigned
Keith Busch
2023-01-29
3
-4
/
+4
*
block, bfq: balance I/O injection among underutilized actuators
Davide Zini
2023-01-29
1
-5
/
+13
*
block, bfq: inject I/O to underutilized actuators
Davide Zini
2023-01-29
4
-40
/
+139
*
block, bfq: retrieve independent access ranges from request queue
Federico Gavioli
2023-01-29
2
-9
/
+58
*
block, bfq: split also async bfq_queues on a per-actuator basis
Davide Zini
2023-01-29
2
-22
/
+27
*
block, bfq: turn bfqq_data into an array in bfq_io_cq
Paolo Valente
2023-01-29
2
-45
/
+67
*
block, bfq: move io_cq-persistent bfqq data into a dedicated struct
Paolo Valente
2023-01-29
2
-80
/
+110
*
block, bfq: forbid stable merging of queues associated with different actuators
Paolo Valente
2023-01-29
1
-4
/
+9
[prev]
[next]