summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe
2016-11-02block: add REQ_BACKGROUNDJens Axboe
2016-11-01block: remove the CONFIG_BLOCK ifdef in blk_types.hChristoph Hellwig
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig
2016-11-01ceph: don't include blk_types.h in messenger.hChristoph Hellwig
2016-11-01arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig
2016-11-01block, fs: move submit_bio to bio.hChristoph Hellwig
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig
2016-11-01block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig
2016-11-01block: don't use REQ_SYNC in the READ_SYNC definitionChristoph Hellwig
2016-11-01btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig
2016-11-01bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig
2016-11-01umem: use op_is_sync to check for synchronous requestsChristoph Hellwig
2016-11-01blk-cgroup: use op_is_sync to check for synchronous requestsChristoph Hellwig
2016-11-01cfq-iosched: use op_is_sync instead of opencoding itChristoph Hellwig
2016-10-28block: add a proper block layer data direction encodingChristoph Hellwig
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-10-28block: replace REQ_THROTTLED with a bio flagChristoph Hellwig
2016-10-28block: move REQ_RAHEAD to common flagsChristoph Hellwig
2016-10-28block: REQ_NOMERGE is common to the bio and requestChristoph Hellwig
2016-10-28block: remove bio_is_rwChristoph Hellwig
2016-10-27blk-mq: get rid of confusing blk_map_ctx structureJens Axboe
2016-10-27blk-mq: update hardware and software queues for sleeping allocJens Axboe
2016-10-25brd: remove support for BLKFLSBUFMike Snitzer
2016-10-25brd: Switch rd_size to unsigned longJan Kara
2016-10-24sd: fix uninitialized variable access in error handlingArnd Bergmann
2016-10-24block: zoned: fix harmless maybe-uninitialized warningArnd Bergmann
2016-10-18sd: Implement support for ZBC devicesHannes Reinecke
2016-10-18blk-zoned: implement ioctlsShaun Tancheff
2016-10-18block: Implement support for zoned block devicesHannes Reinecke
2016-10-18block: Define zoned block device operationsShaun Tancheff
2016-10-18block: update chunk_sectors in blk_stack_limits()Hannes Reinecke
2016-10-18blk-sysfs: Add 'chunk_sectors' to sysfs attributesHannes Reinecke
2016-10-18block: Add 'zoned' queue limitDamien Le Moal
2016-10-17btrfs: assign error values to the correct bio structsJunjie Mao
2016-10-17x86, pkeys: remove cruft from never-merged syscallsDave Hansen
2016-10-17generic syscalls: kill cruft from removed pkey syscallsDave Hansen
2016-10-15Linux 4.9-rc1Linus Torvalds
2016-10-15Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-10-15Merge tag 'sound-fix-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2016-10-14Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro