index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-01
dcssblk: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-18
/
+8
2021-06-01
ps3vram: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-23
/
+8
2021-06-01
n64cart: convert to blk_alloc_disk
Christoph Hellwig
1
-5
/
+1
2021-06-01
simdisk: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-22
/
+7
2021-06-01
nfblock: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-15
/
+5
2021-06-01
nvme-multipath: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
2
-33
/
+13
2021-06-01
nvdimm-pmem: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-10
/
+5
2021-06-01
nvdimm-btt: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
2
-19
/
+7
2021-06-01
nvdimm-blk: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-20
/
+6
2021-06-01
md: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-16
/
+9
2021-06-01
dm: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-9
/
+7
2021-06-01
bcache: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-11
/
+4
2021-06-01
lightnvm: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-18
/
+5
2021-06-01
zram: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-15
/
+4
2021-06-01
rsxx: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
2
-25
/
+15
2021-06-01
pktcdvd: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-7
/
+4
2021-06-01
drbd: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-15
/
+8
2021-06-01
brd: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-61
/
+33
2021-06-01
block: add blk_alloc_disk and blk_cleanup_disk APIs
Christoph Hellwig
2
-0
/
+57
2021-06-01
block: add a flag to make put_disk on partially initalized disks safer
Christoph Hellwig
2
-2
/
+6
2021-06-01
block: automatically enable GENHD_FL_EXT_DEVT
Christoph Hellwig
10
-13
/
+2
2021-06-01
block: move the DISK_MAX_PARTS sanity check into __device_add_disk
Christoph Hellwig
1
-7
/
+6
2021-06-01
block: refactor device number setup in __device_add_disk
Christoph Hellwig
3
-66
/
+49
2021-05-24
blk-mq: Use request queue-wide tags for tagset-wide sbitmap
John Garry
5
-21
/
+76
2021-05-24
blk-mq: Some tag allocation code refactoring
John Garry
3
-25
/
+40
2021-05-24
blk-mq: clearing flush request reference in tags->rqs[]
Ming Lei
1
-1
/
+34
2021-05-24
blk-mq: clear stale request in tags->rq[] before freeing one request pool
Ming Lei
3
-7
/
+54
2021-05-24
blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter
Ming Lei
3
-16
/
+43
2021-05-24
block: avoid double io accounting for flush request
Ming Lei
1
-2
/
+1
2021-05-24
block: remove unneeded parenthesis from blk-sysfs
Max Gurtovoy
1
-8
/
+8
2021-05-24
blkcg: drop CLONE_IO check in blkcg_can_attach()
Tejun Heo
1
-27
/
+0
2021-05-24
aoe: remove unnecessary mutex_init()
Yang Yingliang
1
-2
/
+0
2021-05-24
block_dump: remove comments in docs
zhangyi (F)
2
-19
/
+0
2021-05-24
block_dump: remove block_dump feature
zhangyi (F)
4
-23
/
+0
2021-05-24
block_dump: remove block_dump feature in mark_inode_dirty()
zhangyi (F)
1
-25
/
+0
2021-05-23
Linux 5.13-rc3
Linus Torvalds
1
-1
/
+1
2021-05-23
Merge tag 'perf-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-9
/
+31
2021-05-23
Merge tag 'locking-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-13
/
+19
2021-05-23
Merge tag 'irq-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-11
/
+10
2021-05-23
Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-57
/
+92
2021-05-23
Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
5
-46
/
+82
2021-05-22
Merge tag 'kbuild-fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
4
-28
/
+32
2021-05-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
18
-75
/
+74
2021-05-22
userfaultfd: hugetlbfs: fix new flag usage in error path
Mike Kravetz
2
-15
/
+15
2021-05-22
lib: kunit: suppress a compilation warning of frame size
Zhen Lei
1
-0
/
+1
2021-05-22
proc: remove Alexey from MAINTAINERS
Alexey Dobriyan
1
-1
/
+0
2021-05-22
linux/bits.h: fix compilation error with GENMASK
Rikard Falkeborn
5
-10
/
+20
2021-05-22
watchdog: reliable handling of timestamps
Petr Mladek
1
-14
/
+20
2021-05-22
kasan: slab: always reset the tag in get_freepointer_safe()
Alexander Potapenko
1
-0
/
+1
2021-05-22
tools/testing/selftests/exec: fix link error
Yang Yingliang
1
-3
/
+3
[next]