index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
atmel
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-20
block: remove the blk_execute_rq return value
Christoph Hellwig
16
-28
/
+34
2017-04-20
pd: don't check blk_execute_rq return value.
Christoph Hellwig
1
-5
/
+2
2017-04-20
bdi: Drop 'parent' argument from bdi_register[_va]()
Jan Kara
4
-15
/
+11
2017-04-20
block: Remove unused functions
Jan Kara
2
-55
/
+6
2017-04-20
fs: Remove SB_I_DYNBDI flag
Jan Kara
6
-11
/
+1
2017-04-20
ubifs: Convert to separately allocated bdi
Jan Kara
2
-19
/
+9
2017-04-20
nfs: Convert to separately allocated bdi
Jan Kara
5
-36
/
+28
2017-04-20
ncpfs: Convert to separately allocated bdi
Jan Kara
2
-7
/
+2
2017-04-20
nilfs2: Convert to properly refcounting bdi
Jan Kara
1
-1
/
+2
2017-04-20
gfs2: Convert to properly refcounting bdi
Jan Kara
1
-6
/
+3
2017-04-20
fuse: Get rid of bdi_initialized
Jan Kara
3
-8
/
+2
2017-04-20
fuse: Convert to separately allocated bdi
Jan Kara
3
-36
/
+17
2017-04-20
exofs: Convert to separately allocated bdi
Jan Kara
2
-12
/
+6
2017-04-20
coda: Convert to separately allocated bdi
Jan Kara
2
-8
/
+4
2017-04-20
mtd: Convert to dynamically allocated bdi infrastructure
Jan Kara
3
-17
/
+18
2017-04-20
afs: Convert to separately allocated bdi
Jan Kara
3
-10
/
+4
2017-04-20
ecryptfs: Convert to separately allocated bdi
Jan Kara
2
-4
/
+1
2017-04-20
cifs: Convert to separately allocated bdi
Jan Kara
3
-12
/
+6
2017-04-20
ceph: Convert to separately allocated bdi
Jan Kara
4
-28
/
+17
2017-04-20
btrfs: Convert to separately allocated bdi
Jan Kara
3
-30
/
+14
2017-04-20
9p: Convert to separately allocated bdi
Jan Kara
3
-13
/
+13
2017-04-20
lustre: Convert to separately allocated bdi
Jan Kara
2
-25
/
+3
2017-04-20
fs: Get proper reference for s_bdi
Jan Kara
1
-5
/
+2
2017-04-20
fs: Provide infrastructure for dynamic BDIs in filesystems
Jan Kara
3
-1
/
+56
2017-04-20
bdi: Export bdi_alloc_node() and bdi_put()
Jan Kara
1
-0
/
+2
2017-04-20
block: Unregister bdi on last reference drop
Jan Kara
1
-0
/
+2
2017-04-20
bdi: Provide bdi_register_va() and bdi_alloc()
Jan Kara
2
-5
/
+21
2017-04-20
blk-throttle: fix unused variable warning with BLK_DEV_THROTTLING_LOW=n
Jens Axboe
1
-7
/
+15
2017-04-20
bfq: fix compile error if CONFIG_CGROUPS=n
Jens Axboe
1
-3
/
+2
2017-04-20
block, bfq: don't dereference bic before null checking it
Colin Ian King
1
-2
/
+2
2017-04-20
ligtnvm: fix double blk_put_queue on same queue
Rakesh Pandit
1
-0
/
+1
2017-04-20
block: Optimize ioprio_best()
Bart Van Assche
1
-11
/
+1
2017-04-20
block: Inline blk_rq_set_prio()
Bart Van Assche
2
-15
/
+6
2017-04-20
lightnvm: Use blk_init_request_from_bio() instead of open-coding it
Bart Van Assche
1
-5
/
+1
2017-04-20
null_blk: Use blk_init_request_from_bio() instead of open-coding it
Bart Van Assche
1
-8
/
+1
2017-04-20
block: Export blk_init_request_from_bio()
Bart Van Assche
4
-4
/
+5
2017-04-19
lightnvm: assume 64-bit lba numbers
Arnd Bergmann
1
-1
/
+1
2017-04-19
block: make __blk_end_bidi_request private
Christoph Hellwig
3
-4
/
+2
2017-04-19
block: remove blk_end_request_cur
Christoph Hellwig
2
-19
/
+0
2017-04-19
block: remove blk_end_request_err and __blk_end_request_err
Christoph Hellwig
2
-41
/
+0
2017-04-19
block: remove the osdblk driver
Christoph Hellwig
3
-710
/
+0
2017-04-19
block: Make writeback throttling defaults consistent for SQ devices
Jan Kara
4
-18
/
+27
2017-04-19
block, bfq: split bfq-iosched.c into multiple source files
Paolo Valente
5
-3625
/
+3738
2017-04-19
block, bfq: remove all get and put of I/O contexts
Paolo Valente
1
-120
/
+23
2017-04-19
block, bfq: handle bursts of queue activations
Arianna Avanzini
1
-15
/
+389
2017-04-19
block, bfq: boost the throughput with random I/O on NCQ-capable HDDs
Paolo Valente
1
-10
/
+6
2017-04-19
block, bfq: boost the throughput on NCQ-capable flash-based devices
Paolo Valente
1
-48
/
+106
2017-04-19
block, bfq: reduce idling only in symmetric scenarios
Arianna Avanzini
1
-7
/
+280
2017-04-19
block, bfq: add Early Queue Merge (EQM)
Arianna Avanzini
1
-41
/
+840
2017-04-19
block, bfq: reduce latency during request-pool saturation
Paolo Valente
1
-3
/
+63
[next]