aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig2-14/+25
2018-03-13bsg-lib: remove bsg_job.reqChristoph Hellwig1-1/+0
2018-03-13bsg-lib: introduce a timeout field in struct bsg_jobChristoph Hellwig1-0/+2
2018-03-12direct-io: Remove unused DIO_SKIP_DIO_COUNT logicNikolay Borisov1-3/+0
2018-03-12direct-io: Remove unused DIO_ASYNC_EXTEND flagNikolay Borisov1-3/+0
2018-03-08block: Move the queue_flag_*() functions from a public into a private header fileBart Van Assche1-69/+0
2018-03-08block: Complain if queue_flag_(set|clear)_unlocked() is abusedBart Van Assche1-0/+6
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche1-0/+5
2018-03-08block: Reorder the queue flag manipulation function definitionsBart Van Assche1-11/+11
2018-03-01misc: rtsx: rename SG_END macroArnd Bergmann1-6/+6
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche1-1/+2
2018-02-28sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()Omar Sandoval1-0/+8
2018-02-28lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodingsAnshuman Khandual1-10/+13
2018-02-26blktrace_api.h: fix comment for struct blk_user_trace_setupEric Biggers1-1/+1
2018-02-26genhd: Fix BUG in blkdev_open()Jan Kara1-0/+1
2018-02-26genhd: Add helper put_disk_and_module()Jan Kara1-0/+1
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara1-1/+1
2018-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-18/+33
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-12/+54
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony1-0/+4
2018-02-22kconfig.h: Include compiler types to avoid missed struct attributesKees Cook1-0/+3
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann3-1/+20
2018-02-21mm, mlock, vmscan: no more skipping pagevecsShakeel Butt1-2/+0
2018-02-21mm: memcontrol: fix NR_WRITEBACK leak in memcg and system statsJohannes Weiner1-8/+16
2018-02-21Kbuild: always define endianess in kconfig.hArnd Bergmann1-0/+6
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton1-1/+12
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-9/+8
2018-02-18Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2018-02-17Merge tag 'for-linus-20180217' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-02-16udplite: fix partial checksum initializationAlexey Kodanev1-0/+1
2018-02-16skbuff: Fix comment mis-spelling.David S. Miller1-1/+1
2018-02-16Merge tag 'dma-mapping-4.16-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-02-16Merge tag 'sound-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2018-02-16cpumask: Make for_each_cpu_wrap() available on UP as wellMichael Kelley1-0/+2
2018-02-15Merge tag 'acpi-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-5/+5
2018-02-15Merge tag 'pm-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2018-02-15IB/uverbs: Use __aligned_u64 for uapi headersJason Gunthorpe1-2/+2
2018-02-15IB/uverbs: Use u64_to_user_ptr() not a unionJason Gunthorpe1-6/+4
2018-02-15IB/uverbs: Always use the attribute size provided by the userMatan Barak1-7/+28
2018-02-15RDMA/restrack: Remove unimplemented XRCD objectLeon Romanovsky1-4/+0
2018-02-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+3
2018-02-15block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTSMinwoo Im1-1/+1
2018-02-15Merge branches 'pm-cpuidle' and 'pm-opp'Rafael J. Wysocki1-1/+1
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+1
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-16/+22
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]()Andy Lutomirski1-1/+1
2018-02-15nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon1-15/+21
2018-02-13uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc defineHauke Mehrtens2-7/+5
2018-02-13x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck1-6/+0
2018-02-13locking/semaphore: Update the file path in documentationTycho Andersen1-1/+1