Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
fb79a6da459b20554151eed84c991cd9bd35ff15
/
block
88a7503
blk-mq: Remove unused variable
by Keith Busch
· 8 years ago
bef1331
block: don't try to discard from __blkdev_issue_zeroout
by Christoph Hellwig
· 8 years ago
f99e864
block: Rename blk_queue_zone_size and bdev_zone_size
by Damien Le Moal
· 8 years ago
62f8c405
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
9eca535
block: Avoid that sparse complains about context imbalance in __wbt_wait()
by Bart Van Assche
· 8 years ago
f2e0a0b
block: Make wbt_wait() definition consistent with declaration
by Bart Van Assche
· 8 years ago
8b0e195
ktime: Cleanup ktime_set() usage
by Thomas Gleixner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
a307d0a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
128394e
sg_write()/bsg_write() is not fit to be called under KERNEL_DS
by Al Viro
· 8 years ago
633395b
block: check partition alignment
by Stefan Haberland
· 8 years ago
25cdb64
block: allow WRITE_SAME commands with the SG_IO ioctl
by Mauricio Faria de Oliveira
· 8 years ago
cf1b334
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
d1b1cea
blk-mq: Fix failed allocation path when mapping queues
by Gabriel Krisman Bertazi
· 8 years ago
a829a84
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
36e1f3d1
blk-mq: Avoid memory reclaim when remapping queues
by Gabriel Krisman Bertazi
· 8 years ago
b92e09b
Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
by Linus Torvalds
· 8 years ago
36869cb
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
9491ae4
mm: don't cap request size based on read-ahead setting
by Jens Axboe
· 8 years ago
7cd54aa
blk-stat: fix a few cases of missing batch flushing
by Jens Axboe
· 8 years ago
c8e52ba
blk-flush: run the queue when inserting blk-mq flush
by Jens Axboe
· 8 years ago
70b3ea0
elevator: make the rqhash helpers exported
by Jens Axboe
· 8 years ago
f04c3df
blk-mq: abstract out blk_mq_dispatch_rq_list() helper
by Jens Axboe
· 8 years ago
ae911c5
blk-mq: add blk_mq_start_stopped_hw_queue()
by Jens Axboe
· 8 years ago
f9d03f9
block: improve handling of the magic discard payload
by Christoph Hellwig
· 8 years ago
be07e14
blk-wbt: don't throttle discard or write zeroes
by Christoph Hellwig
· 8 years ago
a0ac402
Don't feed anything but regular iovec's to blk_rq_map_user_iov
by Linus Torvalds
· 8 years ago
6e85eaf
blk-mq: blk_account_io_start() takes a bool
by Jens Axboe
· 8 years ago
5888678
block: fix unintended fallthrough in generic_make_request_checks()
by Nicolai Stange
· 8 years ago
209200e
blk-stat: fix a typo
by Shaohua Li
· 8 years ago
e0c7230
block: factor out req_set_nomerge
by Ritesh Harjani
· 8 years ago
a6f0788
block: add support for REQ_OP_WRITE_ZEROES
by Chaitanya Kulkarni
· 8 years ago
e73c23f
block: add async variant of blkdev_issue_zeroout
by Chaitanya Kulkarni
· 8 years ago
b02d8aa
block: Check partition alignment on zoned block devices
by Damien Le Moal
· 8 years ago
415d3da
blk-mq: Drop explicit timeout sync in hotplug
by Gabriel Krisman Bertazi
· 8 years ago
d62118b
blk-wbt: allow wbt to be enabled always through sysfs
by Jens Axboe
· 8 years ago
fa224ee
blk-wbt: cleanup disable-by-default for CFQ
by Jens Axboe
· 8 years ago
80e091d
blk-wbt: allow reset of default latency through sysfs
by Jens Axboe
· 8 years ago
e00f4f4
block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg
by Tejun Heo
· 8 years ago
3a83f46
block: bio: pass bvec table to bio_init()
by Ming Lei
· 8 years ago
778889d
block: apply blk_partition_remap to REQ_OP_ZONE_RESET
by Shaun Tancheff
· 8 years ago
a0f4bd7
scsi: fc: move FC transport's bsg code to bsg-lib
by Johannes Thumshirn
· 8 years ago
fb6f7c8
block: add bsg_job_put() and bsg_job_get()
by Johannes Thumshirn
· 8 years ago
6aa858c
scsi: fc: use bsg_softirq_done
by Johannes Thumshirn
· 8 years ago
c00da4c
scsi: fc: Use bsg_destroy_job
by Johannes Thumshirn
· 8 years ago
bf0f2d3
block: add reference counting for struct bsg_job
by Johannes Thumshirn
· 8 years ago
64f1c21
blk-mq: make the polling code adaptive
by Jens Axboe
· 8 years ago
06426ad
blk-mq: implement hybrid poll mode for sync O_DIRECT
by Jens Axboe
· 8 years ago
4121d38
blk-wbt: fix old-style function declaration
by Arnd Bergmann
· 8 years ago
0a6219a
block: deal with stale req count of plug list
by Ming Lei
· 8 years ago
dbb3ab0
bsg: Add sparse annotations to bsg_request_fn()
by Bart Van Assche
· 8 years ago
382cf63
blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1
by Jens Axboe
· 8 years ago
8054b89
blk-wbt: remove stat ops
by Jens Axboe
· 8 years ago
d8a0cbf
blk-wbt: store queue instead of bdi
by Jens Axboe
· 8 years ago
bbd7bb7
block: move poll code to blk-mq
by Jens Axboe
· 8 years ago
066a4a7
blk-mq: blk_mq_try_issue_directly() should lookup hardware queue
by Jens Axboe
· 8 years ago
87760e5
block: hook up writeback throttling
by Jens Axboe
· 8 years ago
e34cbd3
blk-wbt: add general throttling mechanism
by Jens Axboe
· 8 years ago
cf43e6b
block: add scalable completion tracking of requests
by Jens Axboe
· 8 years ago
ebc4ff6
block: cfq_cpd_alloc() should use @gfp
by Tejun Heo
· 8 years ago
ae5b2ec
block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSH
by Jens Axboe
· 8 years ago
9e5a7e2
blk-mq: export blk_mq_map_queues
by Christoph Hellwig
· 8 years ago
c02ebfd
blk-mq: Always schedule hctx->next_cpu
by Gabriel Krisman Bertazi
· 8 years ago
d278d4a
block: add code to track actual device queue depth
by Jens Axboe
· 9 years ago
600271d
blk-mq: immediately dispatch big size request
by Shaohua Li
· 8 years ago
50d24c3
block: immediately dispatch big size request
by Shaohua Li
· 8 years ago
46f3cc1
block: drop q argument from bsg_validate_sgv4_hdr
by Johannes Thumshirn
· 8 years ago
2b053ac
blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
by Bart Van Assche
· 8 years ago
6a83e74
blk-mq: Introduce blk_mq_quiesce_queue()
by Bart Van Assche
· 8 years ago
9b7dd57
blk-mq: Remove blk_mq_cancel_requeue_work()
by Bart Van Assche
· 8 years ago
52d7f1b
blk-mq: Avoid that requeueing starts stopped queues
by Bart Van Assche
· 8 years ago
2253efc
blk-mq: Move more code into blk_mq_direct_issue_request()
by Bart Van Assche
· 8 years ago
fd00144
blk-mq: Introduce blk_mq_queue_stopped()
by Bart Van Assche
· 8 years ago
5d1b25c
blk-mq: Introduce blk_mq_hctx_stopped()
by Bart Van Assche
· 8 years ago
bc27c01
blk-mq: Do not invoke .queue_rq() for a stopped queue
by Bart Van Assche
· 8 years ago
2cefe4d
block: add bio_iov_iter_get_pages()
by Kent Overstreet
· 8 years ago
70fd761
block,fs: use REQ_* flags directly
by Christoph Hellwig
· 8 years ago
a2b8096
block: replace REQ_NOIDLE with REQ_IDLE
by Christoph Hellwig
· 8 years ago
aa39ebd
cfq-iosched: use op_is_sync instead of opencoding it
by Christoph Hellwig
· 8 years ago
ef295ec
block: better op and flags encoding
by Christoph Hellwig
· 8 years ago
e806402
block: split out request-only flags into a new namespace
by Christoph Hellwig
· 8 years ago
8d2bbd4
block: replace REQ_THROTTLED with a bio flag
by Christoph Hellwig
· 8 years ago
c4aebd0
block: remove bio_is_rw
by Christoph Hellwig
· 8 years ago
2552e3f
blk-mq: get rid of confusing blk_map_ctx structure
by Jens Axboe
· 8 years ago
7dd2fb6
blk-mq: update hardware and software queues for sleeping alloc
by Jens Axboe
· 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
3c4da758
block: zoned: fix harmless maybe-uninitialized warning
by Arnd Bergmann
· 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
5dc8b36
block: Add iocontext priority to request
by Adam Manzanares
· 8 years ago
3ed05a9
blk-zoned: implement ioctls
by Shaun Tancheff
· 8 years ago
6a0cb1b
block: Implement support for zoned block devices
by Hannes Reinecke
· 8 years ago
2d25344
block: Define zoned block device operations
by Shaun Tancheff
· 8 years ago
987b3b2
block: update chunk_sectors in blk_stack_limits()
by Hannes Reinecke
· 8 years ago
87caf97
blk-sysfs: Add 'chunk_sectors' to sysfs attributes
by Hannes Reinecke
· 8 years ago
797476b
block: Add 'zoned' queue limit
by Damien Le Moal
· 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
Next »