Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f18c17c889e2d3a9fa079ca883534b41d9dd3155
f18c17c
skd: Enable request tags for the block layer queue
by Bart Van Assche
· 7 years ago
32494df
skd: Initialize skd_special_context.req.n_sg to one
by Bart Van Assche
· 7 years ago
57adf55
skd: Remove dead code
by Bart Van Assche
· 7 years ago
6321412
skd: Remove SG IO support
by Bart Van Assche
· 7 years ago
8fe7006
skd: Convert explicit skd_request_fn() calls
by Bart Van Assche
· 7 years ago
3d17a67
skd: Rework request failing code path
by Bart Van Assche
· 7 years ago
cb6981b
skd: Move a function definition
by Bart Van Assche
· 7 years ago
fb4844b
skb: Use symbolic names for SCSI opcodes
by Bart Van Assche
· 7 years ago
01433d0
skd: Use kcalloc() instead of kzalloc() with multiply
by Bart Van Assche
· 7 years ago
85e3411
skd: Remove superfluous occurrences of the 'volatile' keyword
by Bart Van Assche
· 7 years ago
feb8971
skd: Remove a redundant init_timer() call
by Bart Van Assche
· 7 years ago
06f824c4
skd: Use for_each_sg()
by Bart Van Assche
· 7 years ago
79ce12a
skd: Drop second argument of skd_recover_requests()
by Bart Van Assche
· 7 years ago
c830da8
skd: Remove superfluous initializations from skd_isr_completion_posted()
by Bart Van Assche
· 7 years ago
b1824ee
skd: Simplify the code for handling data direction
by Bart Van Assche
· 7 years ago
0b2e0c0
skd: Use ARRAY_SIZE() where appropriate
by Bart Van Assche
· 7 years ago
1cd3c1a
skd: Make the skd_isr() code more brief
by Bart Van Assche
· 7 years ago
53e617e
skd: Use __packed only when needed
by Bart Van Assche
· 7 years ago
16a7053
skd: Check structure sizes at build time
by Bart Van Assche
· 7 years ago
d891fe6
skd: Use a structure instead of hardcoding structure offsets
by Bart Van Assche
· 7 years ago
6507f43
skd: Simplify the code for allocating DMA message buffers
by Bart Van Assche
· 7 years ago
fe4fd72
skd: Simplify the code for deciding whether or not to send a FIT msg
by Bart Van Assche
· 7 years ago
19fc85c
skd: Reorder the code in skd_process_request()
by Bart Van Assche
· 7 years ago
7f13bda
skd: Fix size argument in skd_free_skcomp()
by Bart Van Assche
· 7 years ago
6f7c767
skd: Introduce SKD_SKCOMP_SIZE
by Bart Van Assche
· 7 years ago
2da7b40
skd: Introduce the symbolic constant SKD_MAX_REQ_PER_MSG
by Bart Van Assche
· 7 years ago
760b48c
skd: Document locking assumptions
by Bart Van Assche
· 7 years ago
4854afe
skd: Fix endianness annotations
by Bart Van Assche
· 7 years ago
f98806d
skd: Switch from the pr_*() to the dev_*() logging functions
by Bart Van Assche
· 7 years ago
14262a4
skd: Remove useless barrier() calls
by Bart Van Assche
· 7 years ago
55712ae
skd: Remove a set-but-not-used variable from struct skd_device
by Bart Van Assche
· 7 years ago
95895e1
skd: Remove set-but-not-used local variables
by Bart Van Assche
· 7 years ago
e1d06f2
skd: Fix a function name in a comment
by Bart Van Assche
· 7 years ago
a5c5b39
skd: Fix spelling in a source code comment
by Bart Van Assche
· 7 years ago
ce6882b
skd: Avoid that gcc 7 warns about fall-through when building with W=1
by Bart Van Assche
· 7 years ago
5477e1b
skd: Remove unnecessary blank lines
by Bart Van Assche
· 7 years ago
c7eebcb
skd: Remove ESXi code
by Bart Van Assche
· 7 years ago
ae09232
skd: Remove unneeded #include directives
by Bart Van Assche
· 7 years ago
5d12177
skd: Update maintainer information
by Bart Van Assche
· 7 years ago
bec9e8a
skd: Switch to GPLv2
by Bart Van Assche
· 7 years ago
5fbd545
skd: Submit requests to firmware before triggering the doorbell
by Bart Van Assche
· 7 years ago
7277cc6
skd: Avoid that module unloading triggers a use-after-free
by Bart Van Assche
· 7 years ago
4ddd56b
block: Relax a check in blk_start_queue()
by Bart Van Assche
· 7 years ago
ccc2225
xen-blkfront: Avoid that gcc 7 warns about fall-through when building with W=1
by Bart Van Assche
· 7 years ago
3f2c940
xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1
by Bart Van Assche
· 7 years ago
306b82a
xen-blkback: Fix indentation
by Bart Van Assche
· 7 years ago
6e9fe8d
virtio_blk: Use blk_rq_is_scsi()
by Bart Van Assche
· 7 years ago
07d4b02
ide-floppy: Use blk_rq_is_scsi()
by Bart Van Assche
· 7 years ago
6d2cf6f
genhd: Annotate all part and part_tbl pointer dereferences
by Bart Van Assche
· 7 years ago
f846593
blk-mq-debugfs: Declare a local symbol static
by Bart Van Assche
· 7 years ago
d352ae2
blk-mq: Make blk_mq_reinit_tagset() calls easier to read
by Bart Van Assche
· 7 years ago
37f02e5
block: Unexport blk_queue_end_tag()
by Bart Van Assche
· 7 years ago
4d60621
block: Fix two comments that refer to .queue_rq() return values
by Bart Van Assche
· 7 years ago
7a8362a
nbd: change the default nbd partitions
by Josef Bacik
· 7 years ago
e6a7627
nbd: allow device creation at a specific index
by Josef Bacik
· 7 years ago
a8c1d06
loop: fix to a race condition due to the early registration of device
by Anton Volkov
· 7 years ago
b3193bc
cfq: Give a chance for arming slice idle timer in case of group_idle
by Ritesh Harjani
· 7 years ago
edaf942
block, bfq: boost throughput with flash-based non-queueing devices
by Paolo Valente
· 7 years ago
d5be3fe
block,bfq: refactor device-idling logic
by Paolo Valente
· 7 years ago
e743eb1
block: remove unused syncfull/asyncfull queue flags
by Jens Axboe
· 7 years ago
b8d62b3
blk-mq: enable checking two part inflight counts at the same time
by Jens Axboe
· 7 years ago
f299b7c
blk-mq: provide internal in-flight variant
by Jens Axboe
· 7 years ago
0609e0e
block: make part_in_flight() take an array of two ints
by Jens Axboe
· 7 years ago
d62e26b
block: pass in queue to inflight accounting
by Jens Axboe
· 8 years ago
7f5562d
blk-mq-tag: check for NULL rq when iterating tags
by Jens Axboe
· 7 years ago
62d20aa
dm-crypt: don't mess with BIP_BLOCK_INTEGRITY
by Christoph Hellwig
· 7 years ago
9346beb
bio-integrity: move the bio integrity profile check earlier in bio_integrity_prep
by Christoph Hellwig
· 7 years ago
d424681
null_blk: make sure submit_queues > 0
by weiping zhang
· 7 years ago
558ab300
null_blk: simplify logic for use_per_node_hctx
by weiping zhang
· 7 years ago
3d289d6
block: Add comment to submit_bio_wait()
by Jan Kara
· 7 years ago
b7a71e6
blk-mq: add warning to __blk_mq_run_hw_queue() for ints disabled
by Jens Axboe
· 7 years ago
18e9781
blk-mq: blk_mq_requeue_work() doesn't need to save IRQ flags
by Jens Axboe
· 7 years ago
33027c2b
block: DAC960: shut up format-overflow warning
by Arnd Bergmann
· 7 years ago
35fe6d7
block: use standard blktrace API to output cgroup info for debug notes
by Shaohua Li
· 8 years ago
69fd5c3
blktrace: add an option to allow displaying cgroup path
by Shaohua Li
· 8 years ago
007cc56
block: always attach cgroup info into bio
by Shaohua Li
· 8 years ago
ca1136c
blktrace: export cgroup info in trace
by Shaohua Li
· 8 years ago
121508d
cgroup: export fhandle info for a cgroup
by Shaohua Li
· 8 years ago
aa81882
kernfs: add exportfs operations
by Shaohua Li
· 8 years ago
c53cd49
kernfs: introduce kernfs_node_id
by Shaohua Li
· 8 years ago
319ba91
kernfs: don't set dentry->d_fsdata
by Shaohua Li
· 8 years ago
ba16b28
kernfs: add an API to get kernfs node from inode number
by Shaohua Li
· 8 years ago
4a3ef68
kernfs: implement i_generation
by Shaohua Li
· 8 years ago
7d35079
kernfs: use idr instead of ida to manage inode number
by Shaohua Li
· 8 years ago
0a07b23
Merge tag 'devicetree-fixes-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 7 years ago
286ba84
Merge tag 'nfs-for-4.13-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
19993e7
Merge tag 'xfs-4.13-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
8155469
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
8562e89
Merge tag 'for-linus-4.13b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 7 years ago
3d9d740
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
080012b
Merge tag 'powerpc-4.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
b7dbcc0
NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiter
by Benjamin Coddington
· 7 years ago
e26f1be
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
0a2a133
Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
9583f1c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 7 years ago
1731a47
Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 7 years ago
0fa8dc4
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
a2d4875
Merge tag 'mmc-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 7 years ago
75cb8e9
lightnvm: pblk: advance bio according to lba index
by Javier González
· 7 years ago
92bbd16
arm64: mmu: Place guard page after mapping of kernel image
by Will Deacon
· 7 years ago
Next »