index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFX
Tao Chen
2015-04-07
3
-50
/
+49
*
xen-blkback: enlarge the array size of blkback name
Tao Chen
2015-04-07
1
-2
/
+5
*
nbd: Return error pointer directly
Markus Pargmann
2015-04-02
1
-5
/
+2
*
nbd: Return error code directly
Markus Pargmann
2015-04-02
1
-5
/
+2
*
nbd: Remove fixme that was already fixed
Markus Pargmann
2015-04-02
1
-6
/
+3
*
nbd: Restructure debugging prints
Markus Pargmann
2015-04-02
1
-66
/
+22
*
nbd: Fix device bytesize type
Markus Pargmann
2015-04-02
1
-1
/
+2
*
nbd: Replace kthread_create with kthread_run
Markus Pargmann
2015-04-02
1
-3
/
+3
*
nbd: Remove kernel internal header
Markus Pargmann
2015-04-02
2
-46
/
+22
*
Documentation: nbd: Add list of module parameters
Markus Pargmann
2015-04-02
1
-0
/
+10
*
Documentation: nbd: Reformat to allow more documentation
Markus Pargmann
2015-04-02
1
-15
/
+19
*
NVMe: increase depth of admin queue
Jens Axboe
2015-03-31
1
-1
/
+1
*
nvme: Fix PRP list calculation for non-4k system page size
Murali Iyer
2015-03-31
1
-2
/
+2
*
NVMe: Fix blk-mq hot cpu notification
Keith Busch
2015-03-31
1
-7
/
+5
*
NVMe: embedded iod mask cleanup
Chong Yuan
2015-03-31
1
-4
/
+3
*
NVMe: Freeze admin queue on device failure
Keith Busch
2015-03-31
1
-2
/
+3
*
block, drbd: use mempool_create_slab_pool()
David Rientjes
2015-03-25
1
-4
/
+3
*
block, drbd: fix drbd_req_new() initialization
David Rientjes
2015-03-25
1
-1
/
+2
*
brd: update maintainer to be Jens Axboe
Ross Zwisler
2015-03-17
1
-1
/
+1
*
blk-mq: don't wait in blk_mq_queue_enter() if __GFP_WAIT isn't set
Keith Busch
2015-03-13
1
-3
/
+6
*
blk-mq: export blk_mq_run_hw_queues
Mike Snitzer
2015-03-13
2
-4
/
+5
*
blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_disk
Mike Snitzer
2015-03-13
3
-10
/
+23
*
Merge branch 'for-linus' into for-4.1/core
Jens Axboe
2015-03-13
3
-8
/
+8
|
\
|
*
blk-mq: fix use of incorrect goto label in blk_mq_init_queue error path
Mike Snitzer
2015-03-13
1
-3
/
+3
|
*
Merge tag 'nbd_fixes_20150305' of git://git.pengutronix.de/git/mpa/linux-nbd ...
Jens Axboe
2015-03-05
1
-4
/
+4
|
|
\
|
|
*
nbd: fix possible memory leak
Sudip Mukherjee
2015-03-05
1
-4
/
+4
|
*
|
writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()
Tejun Heo
2015-03-04
1
-1
/
+1
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-03-13
18
-33
/
+63
|
\
\
\
|
*
|
|
memcg: disable hierarchy support if bound to the legacy cgroup hierarchy
Vladimir Davydov
2015-03-13
1
-1
/
+3
|
*
|
|
mm: reorder can_do_mlock to fix audit denial
Jeff Vander Stoep
2015-03-13
1
-2
/
+2
|
*
|
|
kasan, module: move MODULE_ALIGN macro into <linux/moduleloader.h>
Andrey Ryabinin
2015-03-13
2
-4
/
+8
|
*
|
|
kasan, module, vmalloc: rework shadow allocation for modules
Andrey Ryabinin
2015-03-13
5
-7
/
+16
|
*
|
|
fanotify: fix event filtering with FAN_ONDIR set
Suzuki K. Poulose
2015-03-13
1
-1
/
+2
|
*
|
|
mm/nommu.c: export symbol max_mapnr
gchen gchen
2015-03-13
1
-0
/
+1
|
*
|
|
arch/c6x/include/asm/pgtable.h: define dummy pgprot_writecombine for !MMU
Chen Gang
2015-03-13
1
-0
/
+5
|
*
|
|
nilfs2: fix deadlock of segment constructor during recovery
Ryusuke Konishi
2015-03-13
1
-3
/
+4
|
*
|
|
mm: cma: fix CMA aligned offset calculation
Danesh Petigara
2015-03-13
1
-5
/
+7
|
*
|
|
mm, hugetlb: close race when setting PageTail for gigantic pages
David Rientjes
2015-03-13
1
-1
/
+3
|
*
|
|
mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabled
Michal Hocko
2015-03-13
1
-1
/
+2
|
*
|
|
drivers/rtc/rtc-s3c.c: add .needs_src_clk to s3c6410 RTC data
Javier Martinez Canillas
2015-03-13
1
-0
/
+1
|
*
|
|
ocfs2: make append_dio an incompat feature
Mark Fasheh
2015-03-13
2
-8
/
+9
*
|
|
|
mm: thp: Return the correct value for change_huge_pmd
Mel Gorman
2015-03-12
1
-2
/
+2
|
/
/
/
*
|
|
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2015-03-12
1
-3
/
+0
|
\
\
\
|
*
|
|
Revert "i2c: core: Dispose OF IRQ mapping at client removal time"
Jakub Kicinski
2015-03-12
1
-3
/
+0
*
|
|
|
Merge tag 'pci-v4.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-03-12
2
-4
/
+5
|
\
\
\
\
|
*
|
|
|
PCI: xgene: Add register offset to config space base address
Feng Kan
2015-03-06
1
-2
/
+2
|
*
|
|
|
PCI: Don't read past the end of sysfs "driver_override" buffer
Sasha Levin
2015-02-25
1
-2
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'microblaze-4.0-rc4' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2015-03-12
1
-3
/
+4
|
\
\
\
\
|
*
|
|
|
microblaze: Fix syscall error recovery for invalid syscall IDs
Jamie Garside
2015-03-04
1
-1
/
+2
|
*
|
|
|
microblaze: Coding style cleanup
Michal Simek
2015-03-04
1
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
[next]