Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Sign in
android
/
kernel
/
common
/
7fed98f4
/
block
62dfe5f
block: fix memleak when __blk_rq_map_user_iov() is failed
by Yang Yingliang
· 6 years ago
238d4e74
compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE
by Arnd Bergmann
· 6 years ago
77d19c9
compat_ioctl: block: handle Persistent Reservations
by Arnd Bergmann
· 6 years ago
c499f89
blk-mq: make sure that line break can be printed
by Ming Lei
· 6 years ago
9fb95b9
block: fix single range discard merge
by Ming Lei
· 6 years ago
365874a
blk-mq: avoid sysfs buffer overflow with too many CPU cores
by Ming Lei
· 6 years ago
ee29369
block: fix the DISCARD request merge
by Jianchao Wang
· 6 years ago
f927911d
blok, bfq: do not plug I/O if all queues are weight-raised
by Paolo Valente
· 6 years ago
d6e13c8
blk-mq: move cancel of requeue_work to the front of blk_exit_queue
by zhengbin
· 6 years ago
c35f5d3
block/bio-integrity: fix a memory leak bug
by Wenwen Wang
· 6 years ago
340a4da3
block, bfq: NULL out the bic when it's no longer valid
by Douglas Anderson
· 6 years ago
ff325dc
block: bio_iov_iter_get_pages: pin more pages for multi-segment IOs
by Martin Wilck
· 6 years ago
515e2f3
block: add a lower-level bio_add_page interface
by Christoph Hellwig
· 6 years ago
f88e587
block, bfq: increase idling for weight-raised queues
by Paolo Valente
· 6 years ago
aa331e8
blk-mq: move cancel of requeue_work into blk_mq_release
by Ming Lei
· 6 years ago
4654327
block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBR
by David Kozub
· 6 years ago
6ec54fc
block: do not leak memory in bio_copy_user_iov()
by Jérôme Glisse
· 7 years ago
883d561
blk-mq: fix a hung issue when fsync
by Jianchao Wang
· 7 years ago
07eae146
block: fix infinite loop if the device loses discard capability
by Mikulas Patocka
· 7 years ago
1e9290c
block: break discard submissions into the user defined size
by Jens Axboe
· 7 years ago
2a35d21
elevator: lookup mq vs non-mq elevators
by Jens Axboe
· 7 years ago
a061395
SCSI: fix queue cleanup race before queue initialization is done
by Ming Lei
· 7 years ago
d4d73f1
block, bfq: correctly charge and reset entity service in all cases
by Paolo Valente
· 7 years ago
8e2e219
blk-mq: I/O and timer unplugs are inverted in blktrace
by Ilya Dryomov
· 7 years ago
b520f00
blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()
by Ming Lei
· 7 years ago
07a252b
blk-mq: only attempt to merge bio if there is rq in sw queue
by Ming Lei
· 7 years ago
030f2ad
block: allow max_discard_segments to be stacked
by Mike Snitzer
· 7 years ago
5deea7d
partitions/aix: fix usage of uninitialized lv_info and lvname structures
by Mauricio Faria de Oliveira
· 7 years ago
f3677a5
partitions/aix: append null character to print data from disk
by Mauricio Faria de Oliveira
· 7 years ago
3ddbcd4
blk-mq: fix updating tags depth
by Ming Lei
· 7 years ago
381992b
block: bfq: swap puts in bfqg_and_blkg_put
by Konstantin Khlebnikov
· 7 years ago
9dd3805
cfq: Suppress compiler warnings about comparisons
by Bart Van Assche
· 7 years ago
d67c7c9
block: bvec_nr_vecs() returns value for wrong slab
by Greg Edwards
· 7 years ago
ed480f2
block, bfq: return nbytes and not zero from struct cftype .write() method
by Maciej S. Szmigiero
· 7 years ago
1e26989
block: really disable runtime-pm for blk-mq
by Ming Lei
· 7 years ago
0affbae
block: blk_init_allocated_queue() set q->fq as NULL in the fail case
by xiao jin
· 7 years ago
6d2b875
block: sed-opal: Fix a couple off by one bugs
by Dan Carpenter
· 7 years ago
1a2d992
block, bfq: fix wrong init of saved start time for weight raising
by Paolo Valente
· 7 years ago
b8088c5
block: reset bi_iter.bi_done after splitting bio
by Greg Edwards
· 7 years ago
2258351
block: bio_iov_iter_get_pages: fix size of last iovec
by Martin Wilck
· 7 years ago
6301904
block, bfq: remove wrong lock in bfq_requests_merged
by Filippo Muzzini
· 7 years ago
aa6be39
block: do not use interruptible wait anywhere
by Alan Jenkins
· 7 years ago
c894755
block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()
by Ilya Dryomov
· 7 years ago
3e3f131
block: factor out __blkdev_issue_zero_pages()
by Ilya Dryomov
· 7 years ago
2511413
block: Fix cloning of requests with a special payload
by Bart Van Assche
· 7 years ago
ba502bf
blk-mq: reinit q->tag_set_list entry only after grace period
by Roman Pen
· 7 years ago
06beec8
blk-mq: fix sysfs inflight counter
by Omar Sandoval
· 7 years ago
ea7246c
blkcg: init root blkcg_gq under lock
by Jiang Biao
· 7 years ago
9d5e2d6
blkcg: don't hold blkcg lock when deactivating policy
by Jiang Biao
· 7 years ago
1cbd5ec
blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
by Bart Van Assche
· 7 years ago
3c84b5a
block: display the correct diskname for bio
by Jiufei Xue
· 7 years ago
be10336a
bfq-iosched: ensure to clear bic/bfqq pointers when preparing request
by Jens Axboe
· 8 years ago
73027d8
blk-mq: fix discard merge with scheduler attached
by Jens Axboe
· 8 years ago
f25ba4f6
blk-mq-debugfs: don't allow write on attributes with seq_operations set
by Eryu Guan
· 8 years ago
c6c6e38
block: Set BIO_TRACE_COMPLETION on new bio during split
by Goldwyn Rodrigues
· 8 years ago
a1dfcb0
blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printk
by Ming Lei
· 8 years ago
5ee935d
blk-mq: don't keep offline CPUs mapped to hctx 0
by Ming Lei
· 8 years ago
effbffc
block, bfq: put async queues for root bfq groups too
by Paolo Valente
· 8 years ago
8976d64
blk-mq: fix kernel oops in blk_mq_tag_idle()
by Ming Lei
· 8 years ago
fb1ef85
blk-mq: fix race between updating nr_hw_queues and switching io sched
by Ming Lei
· 8 years ago
eaa0778
blk-mq: avoid to map CPU into stale hw queue
by Ming Lei
· 8 years ago
92e3d3f
Fix slab name "biovec-(1<<(21-12))"
by Mikulas Patocka
· 8 years ago
ac2cb9f
partitions/msdos: Unable to mount UFS 44bsd partitions
by Richard Narron
· 8 years ago
ccddee8
blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatch
by Ming Lei
· 8 years ago
7f43f61
block: kyber: fix domain token leak during requeue
by Ming Lei
· 8 years ago
17644a0
block: fix the count of PGPGOUT for WRITE_SAME
by Jiufei Xue
· 8 years ago
7e3acce
block: drain queue before waiting for q_usage_counter becoming zero
by Ming Lei
· 8 years ago
2cc50a1
blk_rq_map_user_iov: fix error override
by Douglas Gilbert
· 8 years ago
0528a533
blk-wbt: account flush requests correctly
by Jens Axboe
· 8 years ago
392640fd
blk-mq: quiesce queue before freeing queue
by Ming Lei
· 8 years ago
eaedee9
block: don't let passthrough IO go into .make_request_fn()
by Ming Lei
· 8 years ago
88da028
block: fix blk_rq_append_bio
by Jens Axboe
· 8 years ago
3ef1c33
block-throttle: avoid double charge
by Shaohua Li
· 8 years ago
7535afc
block,bfq: Disable writeback throttling
by Luca Miccio
· 8 years ago
85dcb3c
blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatch
by Ming Lei
· 8 years ago
ddf2588
badblocks: fix wrong return value in badblocks_set if badblocks are disabled
by Liu Bo
· 8 years ago
a4000d9
blk-mq: Avoid that request queue removal can trigger list corruption
by Bart Van Assche
· 8 years ago
60bed71
block: wake up all tasks blocked in get_request()
by Ming Lei
· 8 years ago
77a38e8
block: Fix a race between blk_cleanup_queue() and timeout handling
by Bart Van Assche
· 8 years ago
5d62da3
bio: ensure __bio_clone_fast copies bi_partno
by Michael Lyle
· 8 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 8 years ago
1cfd0dd
bio_copy_user_iov(): don't ignore ->iov_offset
by Al Viro
· 8 years ago
2b04e8f
more bio_map_user_iov() leak fixes
by Al Viro
· 8 years ago
95d78c2
fix unbalanced page refcounting in bio_map_user_iov
by Vitaly Mayatskikh
· 8 years ago
eab40cf
bsg-lib: fix use-after-free under memory-pressure
by Benjamin Block
· 8 years ago
70e62f4
blk-mq-debugfs: fix device sched directory for default scheduler
by Omar Sandoval
· 8 years ago
4f02fb7
blk-throttle: fix possible io stall when upgrade to max
by Joseph Qi
· 8 years ago
f5c156c
block: fix a crash caused by wrong API
by Shaohua Li
· 8 years ago
5acb3cc
blktrace: Fix potential deadlock between delete & sysfs ops
by Waiman Long
· 8 years ago
f507b54
bsg-lib: don't free job in bsg_prepare_job
by Christoph Hellwig
· 8 years ago
157f377
block: directly insert blk-mq request from blk_insert_cloned_request()
by Jens Axboe
· 8 years ago
09c2c35
block: fix integer overflow in __blkdev_sectors_to_bio_pages()
by Mikulas Patocka
· 8 years ago
dbec491b
block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabled
by Scott Bauer
· 8 years ago
126e76f
Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
f0f1a45
block/cfq: cache rightmost rb_node
by Davidlohr Bueso
· 8 years ago
09663c8
block/cfq: replace cfq_rb_root leftmost caching
by Davidlohr Bueso
· 8 years ago
572c01b
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
3645e6d
Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 8 years ago
a0725ab
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
bafb076
Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 8 years ago
Next »