Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
421d99193537a6522aac2148286f08792167d5fd
/
block
7c9f29b
Revert "ll_rw_blk: temporarily enable max_segments tweaking"
by Jens Axboe
· 17 years ago
c767403
block: Fix memory leak in alloc_disk_node()
by Jerome Marchand
· 17 years ago
35fc51e
blktrace: Make sure BLKTRACETEARDOWN does the full cleanup.
by Aneesh Kumar K.V
· 17 years ago
2ad8b1e
Add UNPLUG traces to all appropriate places
by Alan D. Brunelle
· 17 years ago
d85532e
block: fix requeue handling in blk_queue_invalidate_tags()
by Jens Axboe
· 17 years ago
0e7be9e
cfq_idle_class_timer: add paranoid checks for jiffies overflow
by Oleg Nesterov
· 17 years ago
b70c864
cfq: fix IOPRIO_CLASS_IDLE delays
by Oleg Nesterov
· 17 years ago
2389d1e
cfq: fix IOPRIO_CLASS_IDLE accounting
by Oleg Nesterov
· 17 years ago
b4f5550
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 17 years ago
51fd77b
[BLOCK] Don't allow empty barriers to be passed down to queues that don't grok them
by Jens Axboe
· 17 years ago
6f5d8aa
Deadline iosched: Fix batching fairness
by Aaron Carroll
· 17 years ago
dfb3d72
Deadline iosched: Reset batch for ordered requests
by Aaron Carroll
· 17 years ago
5d1a536
Deadline iosched: Factor out finding latter reques
by Aaron Carroll
· 17 years ago
c46f233
[SG] Get rid of __sg_mark_end()
by Jens Axboe
· 17 years ago
33013a8
compat_ioctl: fix block device compat ioctl regression
by Philip Langdale
· 17 years ago
6eca900
[BLOCK] Fix bad sharing of tag busy list on queues with shared tag maps
by Jens Axboe
· 17 years ago
adb4ddb
block: use lock bitops for the tag map.
by Nick Piggin
· 17 years ago
0a0836a
cfq_get_queue: fix possible NULL pointer access
by Oleg Nesterov
· 17 years ago
abbeb88
blk_sync_queue() should cancel request_queue->unplug_work
by Oleg Nesterov
· 17 years ago
4310864
cfq_exit_queue() should cancel cfq_data->unplug_work
by Oleg Nesterov
· 17 years ago
b238b3d
block layer: remove a unused argument of drive_stat_acct()
by Jerome Marchand
· 17 years ago
642f149
SG: Change sg_set_page() to take length and offset argument
by Jens Axboe
· 17 years ago
7aeacf9
[BLOCK] blk_rq_map_sg: force clear termination bit
by Jens Axboe
· 17 years ago
ad0d408
[BLOCK] Don't clear sg_dma_len/addr() in blk_rq_map_sg()
by Jens Axboe
· 17 years ago
9b61764
[SG] Update block layer to use sg helpers
by Jens Axboe
· 17 years ago
dbe7f76
fix typo "insted" -> "instead"
by Uwe Kleine-König
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
8f731f7
kernel-api docbook: fix content problems
by Randy Dunlap
· 17 years ago
ba95184
[BLOCK] blk_rq_map_sg() next_sg fixup
by Jens Axboe
· 17 years ago
b6257a9
Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block
by Linus Torvalds
· 17 years ago
e0bf68d
mm: bdi init hooks
by Peter Zijlstra
· 17 years ago
60573b8
[BLOCK] Clear sg entry before filling in blk_rq_map_sg()
by Jens Axboe
· 17 years ago
92d15c2
Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block
by Linus Torvalds
· 17 years ago
f2e1898
readahead: remove the limit max_sectors_kb imposed on max_readahead_kb
by Fengguang Wu
· 17 years ago
d5a7430
Convert cpu_sibling_map to be a per cpu variable
by Mike Travis
· 17 years ago
3eed13f
Merge branch 'sglist-arch' into for-linus
by Jens Axboe
· 17 years ago
a39d113
Merge branch 'barrier' into for-linus
by Jens Axboe
· 17 years ago
563063a
ll_rw_blk: temporarily enable max_segments tweaking
by Jens Axboe
· 17 years ago
f565913
block: convert to using sg helpers
by Jens Axboe
· 17 years ago
fd5d806
block: convert blkdev_issue_flush() to use empty barriers
by Jens Axboe
· 17 years ago
bf2de6f
block: Initial support for data-less (or empty) barrier support
by Jens Axboe
· 17 years ago
c07e2b4
block: factor our bio_check_eod()
by Jens Axboe
· 17 years ago
a0cd128
block: add end_queued_request() and end_dequeued_request() helpers
by Jens Axboe
· 17 years ago
4fa253f
block: ll_rw_blk.c: cosmetics
by Jens Axboe
· 17 years ago
7344be0
bsg: mark struct file_operations const
by Arjan van de Ven
· 17 years ago
2b9e0aa
Only enable BLOCK_COMPAT if COMPAT is needed
by Linus Torvalds
· 17 years ago
efefc6e
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
7e7654a
cdev: remove unneeded setting of cdev names
by Greg Kroah-Hartman
· 17 years ago
19c38de
kobjects: fix up improper use of the kobject name field
by Greg Kroah-Hartman
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
99874d5
[BLOCK] Only include the compat ioctl code if CONFIG_BLOCK is set
by Jens Axboe
· 17 years ago
1ca91cd0
compat_ioctl: move floppy handlers to block/compat_ioctl.c
by Arnd Bergmann
· 17 years ago
b3087cc
compat_ioctl: move cdrom handlers to block/compat_ioctl.c
by Arnd Bergmann
· 17 years ago
18cf7f8
compat_ioctl: move BLKPG handling to block/compat_ioctl.c
by Arnd Bergmann
· 17 years ago
9617db0
compat_ioctl: move hdio calls to block/compat_ioctl.c
by Arnd Bergmann
· 17 years ago
171044d4
compat_ioctl: handle blk_trace ioctls
by Arnd Bergmann
· 17 years ago
7199d4c
compat_ioctl: add compat_blkdev_driver_ioctl()
by Arnd Bergmann
· 17 years ago
f58c4c0
compat_ioctl: move common block ioctls to compat_blkdev_ioctl
by Arnd Bergmann
· 17 years ago
6712ecf
Drop 'size' argument from bio_endio and bi_end_io
by NeilBrown
· 17 years ago
5bb23a6
Don't decrement bi_size in bio_endio
by NeilBrown
· 17 years ago
d24517d
Remove flush_dry_bio_endio
by NeilBrown
· 17 years ago
db47d47
ll_rw_blk: blk_cpu_notifier should be __cpuinitdata
by Satyam Sharma
· 17 years ago
6c92e69
Fixup rq_for_each_segment() indentation
by Jens Axboe
· 17 years ago
bc1c56f
Share code between init_request_from_bio and blk_rq_bio_prep
by NeilBrown
· 17 years ago
6684657
Stop exporting blk_rq_bio_prep
by NeilBrown
· 17 years ago
3001ca7
New function blk_req_append_bio
by NeilBrown
· 17 years ago
5705f70
Introduce rq_for_each_segment replacing rq_for_each_bio
by NeilBrown
· 17 years ago
9dfa528
Merge blk_recount_segments into blk_recalc_rq_segments
by NeilBrown
· 17 years ago
dd94125
shared tag queue barrier comment
by Nick Piggin
· 17 years ago
f3da54b
Fix race with shared tag queue maps
by Jens Axboe
· 17 years ago
c7149d6
Fix remap handling by blktrace
by Alan D. Brunelle
· 17 years ago
0c6a89b
[SCSI] bsg: update sg_io_v4 structure
by FUJITA Tomonori
· 17 years ago
a6ce22a
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
by Linus Torvalds
· 17 years ago
99d4d0a
[SCSI] bsg: Fix build for CONFIG_BLOCK=n
by Paul Mundt
· 17 years ago
7c2ff38
blktrace: use cpu_clock() instead of sched_clock()
by Ingo Molnar
· 17 years ago
4d5d8e9
bsg: Fix build for CONFIG_BLOCK=n
by Paul Mundt
· 17 years ago
165125e
[BLOCK] Get rid of request_queue_t typedef
by Jens Axboe
· 17 years ago
1079ddc
[SCSI] bsg: remove unnecessary code and comments
by FUJITA Tomonori
· 17 years ago
598443a
[SCSI] bsg: use lib/idr.c to find a unique minor number
by FUJITA Tomonori
· 17 years ago
e6f194d
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
41e1703
[SCSI] bsg: unexport sg v3 helper functions
by FUJITA Tomonori
· 17 years ago
df46882
[SCSI] bsg: fix bsg_unregister_queue
by FUJITA Tomonori
· 17 years ago
39dca55
[SCSI] bsg: make class backlinks
by James Bottomley
· 17 years ago
6826ee4
[SCSI] bsg: fix bsg_register_queue error path
by James Bottomley
· 17 years ago
8350163
cfq: Write-only stuff in CFQ data structures
by Alexey Dobriyan
· 17 years ago
c2dea2d
cfq: async queue allocation per priority
by Vasily Tarasov
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
80ed71c
[SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)
by James Bottomley
· 17 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 17 years ago
f3d9071
Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-block
by Linus Torvalds
· 17 years ago
f448024
unregister_blkdev(): return void
by Akinobu Mita
· 17 years ago
294462a
unregister_blkdev(): do WARN_ON on failure
by Akinobu Mita
· 17 years ago
94f6030
Slab allocators: Replace explicit zeroing with __GFP_ZERO
by Christoph Lameter
· 17 years ago
5d3a8cd
bsg: fix missing space in version print
by Jens Axboe
· 17 years ago
319a7b7
bsg: Kconfig updates
by FUJITA Tomonori
· 17 years ago
0ed081c
bsg: minor cleanup
by FUJITA Tomonori
· 17 years ago
1c1133e
bsg: device hash table cleanup
by FUJITA Tomonori
· 17 years ago
9b9f770
bsg: fix initialization error handling bugs
by FUJITA Tomonori
· 17 years ago
46f6ef4
bsg: convert to dynamic major
by Jens Axboe
· 17 years ago
25fd164
bsg: address various review comments
by Jens Axboe
· 17 years ago
Next »