summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox2018-10-214-72/+22
* page cache: Convert find_get_pages_range to XArrayMatthew Wilcox2018-10-211-33/+19
* page cache: Convert find_get_entries to XArrayMatthew Wilcox2018-10-211-28/+23
* page cache: Convert find_get_entry to XArrayMatthew Wilcox2018-10-211-35/+28
* page cache: Convert page deletion to XArrayMatthew Wilcox2018-10-211-18/+13
* page cache: Add and replace pages using the XArrayMatthew Wilcox2018-10-214-90/+66
* page cache: Convert hole search to XArrayMatthew Wilcox2018-10-214-65/+55
* page cache: Rearrange address_spaceMatthew Wilcox2018-10-211-15/+31
* ida: Convert to XArrayMatthew Wilcox2018-10-214-263/+213
* xarray: Track free entries in an XArrayMatthew Wilcox2018-10-214-7/+266
* xarray: Add MAINTAINERS entryMatthew Wilcox2018-10-211-0/+11
* xarray: Add xa_reserve and xa_releaseMatthew Wilcox2018-10-214-2/+125
* xarray: Add xas_create_rangeMatthew Wilcox2018-10-213-0/+182
* xarray: Add xas_for_each_conflictMatthew Wilcox2018-10-213-0/+146
* xarray: Step through an XArrayMatthew Wilcox2018-10-213-0/+256
* xarray: Destroy an XArrayMatthew Wilcox2018-10-213-0/+63
* xarray: Extract entries from an XArrayMatthew Wilcox2018-10-212-0/+82
* xarray: Add XArray iteratorsMatthew Wilcox2018-10-213-0/+640
* xarray: Add XArray conditional store operationsMatthew Wilcox2018-10-213-0/+151
* xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-2110-9/+1055
* xarray: Add XArray marksMatthew Wilcox2018-10-217-13/+445
* xarray: Add XArray load operationMatthew Wilcox2018-10-2114-45/+661
* xarray: Add documentationMatthew Wilcox2018-10-212-0/+405
* xarray: Define struct xa_nodeMatthew Wilcox2018-10-215-73/+77
* xarray: Add definition of struct xarrayMatthew Wilcox2018-10-2112-68/+181
* xarray: Change definition of sibling entriesMatthew Wilcox2018-09-296-50/+121
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-2926-232/+278
* idr: Permit any valid kernel pointer to be storedMatthew Wilcox2018-09-293-10/+78
* Update email addressMatthew Wilcox2018-09-299-11/+18
* Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman2018-09-298-19/+25
|\
| * Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-linusJens Axboe2018-09-281-2/+4
| |\
| | * nvme: properly propagate errors in nvme_mpath_initSusobhan Dey2018-09-251-2/+4
| * | xen/blkfront: correct purging of persistent grantsJuergen Gross2018-09-281-2/+2
| * | Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"Jens Axboe2018-09-281-1/+3
| * | blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov2018-09-271-2/+2
| * | bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang2018-09-273-3/+12
| * | xen/blkfront: When purging persistent grants, keep them in the bufferBoris Ostrovsky2018-09-271-3/+1
| * | block: fix deadline elevator drain for zoned block devicesDamien Le Moal2018-09-261-1/+1
| * | blk-mq: Allow blocking queue tag iter callbacksKeith Busch2018-09-251-9/+4
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-09-291-19/+0
|\ \ \
| * | | x86/boot: Fix kexec booting failure in the SEV bit detection codeKairui Song2018-09-271-19/+0
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Greg Kroah-Hartman2018-09-293-13/+28
|\ \ \ \
| * \ \ \ Merge branch 'clockevents/4.19-fixes' of https://git.linaro.org/people/daniel...Thomas Gleixner2018-09-271-6/+14
| |\ \ \ \
| | * | | | clocksource/drivers/timer-atmel-pit: Properly handle error casesAlexandre Belloni2018-09-271-6/+14
| * | | | | Merge branch 'clockevents/4.19-fixes' of https://git.linaro.org/people/daniel...Thomas Gleixner2018-09-242-7/+14
| |\| | | |
| | * | | | clocksource/drivers/fttmr010: Fix set_next_event handlerTao Ren2018-09-241-7/+11
| | * | | | clocksource/drivers/ti-32k: Add CLOCK_SOURCE_SUSPEND_NONSTOP flag for non-am4...Keerthy2018-09-131-0/+3
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-09-291-0/+6
|\ \ \ \ \ \
| * | | | | | perf/core: Add sanity check to deal with pinned event failureReinette Chatre2018-09-281-0/+6
* | | | | | | Merge tag 'pm-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Greg Kroah-Hartman2018-09-291-2/+2
|\ \ \ \ \ \ \