index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-mq-debugfs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-01
block: grab a device refcount in disk_uevent
Christoph Hellwig
1
-2
/
+2
2021-07-01
s390/dasd: Avoid field over-reading memcpy()
Kees Cook
2
-3
/
+5
2021-07-01
dasd: unexport dasd_set_target_state
Christoph Hellwig
1
-1
/
+0
2021-07-01
block: check disk exist before trying to add partition
Yufen Yu
1
-7
/
+16
2021-06-30
ubd: remove dead code in ubd_setup_common
Christoph Hellwig
1
-10
/
+0
2021-06-30
nvme: use return value from blk_execute_rq()
Keith Busch
4
-18
/
+33
2021-06-30
block: return errors from blk_execute_rq()
Keith Busch
2
-3
/
+8
2021-06-30
nvme: use blk_execute_rq() for passthrough commands
Keith Busch
8
-47
/
+19
2021-06-30
block: support polling through blk_execute_rq
Keith Busch
1
-1
/
+17
2021-06-30
block: remove REQ_OP_SCSI_{IN,OUT}
Christoph Hellwig
14
-51
/
+19
2021-06-30
block: mark blk_mq_init_queue_data static
Christoph Hellwig
2
-4
/
+1
2021-06-30
loop: rewrite loop_exit using idr_for_each_entry
Christoph Hellwig
1
-9
/
+5
2021-06-30
loop: split loop_lookup
Christoph Hellwig
1
-45
/
+12
2021-06-30
loop: don't allow deleting an unspecified loop device
Christoph Hellwig
1
-0
/
+5
2021-06-30
loop: move loop_ctl_mutex locking into loop_add
Christoph Hellwig
1
-24
/
+13
2021-06-30
loop: split loop_control_ioctl
Christoph Hellwig
1
-33
/
+60
2021-06-30
loop: don't call loop_lookup before adding a loop device
Christoph Hellwig
1
-8
/
+1
2021-06-30
loop: remove the l argument to loop_add
Christoph Hellwig
1
-7
/
+5
2021-06-30
loop: reduce loop_ctl_mutex coverage in loop_exit
Christoph Hellwig
1
-2
/
+3
2021-06-30
loop: reorder loop_exit
Christoph Hellwig
1
-5
/
+2
2021-06-30
mmc: initialized disk->minors
Christoph Hellwig
1
-0
/
+1
2021-06-30
mmc: switch to blk_mq_alloc_disk
Christoph Hellwig
3
-25
/
+14
2021-06-30
mmc: remove an extra blk_{get,put}_queue pair
Christoph Hellwig
1
-13
/
+1
2021-06-30
nbd: provide a way for userspace processes to identify device backends
Prasanna Kumar Kalever
2
-1
/
+60
2021-06-30
ubd: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
1
-30
/
+14
2021-06-30
ubd: remove the code to register as the legacy IDE driver
Christoph Hellwig
1
-94
/
+12
2021-06-30
null_blk: remove an unused variable assignment in null_add_dev
Christoph Hellwig
1
-1
/
+0
2021-06-30
mtip32xx: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
1
-44
/
+27
2021-06-30
mtip32xx: simplify sysfs setup
Christoph Hellwig
1
-64
/
+15
2021-06-29
mm,hwpoison: make get_hwpoison_page() call get_any_page()
Naoya Horiguchi
2
-85
/
+111
2021-06-29
mm,hwpoison: send SIGBUS with error virutal address
Naoya Horiguchi
3
-3
/
+165
2021-06-29
mm/page_alloc: split pcp->high across all online CPUs for cpuless nodes
Mel Gorman
1
-5
/
+9
2021-06-29
mm/page_alloc: allow high-order pages to be stored on the per-cpu lists
Mel Gorman
4
-49
/
+144
2021-06-29
mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM
Mike Rapoport
5
-11
/
+7
2021-06-29
mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
Mike Rapoport
36
-69
/
+59
2021-06-29
docs: remove description of DISCONTIGMEM
Mike Rapoport
2
-49
/
+8
2021-06-29
arch, mm: remove stale mentions of DISCONIGMEM
Mike Rapoport
7
-27
/
+6
2021-06-29
mm: remove CONFIG_DISCONTIGMEM
Mike Rapoport
4
-71
/
+12
2021-06-29
m68k: remove support for DISCONTIGMEM
Mike Rapoport
5
-76
/
+1
2021-06-29
arc: remove support for DISCONTIGMEM
Mike Rapoport
3
-61
/
+0
2021-06-29
arc: update comment about HIGHMEM implementation
Mike Rapoport
1
-8
/
+5
2021-06-29
alpha: remove DISCONTIGMEM and NUMA
Mike Rapoport
15
-540
/
+4
2021-06-29
mm/page_alloc: move free_the_page
Mel Gorman
1
-8
/
+8
2021-06-29
mm/page_alloc: fix counting of managed_pages
Liu Shixin
1
-6
/
+6
2021-06-29
mm/page_alloc: improve memmap_pages dbg msg
Dong Aisheng
1
-1
/
+1
2021-06-29
mm: drop SECTION_SHIFT in code comments
Dong Aisheng
1
-2
/
+0
2021-06-29
mm/page_alloc: introduce vm.percpu_pagelist_high_fraction
Mel Gorman
4
-7
/
+94
2021-06-29
mm/page_alloc: limit the number of pages on PCP lists when reclaim is active
Mel Gorman
3
-1
/
+54
2021-06-29
mm/page_alloc: scale the number of pages that are batch freed
Mel Gorman
2
-3
/
+41
2021-06-29
mm/page_alloc: adjust pcp->high after CPU hotplug events
Mel Gorman
3
-13
/
+29
[next]