summaryrefslogtreecommitdiffstats
path: root/fs/orangefs
Commit message (Expand)AuthorAgeFilesLines
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
* fs: add generic helper for filling statx attribute flagsAmir Goldstein2021-08-171-6/+1
* orangefs: fix orangefs df output.Mike Marshall2021-06-281-1/+1
* orangefs: readahead adjustmentMike Marshall2021-06-281-4/+3
* orangefs: leave files in the page cache for a few micro seconds at leastMike Marshall2021-04-291-1/+1
* Orangef: implement orangefs_readahead.Mike Marshall2021-04-282-103/+53
* Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-272-79/+50
|\
| * orangefs: convert to fileattrMiklos Szeredi2021-04-122-79/+50
* | orangefs_inode_is_stale(): i_mode type bits do *not* form a bitmap...Al Viro2021-03-121-1/+1
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-235-20/+32
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-244-14/+24
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * acl: handle idmapped mountsChristian Brauner2021-01-243-2/+4
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | orangefs_file_mmap(): use %pDAl Viro2021-01-061-4/+1
|/
* orangefs: add splice file operationsMike Marshall2020-12-161-0/+2
* orangefs: remove unnecessary assignment to variable retJing Xiangfeng2020-08-041-1/+0
* orangefs: posix acl fix...Mike Marshall2020-07-281-9/+10
* Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-052-7/+4
|\
| * orangefs: convert get_user_pages() --> pin_user_pages()John Hubbard2020-05-291-6/+3
| * orangefs: remove redundant assignment to variable retColin Ian King2020-05-291-1/+1
* | orangefs: use attach/detach_page_privateGuoqing Jiang2020-06-021-26/+6
|/
* orangefs: don't mess with I_DIRTY_TIMES in orangefs_flushMike Marshall2020-04-081-8/+0
* orangefs: get rid of knob code...Mike Marshall2020-04-083-62/+7
* help_next should increase position indexVasily Averin2020-02-041-0/+1
* orangefs: posix open permission checking...Mike Marshall2019-12-043-7/+43
* Merge tag 'for-linus-5.4-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-192-2/+2
|\
| * orangefs: remove redundant assignment to errColin Ian King2019-09-121-1/+1
| * orangefs: Add octal zero prefixArtur Świgoń2019-09-121-1/+1
* | docs: fs: convert porting to ReSTMauro Carvalho Chehab2019-07-311-1/+1
* | docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab2019-07-311-1/+1
|/
* Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-161-3/+1
|\
| * orangefs: eliminate needless variable assignmentsMike Marshall2019-07-111-2/+0
| * orangefs: remove redundant assignment to variable buffer_indexColin Ian King2019-07-111-1/+1
* | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-121-9/+28
|\ \
| * | vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-9/+28
| |/
* | orangefs: fix build warning from debugfs cleanup patchGreg Kroah-Hartman2019-07-043-21/+6
* | orangefs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-31/+4
|/
* 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