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,fs: untangle fs.h and blk_types.h
Christoph Hellwig
2016-11-01
18
-1
/
+19
*
block, fs: move submit_bio to bio.h
Christoph Hellwig
2016-11-01
2
-1
/
+2
*
fs: decouple READ and WRITE from the block layer ops
Christoph Hellwig
2016-11-01
4
-14
/
+11
*
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-11-01
53
-182
/
+133
*
block: replace REQ_NOIDLE with REQ_IDLE
Christoph Hellwig
2016-11-01
6
-28
/
+33
*
block: treat REQ_FUA and REQ_PREFLUSH as synchronous
Christoph Hellwig
2016-11-01
2
-4
/
+10
*
block: don't use REQ_SYNC in the READ_SYNC definition
Christoph Hellwig
2016-11-01
1
-1
/
+1
*
btrfs: use op_is_sync to check for synchronous requests
Christoph Hellwig
2016-11-01
2
-2
/
+2
*
bcache: use op_is_sync to check for synchronous requests
Christoph Hellwig
2016-11-01
2
-4
/
+3
*
umem: use op_is_sync to check for synchronous requests
Christoph Hellwig
2016-11-01
1
-1
/
+1
*
blk-cgroup: use op_is_sync to check for synchronous requests
Christoph Hellwig
2016-11-01
1
-1
/
+1
*
cfq-iosched: use op_is_sync instead of opencoding it
Christoph Hellwig
2016-11-01
1
-12
/
+4
*
block: add a proper block layer data direction encoding
Christoph Hellwig
2016-10-28
2
-13
/
+30
*
block: better op and flags encoding
Christoph Hellwig
2016-10-28
23
-221
/
+148
*
block: split out request-only flags into a new namespace
Christoph Hellwig
2016-10-28
38
-218
/
+242
*
block: replace REQ_THROTTLED with a bio flag
Christoph Hellwig
2016-10-28
2
-11
/
+7
*
block: move REQ_RAHEAD to common flags
Christoph Hellwig
2016-10-28
1
-2
/
+2
*
block: REQ_NOMERGE is common to the bio and request
Christoph Hellwig
2016-10-28
1
-1
/
+1
*
block: remove bio_is_rw
Christoph Hellwig
2016-10-28
2
-12
/
+1
*
blk-mq: get rid of confusing blk_map_ctx structure
Jens Axboe
2016-10-28
1
-13
/
+5
*
blk-mq: update hardware and software queues for sleeping alloc
Jens Axboe
2016-10-28
1
-3
/
+3
*
brd: remove support for BLKFLSBUF
Mike Snitzer
2016-10-25
1
-35
/
+0
*
brd: Switch rd_size to unsigned long
Jan Kara
2016-10-25
1
-2
/
+2
*
sd: fix uninitialized variable access in error handling
Arnd Bergmann
2016-10-25
1
-1
/
+3
*
block: zoned: fix harmless maybe-uninitialized warning
Arnd Bergmann
2016-10-25
1
-4
/
+2
*
sd: Implement support for ZBC devices
Hannes Reinecke
2016-10-19
5
-35
/
+843
*
blk-zoned: implement ioctls
Shaun Tancheff
2016-10-18
5
-0
/
+162
*
block: Implement support for zoned block devices
Hannes Reinecke
2016-10-18
6
-0
/
+401
*
block: Define zoned block device operations
Shaun Tancheff
2016-10-18
2
-0
/
+6
*
block: update chunk_sectors in blk_stack_limits()
Hannes Reinecke
2016-10-18
1
-0
/
+4
*
blk-sysfs: Add 'chunk_sectors' to sysfs attributes
Hannes Reinecke
2016-10-18
2
-0
/
+24
*
block: Add 'zoned' queue limit
Damien Le Moal
2016-10-18
4
-0
/
+82
*
btrfs: assign error values to the correct bio structs
Junjie Mao
2016-10-17
1
-2
/
+2
*
x86, pkeys: remove cruft from never-merged syscalls
Dave Hansen
2016-10-17
2
-4
/
+0
*
generic syscalls: kill cruft from removed pkey syscalls
Dave Hansen
2016-10-17
2
-7
/
+0
*
Linux 4.9-rc1
v4.9-rc1
Linus Torvalds
2016-10-15
1
-2
/
+2
*
Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befs
Linus Torvalds
2016-10-15
8
-283
/
+244
|
\
|
*
befs: befs: fix style issues in datastream.c
Luis de Bethencourt
2016-10-08
1
-15
/
+17
|
*
befs: improve documentation in datastream.c
Luis de Bethencourt
2016-10-08
1
-95
/
+98
|
*
befs: fix typos in datastream.c
Luis de Bethencourt
2016-10-08
1
-4
/
+4
|
*
befs: fix typos in btree.c
Luis de Bethencourt
2016-10-08
1
-4
/
+3
|
*
befs: fix style issues in super.c
Luis de Bethencourt
2016-10-08
1
-7
/
+8
|
*
befs: fix comment style
Luis de Bethencourt
2016-10-08
1
-7
/
+3
|
*
befs: add check for ag_shift in superblock
Luis de Bethencourt
2016-10-08
1
-0
/
+7
|
*
befs: dump inode_size superblock information
Luis de Bethencourt
2016-10-08
1
-0
/
+1
|
*
befs: remove unnecessary initialization
Salah Triki
2016-10-08
1
-1
/
+1
|
*
befs: fix typo in befs_sb_info
Salah Triki
2016-10-08
1
-1
/
+1
|
*
befs: add flags field to validate superblock state
Salah Triki
2016-10-08
2
-1
/
+6
|
*
befs: fix typo in befs_find_key
Luis de Bethencourt
2016-10-08
1
-1
/
+1
|
*
befs: remove unused BEFS_BT_PARMATCH
Luis de Bethencourt
2016-10-08
2
-19
/
+16
[next]