summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* dm: add infrastructure for DAX supportToshi Kani2016-07-201-0/+10
* Merge remote-tracking branch 'jens/for-4.8/core' into dm-4.8Mike Snitzer2016-07-202-4/+11
|\
| * block: do not merge requests without consulting with io schedulerTahsin Erdogan2016-07-201-3/+8
| * block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani2016-07-201-0/+2
| * block: Convert fifo_time from ulong to u64Jan Kara2016-06-281-1/+1
* | dm mpath: add optional "queue_mode" featureMike Snitzer2016-06-101-0/+16
|/
* block: bio: kill BIO_MAX_SIZEMing Lei2016-06-091-1/+0
* block: bio: remove BIO_MAX_SECTORSMing Lei2016-06-091-1/+0
* block: mark 1st parameter of bvec_iter_advance as constMing Lei2016-06-091-1/+2
* block: move two bvec structure into bvec.hMing Lei2016-06-093-23/+23
* block: move bvec iterator into include/linux/bvec.hMing Lei2016-06-092-50/+75
* block: better packing for struct requestChristoph Hellwig2016-06-091-3/+2
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-072-6/+6
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-072-1/+5
* block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie2016-06-074-61/+45
* block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-071-1/+1
* block: move bio io prio to a new fieldMike Christie2016-06-072-15/+4
* blktrace: use op accessorsMike Christie2016-06-071-1/+1
* block: convert is_sync helpers to use REQ_OPs.Mike Christie2016-06-071-3/+3
* block: convert merge/insert code to check for REQ_OPs.Mike Christie2016-06-071-10/+10
* blkg_rwstat: separate op from flagsMike Christie2016-06-071-6/+7
* block: prepare elevator to use REQ_OPs.Mike Christie2016-06-071-2/+2
* dm: use bio op accessorsMike Christie2016-06-071-1/+2
* direct-io: use bio set/get op accessorsMike Christie2016-06-071-1/+1
* block discard: use bio set op accessorMike Christie2016-06-071-1/+2
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-5/+10
* block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie2016-06-071-1/+1
* fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-1/+1
* fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-4/+5
* block: add REQ_OP definitions and helpersMike Christie2016-06-074-3/+60
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-072-2/+2
* devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2016-06-052-5/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-06-043-6/+6
|\
| * FS-Cache: make check_consistency callback return intYan, Zheng2016-06-011-1/+1
| * libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2016-05-302-5/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-041-7/+36
|\ \
| * | mm: check the return value of lookup_page_ext for all call sitesYang Shi2016-06-031-7/+36
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-06-031-3/+3
|\ \ \
| * | | irqchip/gic-v3: Fix copy+paste mistakes in definesAndrew Jones2016-06-021-2/+2
| * | | irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding maskMarc Zyngier2016-06-021-1/+1
| | |/ | |/|
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-06-031-0/+3
|\ \ \ | |_|/ |/| |
| * | time: Make settimeofday error checking work againJohn Stultz2016-06-011-0/+3
| |/
* | Merge tag 'dma-buf-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-06-013-3/+65
|\ \
| * | fence: add missing descriptions for fenceLuis de Bethencourt2016-05-311-0/+2
| * | reservation: add headerdoc commentsRob Clark2016-05-311-0/+53
| * | dma-buf: headerdoc fixesRob Clark2016-05-311-3/+10
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-311-0/+2
|\ \ | |/ |/|
| * sctp: sctp_diag should dump sctp socket typeXin Long2016-05-311-0/+2
* | Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-284-110/+141
|\ \
| * | <linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin2016-05-281-3/+24