summaryrefslogtreecommitdiffstats
path: root/fs/orangefs
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
* Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-0914-490/+1300
|\
| * orangefs: truncate before updating sizeMartin Brandenburg2019-05-031-1/+5
| * orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall2019-05-035-15/+156
| * orangefs: pass slot index back to readpage.Mike Marshall2019-05-033-6/+6
| * orangefs: remember count when reading.Mike Marshall2019-05-032-1/+29
| * orangefs: add orangefs_revalidate_mappingMartin Brandenburg2019-05-035-19/+328
| * orangefs: implement writepagesMartin Brandenburg2019-05-031-0/+1
| * orangefs: write range trackingMartin Brandenburg2019-05-033-35/+274
| * orangefs: avoid fsync service operation on flushMartin Brandenburg2019-05-031-1/+23
| * orangefs: skip inode writeout if nothing to writeMartin Brandenburg2019-05-031-0/+5
| * orangefs: move do_readv_writev to direct_IOMartin Brandenburg2019-05-032-111/+111
| * orangefs: do not return successful read when the client-core disappearedMartin Brandenburg2019-05-031-1/+4
| * orangefs: implement writepageMartin Brandenburg2019-05-033-68/+80
| * orangefs: migrate to generic_file_read_iterMartin Brandenburg2019-05-033-104/+38
| * orangefs: service ops done for writeback are not killableMartin Brandenburg2019-05-033-9/+12
| * orangefs: remove orangefs_readpagesMartin Brandenburg2019-05-031-38/+1
| * orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg2019-05-036-119/+129
| * orangefs: let setattr write to cached inodeMartin Brandenburg2019-05-032-8/+20
| * orangefs: set up and use backing_dev_infoMartin Brandenburg2019-05-031-7/+14
| * orangefs: hold i_lock during inode_getattrMartin Brandenburg2019-05-032-12/+25
| * orangefs: update attributes rather than relying on serverMartin Brandenburg2019-05-032-9/+8
| * orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg2019-05-034-38/+28
| * orangefs: do not invalidate attributes on inode createMartin Brandenburg2019-05-032-12/+0
| * orangefs: implement xattr cacheMartin Brandenburg2019-05-034-1/+127
* | orangefs: make use of ->free_inode()Al Viro2019-05-011-6/+3
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-5/+2
|\
| * orangefs: don't reinitialize result_mask in ->getattrChristoph Hellwig2019-02-011-5/+2
* | orangefs: remove two un-needed BUG_ONs...Mike Marshall2019-02-201-4/+0
|/
* 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