index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-04
nvmet: add plugging for read/write when ns is bdev
Christoph Hellwig
1
-0
/
+3
2019-11-04
nvmet: clean up command parsing a bit
Christoph Hellwig
2
-5
/
+6
2019-11-04
nvme-pci: Spelling s/resdicovered/rediscovered/
Geert Uytterhoeven
1
-1
/
+1
2019-11-04
nvmet: fill discovery controller sn, fr and mn correctly
Sagi Grimberg
1
-1
/
+7
2019-11-04
nvmet: Open code nvmet_req_execute()
Christoph Hellwig
6
-15
/
+8
2019-11-04
nvmet: Remove the data_len field from the nvmet_req struct
Christoph Hellwig
7
-39
/
+86
2019-11-04
nvmet: Introduce nvmet_dsm_len() helper
Christoph Hellwig
2
-2
/
+7
2019-11-04
nvmet: Cleanup discovery execute handlers
Christoph Hellwig
1
-25
/
+19
2019-11-04
nvmet: Introduce common execute function for get_log_page and identify
Christoph Hellwig
1
-43
/
+50
2019-11-04
nvmet-tcp: Don't set the request's data_len
Logan Gunthorpe
1
-4
/
+2
2019-11-04
nvmet-tcp: Don't check data_len in nvmet_tcp_map_data()
Logan Gunthorpe
1
-1
/
+1
2019-11-04
nvme: Introduce nvme_lba_to_sect()
Damien Le Moal
2
-7
/
+15
2019-11-04
nvme: Cleanup and rename nvme_block_nr()
Damien Le Moal
2
-5
/
+8
2019-11-04
nvme: resync include/linux/nvme.h with nvmecli
Revanth Rajashekar
1
-3
/
+50
2019-11-04
nvme: move common call to nvme_cleanup_cmd to core layer
Max Gurtovoy
5
-11
/
+8
2019-11-04
nvme: introduce "Command Aborted By host" status code
Max Gurtovoy
3
-1
/
+3
2019-11-04
nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyed
Israel Rukshin
1
-2
/
+2
2019-11-04
nvmet: add unlikely check at nvmet_req_alloc_sgl
Israel Rukshin
1
-1
/
+1
2019-11-04
nvmet: use bio_io_error instead of duplicating it
Israel Rukshin
1
-5
/
+3
2019-11-04
nvme: introduce nvme_is_aen_req function
Israel Rukshin
5
-8
/
+12
2019-11-04
nvme-fc: ensure association_id is cleared regardless of a Disconnect LS
James Smart
1
-3
/
+3
2019-11-04
nvme-fc: clarify error messages
James Smart
1
-5
/
+6
2019-11-04
nvme-fc: Set new cmd set indicator in nvme-fc cmnd iu
James Smart
1
-0
/
+5
2019-11-04
nvme-fc and nvmet-fc: sync with FC-NVME-2 header changes
James Smart
2
-25
/
+26
2019-11-04
nvme-fc: Sync nvme-fc header to FC-NVME-2
James Smart
1
-45
/
+137
2019-11-01
loop: fix no-unmap write-zeroes request behavior
Darrick J. Wong
1
-8
/
+18
2019-10-25
block: mtip32xx: Spelling s/configration/configuration/
Geert Uytterhoeven
1
-1
/
+1
2019-10-24
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
9
-29
/
+76
2019-10-24
md: no longer compare spare disk superblock events in super_load
Yufen Yu
1
-6
/
+51
2019-10-24
md: improve handling of bio with REQ_PREFLUSH in md_flush_request()
David Jeffery
8
-21
/
+23
2019-10-24
md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bit
Guoqing Jiang
1
-1
/
+1
2019-10-24
md/raid0: Fix an error message in raid0_make_request()
Dan Carpenter
1
-1
/
+1
2019-10-17
null_blk: return fixed zoned reads > write pointer
Ajay Joshi
3
-3
/
+52
2019-10-07
null_blk: Enable modifying 'submit_queues' after an instance has been configured
Bart Van Assche
1
-25
/
+50
2019-10-07
null_blk: Improve nullb_device_##NAME##_store() readability
Bart Van Assche
1
-3
/
+4
2019-10-06
Linux 5.4-rc2
v5.4-rc2
Linus Torvalds
1
-2
/
+2
2019-10-06
elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
Linus Torvalds
1
-10
/
+3
2019-10-06
Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+2
2019-10-05
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
14
-144
/
+53
2019-10-05
Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
15
-86
/
+41
2019-10-05
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
15
-80
/
+193
2019-10-05
Merge branch 'readdir' (readdir speedup and sanity checking)
Linus Torvalds
1
-35
/
+133
2019-10-05
Make filldir[64]() verify the directory entry filename is valid
Linus Torvalds
1
-0
/
+40
2019-10-05
Convert filldir[64]() from __put_user() to unsafe_put_user()
Linus Torvalds
1
-35
/
+93
2019-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
99
-281
/
+539
2019-10-05
Merge tag 's390-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
17
-53
/
+83
2019-10-05
KVM: s390: mark __insn32_query() as __always_inline
Heiko Carstens
1
-1
/
+1
2019-10-05
KVM: s390: fix __insn32_query() inline assembly
Heiko Carstens
1
-3
/
+3
2019-10-05
dma-mapping: fix false positivse warnings in dma_common_free_remap()
Andrey Smirnov
1
-2
/
+2
2019-10-05
kheaders: make headers archive reproducible
Dmitry Goldin
2
-5
/
+13
[next]