summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Orangefs: add verification to decode_direntsMike Marshall2016-01-151-25/+93
* Orangefs: add protocol information to Documentation/filesystems/orangefs.txtMike Marshall2016-01-131-1/+217
* Orangefs: make .statfs gossip_debug more complete.Mike Marshall2016-01-131-3/+7
* Orangefs: define a minimum compatible userspace version.Mike Marshall2016-01-131-0/+1
* Orangefs: change ORANGEFS_VERSION from "Unknown" to "upstream"Mike Marshall2016-01-131-1/+1
* Orangefs: rename orangefs_kernel_op_s.aio_ref_count to just ref_count.Mike Marshall2016-01-132-7/+6
* Orangefs: implement .write_iterMike Marshall2016-01-131-263/+199
* Orangefs: add orangefs to MAINTAINERSMike Marshall2016-01-041-0/+8
* orangefs: Fix some more global namespace pollution.Martin Brandenburg2016-01-046-50/+33
* orangefs: Don't pollute global namespaceRichard Weinberger2016-01-043-7/+7
* OrangeFS: constify export_operations structuresJulia Lawall2016-01-041-1/+1
* Orangefs: don't trigger copy_attributes_to_inode from d_revalidate.Mike Marshall2015-12-301-36/+14
* Orangefs: don't change EXTRAVERSIONMike Marshall2015-12-281-1/+1
* orangefs: fix typo in ornagefs_inode_lockArnd Bergmann2015-12-281-1/+1
* Orangefs: use kzalloc for kmalloc + memset 0Nicholas Mc Guire2015-12-281-2/+1
* Orangefs: validate resp.listxattr.returned_countMike Marshall2015-12-171-1/+11
* Orangefs: don't use deprecated xattr defines.Mike Marshall2015-12-171-11/+2
* orangefs: Do not unref if there is no bufmap.Martin Brandenburg2015-12-171-8/+19
* orangefs: Remove useless inline qualifier from bufmap functions.Martin Brandenburg2015-12-172-6/+2
* orangefs: Change visibility of several bufmap helpers to static.Martin Brandenburg2015-12-172-13/+10
* orangefs: Remove ``aligned'' upcall and downcall length macros.Martin Brandenburg2015-12-173-26/+8
* Orangefs: do not finalize bufmap if it was never initialized.Martin Brandenburg2015-12-151-2/+9
* Orangefs: Don't wait the old-fashioned way.Mike Marshall2015-12-143-43/+26
* Orangefs: de-uglify orangefs_devreq_writev, and devorangefs-req.c in generalMike Marshall2015-12-141-99/+166
* Orangef: remove overlooked old-style userspace debug partsMike Marshall2015-12-111-201/+1
* Orangefs: improve commentsMike Marshall2015-12-111-3/+6
* Orangefs: don't keep checking stuff in on Friday afternoon.Mike Marshall2015-12-111-1/+1
* Orangefs: don't expose internal details of pathname resolution to userspace.Mike Marshall2015-12-041-1/+1
* Orangefs: change pvfs2 filenames to orangefsMike Marshall2015-12-0426-47/+47
* OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu2015-12-0325-1785/+1785
* fs: out of bounds on stack in iov_iter_advanceAl Viro2015-11-163-46/+30
* Orangefs: Merge tag 'v4.4-rc1' into for-nextMike Marshall2015-11-169821-236315/+477081
|\
| * Linux 4.4-rc1v4.4-rc1Linus Torvalds2015-11-161-2/+2
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-1537-292/+947
| |\
| | * perf/x86/intel/rapl: Remove the unused RAPL_EVENT_DESC() macroHuang Rui2015-11-121-6/+0
| | * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-11-125-4/+14
| | |\
| | | * tools include: Add compiler.h to list.hArnaldo Carvalho de Melo2015-11-111-0/+1
| | | * perf probe: Verify parameters in two functionsWang Nan2015-11-111-0/+6
| | | * perf session: Add missing newlines to some pr_err() callsArnaldo Carvalho de Melo2015-11-111-4/+4
| | | * perf annotate: Support full source file paths for srcline fixMichael Petlan2015-11-111-0/+1
| | | * perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignoreYunlong Song2015-11-111-0/+2
| | |/
| | * perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra2015-11-091-0/+4
| | * perf: Disable IRQs across RCU RS CS that acquires scheduler lockPaul E. McKenney2015-11-091-8/+9
| | * Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-11-0831-274/+920
| | |\
| | | * perf test: Do not be case sensitive when searching for matching testsArnaldo Carvalho de Melo2015-11-061-1/+1
| | | * perf test: Add 'perf test BPF'Wang Nan2015-11-066-1/+248
| | | * perf test: Enhance the LLVM tests: add kbuild testWang Nan2015-11-064-1/+35
| | | * perf test: Enhance the LLVM test: update basic BPF test programWang Nan2015-11-064-31/+129
| | | * perf bpf: Improve BPF related error messagesWang Nan2015-11-064-15/+108
| | | * perf tools: Make fetch_kernel_version() publicly availableWang Nan2015-11-063-33/+49