index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-24
block: Add alternative_gpt_sector() operation
Dmitry Osipenko
1
-0
/
+7
2021-08-23
block: add error handling for device_add_disk / add_disk
Luis Chamberlain
1
-4
/
+4
2021-08-23
block: add an explicit ->disk backpointer to the request_queue
Christoph Hellwig
1
-3
/
+2
2021-08-23
block: hold a request_queue reference for the lifetime of struct gendisk
Christoph Hellwig
1
-1
/
+0
2021-08-23
block: pass a request_queue to __blk_alloc_disk
Christoph Hellwig
1
-1
/
+2
2021-08-23
block: remove the minors argument to __alloc_disk_node
Christoph Hellwig
1
-2
/
+1
2021-08-23
block: remove alloc_disk and alloc_disk_node
Christoph Hellwig
1
-10
/
+0
2021-08-23
block: cleanup the lockdep handling in *alloc_disk
Christoph Hellwig
2
-24
/
+9
2021-08-18
block: fix default IO priority handling
Damien Le Moal
1
-1
/
+6
2021-08-18
block: change ioprio_valid() to an inline function
Damien Le Moal
1
-0
/
+10
2021-08-16
blk-cgroup: stop using seq_get_buf
Christoph Hellwig
1
-2
/
+2
2021-08-16
bvec: add a bvec_virt helper
Christoph Hellwig
1
-0
/
+12
2021-08-12
block: remove GENHD_FL_UP
Christoph Hellwig
1
-4
/
+5
2021-08-11
block: move some macros to blkdev.h
Guoqing Jiang
2
-1
/
+4
2021-08-10
writeback: make the laptop_mode prototypes available unconditionally
Christoph Hellwig
1
-5
/
+0
2021-08-09
block: return ELEVATOR_DISCARD_MERGE if possible
Ming Lei
1
-0
/
+16
2021-08-09
block: remove the bd_bdi in struct block_device
Christoph Hellwig
2
-2
/
+1
2021-08-09
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
2
-3
/
+1
2021-08-09
block: add a queue_has_disk helper
Christoph Hellwig
1
-0
/
+1
2021-08-09
block: pass a gendisk to blk_queue_update_readahead
Christoph Hellwig
1
-1
/
+1
2021-08-09
block: remove support for delayed queue registrations
Christoph Hellwig
1
-6
/
+0
2021-08-09
block: support delayed holder registration
Christoph Hellwig
1
-0
/
+5
2021-08-09
block: look up holders by bdev
Christoph Hellwig
2
-4
/
+3
2021-08-09
block: make the block holder code optional
Christoph Hellwig
2
-3
/
+3
2021-08-05
blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flag
Bart Van Assche
1
-0
/
+6
2021-08-02
block: add a helper to raise a media changed event
Matteo Croce
1
-0
/
+1
2021-08-02
block: add disk sequence number
Matteo Croce
1
-0
/
+2
2021-08-02
block: remove cmdline-parser.c
Christoph Hellwig
1
-46
/
+0
2021-08-02
block: remove bdput
Christoph Hellwig
1
-1
/
+0
2021-08-02
block: remove bdgrab
Christoph Hellwig
1
-1
/
+0
2021-08-02
block: remove bvec_kmap_irq and bvec_kunmap_irq
Christoph Hellwig
1
-42
/
+0
2021-08-02
bvec: add memcpy_{from,to}_bvec and memzero_bvec helper
Christoph Hellwig
1
-0
/
+33
2021-08-02
bvec: add a bvec_kmap_local helper
Christoph Hellwig
1
-0
/
+13
2021-08-02
bvec: fix the include guards for bvec.h
Christoph Hellwig
1
-3
/
+3
2021-08-02
ioprio: move user space relevant ioprio bits to UAPI includes
Oliver Hartkopp
1
-40
/
+1
2021-07-30
Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-20
/
+53
2021-07-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
1
-0
/
+2
2021-07-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-20
/
+53
2021-07-29
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
1
-1
/
+1
2021-07-29
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
1
-0
/
+15
2021-07-27
bpf, sockmap: Fix memleak on ingress msg enqueue
John Fastabend
1
-19
/
+35
2021-07-27
Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2021-07-24
Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-07-23
memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions
Mike Rapoport
1
-2
/
+2
2021-07-23
mm: use kmap_local_page in memzero_page
Christoph Hellwig
1
-2
/
+2
2021-07-23
mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()
Christoph Hellwig
1
-0
/
+2
2021-07-22
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-25
/
+1
2021-07-21
Merge tag 'regulator-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2021-07-21
cgroup1: fix leaked context root causing sporadic NULL deref in LTP
Paul Gortmaker
1
-0
/
+1
2021-07-21
Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"
Jonathan Marek
1
-25
/
+1
[next]