aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-01arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig2-2/+0
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig18-1/+19
2016-11-01block, fs: move submit_bio to bio.hChristoph Hellwig2-1/+2
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig4-14/+11
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig53-182/+133
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig6-28/+33
2016-11-01block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig2-4/+10
2016-11-01block: don't use REQ_SYNC in the READ_SYNC definitionChristoph Hellwig1-1/+1
2016-11-01btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig2-2/+2
2016-11-01bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig2-4/+3
2016-11-01umem: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1
2016-11-01blk-cgroup: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1
2016-11-01cfq-iosched: use op_is_sync instead of opencoding itChristoph Hellwig1-12/+4
2016-10-28block: add a proper block layer data direction encodingChristoph Hellwig2-13/+30
2016-10-28block: better op and flags encodingChristoph Hellwig23-221/+148
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig38-218/+242
2016-10-28block: replace REQ_THROTTLED with a bio flagChristoph Hellwig2-11/+7
2016-10-28block: move REQ_RAHEAD to common flagsChristoph Hellwig1-2/+2
2016-10-28block: REQ_NOMERGE is common to the bio and requestChristoph Hellwig1-1/+1
2016-10-28block: remove bio_is_rwChristoph Hellwig2-12/+1
2016-10-27blk-mq: get rid of confusing blk_map_ctx structureJens Axboe1-13/+5
2016-10-27blk-mq: update hardware and software queues for sleeping allocJens Axboe1-3/+3
2016-10-25brd: remove support for BLKFLSBUFMike Snitzer1-35/+0
2016-10-25brd: Switch rd_size to unsigned longJan Kara1-2/+2
2016-10-24sd: fix uninitialized variable access in error handlingArnd Bergmann1-1/+3
2016-10-24block: zoned: fix harmless maybe-uninitialized warningArnd Bergmann1-4/+2
2016-10-18sd: Implement support for ZBC devicesHannes Reinecke5-35/+843
2016-10-18blk-zoned: implement ioctlsShaun Tancheff5-0/+162
2016-10-18block: Implement support for zoned block devicesHannes Reinecke6-0/+401
2016-10-18block: Define zoned block device operationsShaun Tancheff2-0/+6
2016-10-18block: update chunk_sectors in blk_stack_limits()Hannes Reinecke1-0/+4
2016-10-18blk-sysfs: Add 'chunk_sectors' to sysfs attributesHannes Reinecke2-0/+24
2016-10-18block: Add 'zoned' queue limitDamien Le Moal4-0/+82
2016-10-17btrfs: assign error values to the correct bio structsJunjie Mao1-2/+2
2016-10-17x86, pkeys: remove cruft from never-merged syscallsDave Hansen2-4/+0
2016-10-17generic syscalls: kill cruft from removed pkey syscallsDave Hansen2-7/+0
2016-10-15Linux 4.9-rc1Linus Torvalds1-2/+2
2016-10-14score: traps: Add missing include file to fix build errorGuenter Roeck1-0/+1
2016-10-14fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsOleg Nesterov1-12/+25
2016-10-14fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov1-3/+3
2016-10-14overlayfs: Fix setting IOP_XATTR flagVivek Goyal1-5/+6
2016-10-14iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum2-0/+51
2016-10-14CIFS: Retrieve uid and gid from special sid if enabledSteve French1-0/+123
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French4-1/+11
2016-10-14qedr: Add events support and register IB deviceRam Amrani3-2/+158
2016-10-14qedr: Add GSI supportRam Amrani7-1/+706
2016-10-14qedr: Add LL2 RoCE interfaceRam Amrani2-2/+34
2016-10-14qedr: Add support for data pathRam Amrani5-1/+1614
2016-10-14qedr: Add support for memory registeration verbsRam Amrani4-1/+425
2016-10-14qedr: Add support for QP verbsRam Amrani7-1/+1320