summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenfs
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* xen: Drop un-informative message during bootPunit Agrawal2017-07-271-1/+0
* fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-2/+2
* xen: clean up xenbus internal headersJuergen Gross2017-02-092-2/+2
* xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker2016-03-211-1/+0
* xen: rename dom0_op to platform_opStefano Stabellini2015-12-211-2/+2
* xen: xensyms supportBoris Ostrovsky2015-08-204-0/+157
* xen: Convert printks to pr_<level>Joe Perches2013-06-281-1/+3
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* xenfs: switch to pure simple_fill_super()Al Viro2013-02-221-55/+11
* userns: Convert xenfs to use kuid and kgid where appropriateEric W. Biederman2012-09-211-1/+2
* xen: Add xenbus device driverBastian Blank2011-12-164-596/+3
* xen: Add privcmd device driverBastian Blank2011-12-164-403/+3
* Merge branch 'xen/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Linus Torvalds2011-01-201-18/+13
|\
| * xenbus: Fix memory leak on releaseDaniel De Graaf2010-12-201-0/+5
| * xenbus: avoid zero returns from read()Daniel De Graaf2010-09-091-0/+3
| * xenbus: add missing wakeup in concurrent read/writeDaniel De Graaf2010-09-081-0/+1
| * xenbus: allow any xenbus command over /proc/xen/xenbusDiego Ongaro2010-09-011-16/+2
| * xenfs/xenbus: report partial reads/writes correctlyJeremy Fitzhardinge2010-08-251-2/+2
* | Merge branch 'upstream/for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-11-242-47/+12
|\ \
| * | Revert "xen/privcmd: create address space to allow writable mmaps"Jeremy Fitzhardinge2010-11-181-36/+4
| * | xen/xenfs: update xenfs_mount for new prototypeJeremy Fitzhardinge2010-11-161-3/+3
| * | Merge commit 'v2.6.37-rc2' into upstream/xenfsJeremy Fitzhardinge2010-11-162-4/+6
| |\ \
| * | | xen: set vma flag VM_PFNMAP in the privcmd mmap file_opStefano Stabellini2010-11-111-2/+3
| * | | xen: xenfs: privcmd: check put_user() return codeVasiliy Kulikov2010-10-291-6/+2
* | | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
| |/ / |/| |
* | | convert get_sb_single() usersAl Viro2010-10-291-4/+4
| | |
| \ \
*-. \ \ Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds2010-10-265-6/+567
|\ \ \ \ | | |/ / | |/| |
| * | | xen/privcmd: make privcmd visible in domUJeremy Fitzhardinge2010-10-202-4/+3
| * | | xen/privcmd: move remap_domain_mfn_range() to core xen code and export.Ian Campbell2010-10-201-73/+8
| * | | privcmd: MMAPBATCH: Fix error handling/reportingIan Campbell2010-10-201-15/+41
| * | | xen/privcmd: make sure vma is ours before doing anything to itJeremy Fitzhardinge2010-10-201-0/+3
| * | | xen/privcmd: print SIGBUS faultsJeremy Fitzhardinge2010-10-201-0/+4
| * | | xen/xenfs: set_page_dirty is supposed to return true if it dirtiesJeremy Fitzhardinge2010-10-201-3/+1
| * | | xen/privcmd: create address space to allow writable mmapsJeremy Fitzhardinge2010-10-201-4/+38
| * | | xen: add privcmd driverJeremy Fitzhardinge2010-10-204-1/+440
| * | | xen: add /proc/xen/xsd_{kva,port} to xenfsIan Campbell2010-10-204-2/+125
| |/ /
* | | llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+2
|/ /
* | Merge branch 'xen/xenbus' into upstream/xenJeremy Fitzhardinge2010-08-041-0/+3
|\ \ | |/
| * implement O_NONBLOCK for /proc/xen/xenbusPaolo Bonzini2010-07-261-0/+3
* | xenfs: enable for HVM domains tooJeremy Fitzhardinge2010-07-261-2/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | xen: move Xen-testing predicates to common headerJeremy Fitzhardinge2009-11-041-0/+2
* | headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+1
|/
* xen: add "capabilities" fileJeremy Fitzhardinge2009-03-301-1/+18
* xen: unitialised return value in xenbus_write_transactionIan Campbell2009-01-261-6/+5
* xen: add xenfs to allow usermode <-> Xen interactionAlex Zeffertt2009-01-084-0/+666
OpenPOWER on IntegriCloud