aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-03xfs: refactor redo intent item processingDarrick J. Wong3-99/+151
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong20-241/+241
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong23-193/+182
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong24-171/+42
2016-08-03xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong4-0/+115
2016-08-03xfs: clean up typedef usage in the EFI/EFD handling codeDarrick J. Wong2-18/+18
2016-08-03xfs: add tracepoints for the deferred ops mechanismDarrick J. Wong3-0/+218
2016-08-03xfs: move deferred operations into a separate fileDarrick J. Wong3-0/+540
2016-08-03xfs: refactor btree owner change into a separate visit-blocks functionDarrick J. Wong2-50/+96
2016-08-03xfs: introduce interval queries on btreesDarrick J. Wong3-5/+282
2016-08-03xfs: support btrees with overlapping intervals for keysDarrick J. Wong3-13/+392
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds206-2012/+5749
2016-08-03xfs: add function pointers for get/update keys to the btreeDarrick J. Wong5-64/+135
2016-08-03xfs: during btree split, save new block key & ptr for future insertionDarrick J. Wong5-56/+20
2016-08-03xfs: set *stat=1 after iroot reallocDarrick J. Wong1-0/+1
2016-08-03xfs: fix locking of the rt bitmap/summary inodesDarrick J. Wong2-3/+5
2016-08-03xfs: fix attr shortform structure alignment on crisDarrick J. Wong1-0/+1
2016-08-03xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong1-0/+6
2016-08-02Merge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linuxLinus Torvalds9-34/+135
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds31-823/+1412
2016-08-02ipc: delete "nr_ipc_ns"Alexey Dobriyan3-6/+0
2016-08-02kcov: allow more fine-grained coverage instrumentationVegard Nossum2-1/+12
2016-08-02init/Kconfig: add clarification for out-of-tree modulesValdis Kletnieks1-1/+1
2016-08-02config: add android config fragmentsRob Herring3-0/+278
2016-08-02init/Kconfig: ban CONFIG_LOCALVERSION_AUTO with allmodconfigAlexey Dobriyan1-0/+1
2016-08-02relay: add global mode support for buffer-only channelsAkash Goel1-2/+32
2016-08-02init: allow blacklisting of module_init functionsPrarit Bhargava1-0/+6
2016-08-02w1:omap_hdq: fix regressionH. Nikolaus Schaller1-2/+0
2016-08-02w1: add helper macro module_w1_familyAndrew F. Davis11-131/+22
2016-08-02w1: remove need for ida and use PLATFORM_DEVID_AUTOAndrew F. Davis3-66/+13
2016-08-03x86/power/64: Do not refer to __PAGE_OFFSET from assembly codeRafael J. Wysocki2-11/+9
2016-08-02rapidio/switches: add driver for IDT gen3 switchesAlexandre Bounine4-0/+391
2016-08-02powerpc/fsl_rio: apply changes for RIO spec rev 3Alexandre Bounine1-15/+5
2016-08-02rapidio: modify for rev.3 specification changesAlexandre Bounine8-191/+249
2016-08-02rapidio: change inbound window size type to u64Alexandre Bounine3-8/+12
2016-08-02rapidio/idt_gen2: fix locking warningAlexandre Bounine1-4/+3
2016-08-02rapidio: fix error handling in mbox request/release functionsAlexandre Bounine1-12/+42
2016-08-02rapidio/tsi721_dma: advance queue processing from transfer submit callAlexandre Bounine1-0/+1
2016-08-02rapidio/tsi721: add messaging mbox selector parameterAlexandre Bounine2-0/+20
2016-08-02rapidio/tsi721: add PCIe MRRS override parameterAlexandre Bounine2-1/+22
2016-08-02rapidio/tsi721_dma: add channel mask and queue size parametersAlexandre Bounine3-10/+32
2016-08-02rapidio: fix return value description for dma_prep functionsAlexandre Bounine1-2/+6
2016-08-02rapidio/documentation: fix mangled paragraph in mport_cdevAlexandre Bounine1-2/+1
2016-08-02rapidio: remove unnecessary 0x prefixes before %pa extension usesJoe Perches2-6/+6
2016-08-02rapidio: add RapidIO channelized messaging driverAlexandre Bounine6-0/+2574
2016-08-02kexec: add restriction on kexec_load() segment sizeszhong jiang1-0/+17
2016-08-02kexec: allow kdump with crash_kexec_post_notifiersPetr Tesarik1-3/+2
2016-08-02kexec: add a kexec_crash_loaded() functionPetr Tesarik3-1/+9
2016-08-02kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai1-9/+4
2016-08-02ARM: kexec: fix kexec for Keystone 2Russell King2-1/+25