summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: better op and flags encodingChristoph Hellwig2016-10-2823-221/+148
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-2838-218/+242
* block: replace REQ_THROTTLED with a bio flagChristoph Hellwig2016-10-282-11/+7
* block: move REQ_RAHEAD to common flagsChristoph Hellwig2016-10-281-2/+2
* block: REQ_NOMERGE is common to the bio and requestChristoph Hellwig2016-10-281-1/+1
* block: remove bio_is_rwChristoph Hellwig2016-10-282-12/+1
* blk-mq: get rid of confusing blk_map_ctx structureJens Axboe2016-10-271-13/+5
* blk-mq: update hardware and software queues for sleeping allocJens Axboe2016-10-271-3/+3
* brd: remove support for BLKFLSBUFMike Snitzer2016-10-251-35/+0
* brd: Switch rd_size to unsigned longJan Kara2016-10-251-2/+2
* sd: fix uninitialized variable access in error handlingArnd Bergmann2016-10-241-1/+3
* block: zoned: fix harmless maybe-uninitialized warningArnd Bergmann2016-10-241-4/+2
* sd: Implement support for ZBC devicesHannes Reinecke2016-10-185-35/+843
* blk-zoned: implement ioctlsShaun Tancheff2016-10-185-0/+162
* block: Implement support for zoned block devicesHannes Reinecke2016-10-186-0/+401
* block: Define zoned block device operationsShaun Tancheff2016-10-182-0/+6
* block: update chunk_sectors in blk_stack_limits()Hannes Reinecke2016-10-181-0/+4
* blk-sysfs: Add 'chunk_sectors' to sysfs attributesHannes Reinecke2016-10-182-0/+24
* block: Add 'zoned' queue limitDamien Le Moal2016-10-184-0/+82
* btrfs: assign error values to the correct bio structsJunjie Mao2016-10-171-2/+2
* x86, pkeys: remove cruft from never-merged syscallsDave Hansen2016-10-172-4/+0
* generic syscalls: kill cruft from removed pkey syscallsDave Hansen2016-10-172-7/+0
* Linux 4.9-rc1Linus Torvalds2016-10-151-2/+2
* Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds2016-10-158-283/+244
|\
| * befs: befs: fix style issues in datastream.cLuis de Bethencourt2016-10-081-15/+17
| * befs: improve documentation in datastream.cLuis de Bethencourt2016-10-081-95/+98
| * befs: fix typos in datastream.cLuis de Bethencourt2016-10-081-4/+4
| * befs: fix typos in btree.cLuis de Bethencourt2016-10-081-4/+3
| * befs: fix style issues in super.cLuis de Bethencourt2016-10-081-7/+8
| * befs: fix comment styleLuis de Bethencourt2016-10-081-7/+3
| * befs: add check for ag_shift in superblockLuis de Bethencourt2016-10-081-0/+7
| * befs: dump inode_size superblock informationLuis de Bethencourt2016-10-081-0/+1
| * befs: remove unnecessary initializationSalah Triki2016-10-081-1/+1
| * befs: fix typo in befs_sb_infoSalah Triki2016-10-081-1/+1
| * befs: add flags field to validate superblock stateSalah Triki2016-10-082-1/+6
| * befs: fix typo in befs_find_keyLuis de Bethencourt2016-10-081-1/+1
| * befs: remove unused BEFS_BT_PARMATCHLuis de Bethencourt2016-10-082-19/+16
| * fs: befs: remove ret variableSalah Triki2016-10-081-2/+1
| * fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-1/+1
| * fs: befs: remove unnecessary *befs_sb variableSalah Triki2016-10-081-2/+1
| * fs: befs: remove useless initialization to zeroSalah Triki2016-10-081-1/+1
| * fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-2/+0
| * fs: befs: Insert NULL inode to dentrySalah Triki2016-10-081-0/+1
| * fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirectSalah Triki2016-10-081-2/+0
| * fs: befs: Coding style fixSalah Triki2016-10-081-3/+3
| * fs: befs: Remove redundant validation from befs_find_brun_directSalah Triki2016-10-081-8/+0
| * befs: fix typo in befs_bt_read_node documentationLuis de Bethencourt2016-10-081-2/+2
| * befs: in memory free_node_ptr and max_size never readLuis de Bethencourt2016-10-081-2/+0
| * befs: make consistent use of befs_error()Luis de Bethencourt2016-10-083-4/+9
| * befs: use simpler while loopLuis de Bethencourt2016-10-081-36/+38