Age | Commit message (Expand) | Author | Files | Lines |
2021-02-23 | scsi: target: core: Add cmd length set before cmd complete | Aleksandr Miloserdov | 1 | -0/+1 |
2021-02-09 | scsi: libiscsi: Add helper to calculate max SCSI cmds per session | Mike Christie | 1 | -0/+2 |
2021-02-09 | scsi: libiscsi: Drop taskqueuelock | Mike Christie | 1 | -2/+2 |
2021-01-27 | scsi: target: core: Change ASCQ for residual write | Anastasia Kovaleva | 1 | -0/+1 |
2021-01-23 | scsi: libsas: Remove temporarily-added _gfp() API variants | Ahmed S. Darwish | 1 | -4/+0 |
2021-01-23 | scsi: libsas: Add gfp_t flags parameter to event notifications | Ahmed S. Darwish | 1 | -2/+4 |
2021-01-23 | scsi: libsas: Introduce a _gfp() variant of event notifiers | Ahmed S. Darwish | 1 | -0/+4 |
2021-01-23 | scsi: libsas: Remove notifier indirection | John Garry | 1 | -4/+3 |
2021-01-23 | scsi: core: Add 'set_status_byte()' accessor | Hannes Reinecke | 1 | -0/+5 |
2021-01-23 | scsi: aic7xxx: aic79xx: Drop internal SCSI message definition | Hannes Reinecke | 1 | -0/+1 |
2021-01-15 | scsi: scsi_transport_fc: Add a new rport state FC_PORTSTATE_MARGINAL | Muneendra Kumar | 1 | -1/+3 |
2021-01-15 | scsi: core: No retries on abort success | Muneendra Kumar | 1 | -0/+6 |
2021-01-15 | scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.h | Muneendra Kumar | 1 | -0/+1 |
2021-01-08 | scsi: ufs: Make UPIU trace easier differentiate among CDB, OSF, and TM | Bean Huo | 1 | -3/+15 |
2021-01-08 | scsi: ufs: Use __print_symbolic() for UFS trace string print | Bean Huo | 1 | -19/+35 |
2021-01-08 | scsi: ufs: Remove stringize operator '#' restriction | Bean Huo | 1 | -20/+20 |
2021-01-01 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2 | -7/+15 |
2020-12-30 | Merge tag 'ceph-for-5.11-rc2' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -2/+2 |
2020-12-30 | kdev_t: always inline major/minor helper functions | Josh Poimboeuf | 1 | -11/+11 |
2020-12-30 | sizes.h: add SZ_8G/SZ_16G/SZ_32G macros | Huang Shijie | 1 | -0/+3 |
2020-12-30 | local64.h: make <asm/local64.h> mandatory | Randy Dunlap | 1 | -0/+1 |
2020-12-30 | mm: memmap defer init doesn't work as expected | Baoquan He | 1 | -2/+3 |
2020-12-30 | mm: add prototype for __add_to_page_cache_locked() | Souptick Joarder | 1 | -0/+7 |
2020-12-30 | Revert "kbuild: avoid static_assert for genksyms" | Masahiro Yamada | 1 | -5/+0 |
2020-12-28 | libceph: add __maybe_unused to DEFINE_MSGR2_FEATURE | Ilya Dryomov | 1 | -2/+2 |
2020-12-25 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
2020-12-25 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -3/+11 |
2020-12-25 | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -25/+24 |
2020-12-24 | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -7/+26 |
2020-12-24 | Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+15 |
2020-12-24 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -19/+26 |
2020-12-24 | Merge tag 'tag-chrome-platform-for-v5.11' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -0/+155 |
2020-12-23 | Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 3 | -3/+22 |
2020-12-23 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 7 | -108/+286 |
2020-12-23 | Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -0/+14 |
2020-12-22 | kasan, mm: allow cache merging with no metadata | Andrey Konovalov | 1 | -2/+19 |
2020-12-22 | kasan, mm: rename kasan_poison_kfree | Andrey Konovalov | 1 | -8/+8 |
2020-12-22 | kasan, mm: check kasan_enabled in annotations | Andrey Konovalov | 2 | -53/+182 |
2020-12-22 | kasan: open-code kasan_unpoison_slab | Andrey Konovalov | 1 | -6/+0 |
2020-12-22 | kasan: inline kasan_reset_tag for tag-based modes | Andrey Konovalov | 1 | -1/+4 |
2020-12-22 | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK | Andrey Konovalov | 1 | -4/+6 |
2020-12-22 | kasan, arm64: implement HW_TAGS runtime | Andrey Konovalov | 3 | -9/+19 |
2020-12-22 | kasan, arm64: expand CONFIG_KASAN checks | Andrey Konovalov | 4 | -6/+8 |
2020-12-22 | kasan, arm64: rename kasan_init_tags and mark as __init | Andrey Konovalov | 1 | -2/+2 |
2020-12-22 | kasan, arm64: only use kasan_depth for software modes | Andrey Konovalov | 2 | -10/+10 |
2020-12-22 | kasan: rename (un)poison_shadow to (un)poison_range | Andrey Konovalov | 1 | -3/+3 |
2020-12-22 | kasan: shadow declarations only for software modes | Andrey Konovalov | 1 | -16/+32 |
2020-12-22 | kasan: group vmalloc code | Andrey Konovalov | 1 | -18/+23 |
2020-12-22 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 3 | -3/+22 |
2020-12-21 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 14 | -14/+472 |