aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs
Commit message (Expand)AuthorAgeFilesLines
* fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-1/+1
* fs/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-1/+1
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-1/+1
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | orangefs: no need to check for service_operation returns > 0Mike Marshall2018-10-181-1/+1
* | orangefs: some error code paths missed kmem_cache_freeMike Marshall2018-10-181-3/+3
* | orangefs: don't let orangefs_iget return NULL.Mike Marshall2018-10-181-1/+5
* | orangefs: don't let orangefs_new_inode return NULLMike Marshall2018-10-181-1/+1
* | orangefs: rate limit the client not running info messageColin Ian King2018-10-101-1/+1
* | orangefs: cache NULL when both default_acl and acl are NULLChengguang Xu2018-10-101-0/+4
|/
* orangefs: remove redundant pointer orangefs_inodeColin Ian King2018-08-141-3/+0
* orangefs: Adding new return type vm_fault_tSouptick Joarder2018-08-141-9/+10
* Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-171-1/+1
|\
| * fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2018-06-151-1/+1
* | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-161-42/+12
|\ \ | |/ |/|
| * orangefs: simplify compat ioctl handlingAl Viro2018-06-151-42/+12
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-152-2/+2
|\ \
| * \ Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-142-2/+2
| |\ \ | | |/ | |/|
| | * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-052-2/+2
* | | Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-0711-76/+91
|\ \ \
| * | | orangefs: use sparse annotations for holding locks across function calls.Mike Marshall2018-06-011-4/+10
| * | | orangefs: make debug_help_fops staticMike Marshall2018-06-011-1/+1
| * | | orangefs: remove unused function orangefs_get_bufmap_initMike Marshall2018-06-011-14/+0
| * | | orangefs: specify user pointers when using dev_map_desc and bufmapMike Marshall2018-06-012-2/+2
| * | | orangefs: formatting cleanupsMike Marshall2018-06-016-39/+55
| * | | orangefs: set i_size on new symlinkMartin Brandenburg2018-06-011-0/+7
| * | | orangefs: report attributes_mask and attributes for statxMartin Brandenburg2018-06-011-0/+7
| * | | orangefs: make struct orangefs_file_vm_ops staticColin Ian King2018-06-011-1/+1
| * | | orangefs: revamp block sizesMartin Brandenburg2018-06-014-15/+8
| |/ /
* / / orangefs_lookup: simplifyAl Viro2018-05-221-56/+8
|/ /
* / do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-6/+3
|/
* orangefs_kill_sb(): deal with allocation failuresAl Viro2018-04-151-0/+5
* Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-097-241/+78
|\
| * orangefs: remove unused codeMartin Brandenburg2018-04-033-128/+0
| * orangefs: make several *_operations structs staticMartin Brandenburg2018-04-033-31/+28
| * orangefs: implement vm_ops->faultMartin Brandenburg2018-04-031-2/+28
| * orangefs: open code short single-use functionsMartin Brandenburg2018-04-021-76/+19
| * orangefs: replace vmalloc and memset with vzallocColin Ian King2018-04-021-2/+1
| * orangefs: bug fix for a race condition when getting a slotDavid Reynolds2018-04-021-2/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-1/+0
|\ \
| * | get rid of pointless includes of fs_struct.hAl Viro2018-02-221-1/+0
| |/
* / treewide: Fix typos in printkMasanari Iida2018-03-271-1/+1
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds2018-02-088-92/+74
|\
| * orangefs: reverse sense of is-inode-stale test in d_revalidateMartin Brandenburg2018-02-061-10/+7
| * orangefs: simplify orangefs_inode_is_staleMartin Brandenburg2018-02-061-24/+30
| * Orangefs: don't propogate whacky error codesMike Marshall2018-02-061-0/+1
| * orangefs: use correct string lengthXiongfeng Wang2018-02-063-12/+12
| * orangefs: make orangefs_make_bad_inode staticMartin Brandenburg2018-02-062-21/+19
| * orangefs: remove ORANGEFS_KERNEL_DEBUGMartin Brandenburg2018-02-061-6/+2