aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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
2017-06-20fs: Introduce IOMAP_NOWAITGoldwyn Rodrigues1-0/+1
2017-06-20fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues2-1/+12
2017-06-20fs: Use RWF_* flags for AIO operationsGoldwyn Rodrigues1-1/+1
2017-06-20fs: Introduce filemap_range_has_page()Goldwyn Rodrigues1-0/+2
2017-06-20fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues2-0/+16
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz1-2/+2
2017-06-20time: Fix clock->read(clock) race around clocksource changesJohn Stultz1-1/+0
2017-06-20uuid: Take const on input of uuid_is_null() and guid_is_null()Andy Shevchenko1-2/+2
2017-06-20Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-0/+4
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-28/+25
2017-06-19Merge tag 'mac80211-for-davem-2017-06-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-2/+2
2017-06-18blk-mq: don't stop queue for quiescingMing Lei1-2/+0
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei2-0/+6
2017-06-18blk-mq: introduce blk_mq_unquiesce_queueMing Lei1-0/+1
2017-06-18blk-mq: introduce blk_mq_quiesce_queue_nowait()Ming Lei1-0/+8
2017-06-18blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.hMing Lei2-1/+1
2017-06-18block: remove bio_clone() and all references.NeilBrown1-5/+0