aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03bio-integrity: stop abusing bi_end_ioChristoph Hellwig1-9/+0
2017-07-03bio: add bvec_iter rewind APIDmitry Monakhov2-2/+44
2017-07-03block: guard bvec iteration logicDmitry Monakhov2-6/+12
2017-07-03t10-pi: Move opencoded contants to common headerDmitry Monakhov1-0/+2
2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov1-9/+3
2017-07-03bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov1-3/+2
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+11
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds22-656/+731
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+58
2017-07-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+13
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-638/+102
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds20-87/+299
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds10-78/+90
2017-07-02moduleparam: fix doc: hwparam_irq configures an IRQSylvain 'ythier' Hitier1-1/+1
2017-07-02locking/refcount: Remove the half-implemented refcount_sub() APIKees Cook1-6/+0
2017-06-30uapi/linux/a.out.h: don't use deprecated system-specific predefines.Zack Weinberg1-25/+1
2017-06-30hashtable: remove repeated phrase from a commentJakub Kicinski1-1/+0
2017-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+2
2017-06-28block: provide bio_uninit() free freeing integrity/task associationsJens Axboe1-0/+1
2017-06-28locking/refcount: Create unchecked atomic_t implementationKees Cook1-0/+42
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg1-1/+1
2017-06-27block: remove the queue_bounce_pfn helperChristoph Hellwig1-5/+0
2017-06-27block: move bounce declarations to block/blk.hChristoph Hellwig1-13/+0
2017-06-27nvme: add support for streams and directivesJens Axboe1-0/+48
2017-06-27blk-mq: expose write hints through debugfsJens Axboe1-0/+3
2017-06-27block: add support for write hints in a bioJens Axboe2-0/+3
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe2-12/+56
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar4-3/+7
2017-06-23Merge tag 'acpi-4.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+2
2017-06-23slub: make sysfs file removal asynchronousTejun Heo1-0/+1
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-5/+2
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe1-0/+4
2017-06-22sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker1-4/+4
2017-06-22Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar19-47/+117
2017-06-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar28-58/+154
2017-06-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2017-06-21ACPI / scan: Fix enumeration for special SPI and I2C devicesJarkko Nikula1-1/+2
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2017-06-21blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche1-9/+1
2017-06-21blk-mq: fix performance regression with shared tagsJens Axboe1-0/+2
2017-06-20block: Add a comment above queue_lockdep_assert_held()Bart Van Assche1-0/+7
2017-06-20block: Change argument type of scsi_req_init()Bart Van Assche1-1/+1
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-0/+1
2017-06-20block: Introduce request_queue.initialize_rq_fn()Bart Van Assche2-0/+6
2017-06-20block: Make request operation type argument declarations consistentBart Van Assche2-4/+5
2017-06-20blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche1-2/+3
2017-06-20block: stop using bio_data() in blk_write_same_mergeableChristoph Hellwig1-1/+2
2017-06-20block: remove the unused bio_to_phys macroChristoph Hellwig1-1/+0
2017-06-20block: return on congested block deviceGoldwyn Rodrigues2-0/+10