index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/bio-integrity.c: Add #include "blk.h"
Bart Van Assche
2016-06-14
1
-0
/
+1
*
block/partition-generic.c: Remove a set-but-not-used variable
Bart Van Assche
2016-06-14
1
-3
/
+0
*
block: bio: kill BIO_MAX_SIZE
Ming Lei
2016-06-10
1
-1
/
+0
*
cfq-iosched: temporarily boost queue priority for idle classes
Jens Axboe
2016-06-10
2
-1
/
+26
*
block: drbd: avoid to use BIO_MAX_SIZE
Ming Lei
2016-06-09
1
-2
/
+2
*
block: bio: remove BIO_MAX_SECTORS
Ming Lei
2016-06-09
1
-1
/
+0
*
fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES
Ming Lei
2016-06-09
1
-3
/
+1
*
iov_iter: use bvec iterator to implement iterate_bvec()
Ming Lei
2016-06-09
1
-30
/
+15
*
block: mark 1st parameter of bvec_iter_advance as const
Ming Lei
2016-06-09
1
-1
/
+2
*
block: move two bvec structure into bvec.h
Ming Lei
2016-06-09
3
-23
/
+23
*
block: move bvec iterator into include/linux/bvec.h
Ming Lei
2016-06-09
2
-50
/
+75
*
blk-mq: actually hook up defer list when running requests
Omar Sandoval
2016-06-09
1
-1
/
+1
*
block: better packing for struct request
Christoph Hellwig
2016-06-09
1
-3
/
+2
*
ext4: use bio op helprs in ext4 crypto code
Mike Christie
2016-06-08
1
-1
/
+1
*
cfq-iosched: Convert to use highres timers
Jan Kara
2016-06-08
1
-9
/
+12
*
cfq-iosched: Expose microsecond interfaces
Jeff Moyer
2016-06-08
1
-0
/
+40
*
cfq-iosched: Convert from jiffies to nanoseconds
Jeff Moyer
2016-06-08
1
-137
/
+136
*
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
2016-06-07
39
-98
/
+102
*
block: do not use REQ_FLUSH for tracking flush support
Mike Christie
2016-06-07
1
-23
/
+24
*
block, drivers: add REQ_OP_FLUSH operation
Mike Christie
2016-06-07
20
-31
/
+40
*
block, fs, drivers: remove REQ_OP compat defs and related code
Mike Christie
2016-06-07
6
-63
/
+46
*
block, drivers, fs: shrink bi_rw from long to int
Mike Christie
2016-06-07
6
-9
/
+9
*
block: move bio io prio to a new field
Mike Christie
2016-06-07
2
-15
/
+4
*
ide cd: do not set REQ_WRITE on requests.
Mike Christie
2016-06-07
1
-3
/
+0
*
blktrace: use op accessors
Mike Christie
2016-06-07
4
-42
/
+65
*
drivers: use req op accessor
Mike Christie
2016-06-07
14
-34
/
+43
*
block: convert is_sync helpers to use REQ_OPs.
Mike Christie
2016-06-07
4
-11
/
+11
*
block: convert merge/insert code to check for REQ_OPs.
Mike Christie
2016-06-07
3
-15
/
+17
*
blkg_rwstat: separate op from flags
Mike Christie
2016-06-07
2
-26
/
+36
*
block: prepare elevator to use REQ_OPs.
Mike Christie
2016-06-07
4
-9
/
+8
*
block: prepare mq request creation to use REQ_OPs
Mike Christie
2016-06-07
1
-14
/
+16
*
block: prepare request creation/destruction code to use REQ_OPs
Mike Christie
2016-06-07
1
-25
/
+29
*
block: copy bio op to request op
Mike Christie
2016-06-07
1
-3
/
+3
*
xen: use bio op accessors
Mike Christie
2016-06-07
1
-12
/
+15
*
target: use bio op accessors
Mike Christie
2016-06-07
2
-16
/
+15
*
md: use bio op accessors
Mike Christie
2016-06-07
10
-84
/
+88
*
drbd: use bio op accessors
Mike Christie
2016-06-07
6
-42
/
+59
*
bcache: use bio op accessors
Mike Christie
2016-06-07
7
-28
/
+31
*
dm: use bio op accessors
Mike Christie
2016-06-07
14
-80
/
+99
*
dm: pass dm stats data dir instead of bi_rw
Mike Christie
2016-06-07
2
-14
/
+16
*
pm: use bio op accessors
Mike Christie
2016-06-07
1
-12
/
+18
*
ocfs2: use bio op accessors
Mike Christie
2016-06-07
1
-4
/
+6
*
nilfs: use bio op accessors
Mike Christie
2016-06-07
1
-8
/
+9
*
mpage: use bio op accessors
Mike Christie
2016-06-07
1
-20
/
+20
*
hfsplus: use bio op accessors
Mike Christie
2016-06-07
4
-11
/
+16
*
xfs: use bio op accessors
Mike Christie
2016-06-07
2
-20
/
+18
*
gfs2: use bio op accessors
Mike Christie
2016-06-07
5
-14
/
+16
*
f2fs: use bio op accessors
Mike Christie
2016-06-07
9
-54
/
+81
*
btrfs: use bio fields for op and flags
Mike Christie
2016-06-07
9
-67
/
+54
*
btrfs: update __btrfs_map_block for REQ_OP transition
Mike Christie
2016-06-07
4
-29
/
+34
[next]