Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0236383f76929901ce9dcb67167b5236e77ae252
/
block
beb0a21
block: don't use bio->bi_vcnt to figure out segment number
by Ming Lei
· 6 years ago
5dbde46
block: fix an integer overflow in logical block size
by Mikulas Patocka
· 4 years, 10 months ago
b45244f
block: fix memleak when __blk_rq_map_user_iov() is failed
by Yang Yingliang
· 4 years, 11 months ago
075bc98
compat_ioctl: block: handle Persistent Reservations
by Arnd Bergmann
· 5 years ago
382a2f0
blk-mq: make sure that line break can be printed
by Ming Lei
· 5 years ago
433e1ee
blk-mq: avoid sysfs buffer overflow with too many CPU cores
by Ming Lei
· 5 years ago
c191991
block: blk_init_allocated_queue() set q->fq as NULL in the fail case
by xiao jin
· 6 years ago
06f9e7b
take floppy compat ioctls to sodding floppy.c
by Al Viro
· 7 years ago
056066d
block: do not leak memory in bio_copy_user_iov()
by Jérôme Glisse
· 6 years ago
5af2d10
block: fix infinite loop if the device loses discard capability
by Mikulas Patocka
· 6 years ago
f5cecc0
block: break discard submissions into the user defined size
by Jens Axboe
· 6 years ago
a4b4155
partitions/aix: fix usage of uninitialized lv_info and lvname structures
by Mauricio Faria de Oliveira
· 6 years ago
6bccef1
partitions/aix: append null character to print data from disk
by Mauricio Faria de Oliveira
· 6 years ago
07a6134
block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg
by Tejun Heo
· 8 years ago
a4187e9
cfq: Give a chance for arming slice idle timer in case of group_idle
by Ritesh Harjani
· 7 years ago
bbab86e
block: bvec_nr_vecs() returns value for wrong slab
by Greg Edwards
· 6 years ago
3118ceb
block: do not use interruptible wait anywhere
by Alan Jenkins
· 7 years ago
8d7f1fd
block/mq: fix potential deadlock during cpu hotplug
by Wanpeng Li
· 7 years ago
3f4e241
blk-mq: fix kernel oops in blk_mq_tag_idle()
by Ming Lei
· 7 years ago
7f85131
bio-integrity: Do not allocate integrity context for bio w/o data
by Dmitry Monakhov
· 7 years ago
3bab65f
blk-mq: fix race between updating nr_hw_queues and switching io sched
by Ming Lei
· 7 years ago
e668764
block: fix an error code in add_partition()
by Dan Carpenter
· 7 years ago
2005c4f
blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split op
by Wen Xiong
· 7 years ago
6bae912
Fix slab name "biovec-(1<<(21-12))"
by Mikulas Patocka
· 7 years ago
bd94a2c
partitions/msdos: Unable to mount UFS 44bsd partitions
by Richard Narron
· 7 years ago
18dd7b9
block/mq: Cure cpu hotplug lock inversion
by Peter Zijlstra
· 8 years ago
94b3df5
blk-throttle: make sure expire time isn't too big
by Shaohua Li
· 8 years ago
7bd2d0c
blkcg: fix double free of new_blkg in blkcg_init_queue
by Hou Tao
· 8 years ago
7abb5e9
blk_rq_map_user_iov: fix error override
by Douglas Gilbert
· 7 years ago
cb0acb3
badblocks: fix wrong return value in badblocks_set if badblocks are disabled
by Liu Bo
· 7 years ago
d28046f
blk-mq: Fix tagset reinit in the presence of cpu hot-unplug
by Sagi Grimberg
· 8 years ago
1a5a4c6
block: wake up all tasks blocked in get_request()
by Ming Lei
· 7 years ago
bc88591
blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()
by Ming Lei
· 8 years ago
e5386fc
block: Fix a race between blk_cleanup_queue() and timeout handling
by Bart Van Assche
· 7 years ago
ebbd5ac
Revert "bsg-lib: don't free job in bsg_prepare_job"
by Greg Kroah-Hartman
· 7 years ago
ed35ded
bio_copy_user_iov(): don't ignore ->iov_offset
by Al Viro
· 7 years ago
e67dfe7
more bio_map_user_iov() leak fixes
by Al Viro
· 7 years ago
5444d8a
fix unbalanced page refcounting in bio_map_user_iov
by Vitaly Mayatskikh
· 7 years ago
0fc89de
partitions/efi: Fix integer overflow in GPT size calculation
by Alden Tondettar
· 8 years ago
eb4375e
bsg-lib: don't free job in bsg_prepare_job
by Christoph Hellwig
· 7 years ago
120ec1e
block: Relax a check in blk_start_queue()
by Bart Van Assche
· 7 years ago
d8c20af
blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL
by Christoph Hellwig
· 7 years ago
220b67a
partitions/msdos: FreeBSD UFS2 file systems are not recognized
by Richard
· 7 years ago
08229c1
cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode
by Hou Tao
· 8 years ago
9b2fb8a
block: fix blk_integrity_register to use template's interval_exp if not 0
by Mike Snitzer
· 8 years ago
6a76207
block: get rid of blk_integrity_revalidate()
by Ilya Dryomov
· 8 years ago
d7045cb
blk-mq: Avoid memory reclaim when remapping queues
by Gabriel Krisman Bertazi
· 8 years ago
5959cde
blk: Ensure users for current->bio_list can see the full list.
by NeilBrown
· 8 years ago
d5986e0
blk: improve order of bio handling in generic_make_request()
by NeilBrown
· 8 years ago
21d17f1
blk-mq: don't complete un-started request in timeout handler
by Ming Lei
· 8 years ago
61a153d
block: allow WRITE_SAME commands with the SG_IO ioctl
by Mauricio Faria de Oliveira
· 8 years ago
d9c19f9
blk-mq: Always schedule hctx->next_cpu
by Gabriel Krisman Bertazi
· 8 years ago
f57d871
block: cfq_cpd_alloc() should use @gfp
by Tejun Heo
· 8 years ago
3f3a6bb
sg_write()/bsg_write() is not fit to be called under KERNEL_DS
by Al Viro
· 8 years ago
67b0069
blk-mq: Do not invoke .queue_rq() for a stopped queue
by Bart Van Assche
· 8 years ago
a0ac402
Don't feed anything but regular iovec's to blk_rq_map_user_iov
by Linus Torvalds
· 8 years ago
7fe3113
blk-mq: update hardware and software queues for sleeping alloc
by Jens Axboe
· 8 years ago
94d7dea
block: flush: fix IO hang in case of flood fua req
by Ming Lei
· 8 years ago
b4a1278
badblocks: badblocks_set/clear update unacked_exist
by Shaohua Li
· 8 years ago
ecd06f2
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
9ffc669
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 years ago
f34d360
Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 8 years ago
1fa9ce8
badblocks: fix overlapping check for clearing
by Tomasz Majchrzak
· 8 years ago
28b2be2
block: require write_same and discard requests align to logical block size
by Darrick J. Wong
· 8 years ago
22dd6d35
block: invalidate the page cache when issuing BLKZEROOUT
by Darrick J. Wong
· 8 years ago
0766f78
latent_entropy: Mark functions with __latent_entropy
by Emese Revfy
· 8 years ago
24532f7
Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
12e3d3c
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
513a4be
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
597f03f
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
bbb427e
blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL
by Bart Van Assche
· 8 years ago
c8712c6
blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx
by Christoph Hellwig
· 8 years ago
3932a86
cfq: fix starvation of asynchronous writes
by Glauber Costa
· 8 years ago
97a3286
blk-mq: fixup "Convert to new hotplug state machine"
by Sebastian Andrzej Siewior
· 8 years ago
1b792f2
blk-mq: add flag for drivers wanting blocking ->queue_rq()
by Jens Axboe
· 8 years ago
63581af
blk-mq: remove non-blocking pass in blk_mq_map_request
by Christoph Hellwig
· 8 years ago
841bac2
blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()
by Jens Axboe
· 8 years ago
65d5291
blk-mq: Convert to new hotplug state machine
by Sebastian Andrzej Siewior
· 8 years ago
9467f85
blk-mq/cpu-notif: Convert to new hotplug state machine
by Thomas Gleixner
· 8 years ago
491221f
block: export bio_free_pages to other modules
by Guoqing Jiang
· 8 years ago
b21d5b3
blk-mq: register device instead of disk
by Matias Bjørling
· 8 years ago
164c80e
blk-throttle: Extend slice if throttle group is not empty
by Vivek Goyal
· 8 years ago
9a659f4
block/softirq: Convert to hotplug state machine
by Sebastian Andrzej Siewior
· 8 years ago
8ec2ef2
blk_mq: linux/blk-mq.h does not include all the headers it depends on
by Stephen Rothwell
· 8 years ago
98d9541
sbitmap: randomize initial alloc_hint values
by Omar Sandoval
· 8 years ago
f4a644d
sbitmap: push alloc policy into sbitmap_queue
by Omar Sandoval
· 8 years ago
40aabb6
sbitmap: push per-cpu last_tag into sbitmap_queue
by Omar Sandoval
· 8 years ago
8845964
blk-mq: abstract tag allocation out into sbitmap library
by Omar Sandoval
· 8 years ago
703fd1c
blk-mq: account higher order dispatch
by Jens Axboe
· 8 years ago
9151bcb
blk-mq: kill unused blk_mq_create_mq_map()
by Jens Axboe
· 8 years ago
1b15793
blk-mq: get rid of the cpumask in struct blk_mq_tags
by Christoph Hellwig
· 8 years ago
973c4e3
blk-mq: provide a default queue mapping for PCI device
by Christoph Hellwig
· 8 years ago
da695ba
blk-mq: allow the driver to pass in a queue mapping
by Christoph Hellwig
· 8 years ago
7d7e0f9
blk-mq: remove ->map_queue
by Christoph Hellwig
· 8 years ago
bdd17e7
blk-mq: only allocate a single mq_map per tag_set
by Christoph Hellwig
· 8 years ago
4e68a01
blk-mq: don't redistribute hardware queues on a CPU hotplug event
by Christoph Hellwig
· 8 years ago
2849450
blk-mq: introduce blk_mq_delay_kick_requeue_list()
by Mike Snitzer
· 8 years ago
a441b0d
block: remove remnant refs to hardsect
by Linus Walleij
· 8 years ago
d21ea4bc
block: enable zeroing of io_poll statistics
by Stephen Bates
· 8 years ago
6e21935
block: add poll_considered statistic
by Stephen Bates
· 8 years ago
Next »