summaryrefslogtreecommitdiffstats
path: root/fs/orangefs
AgeCommit message (Expand)Author
2021-11-17fs: orangefs: fix error return code of orangefs_revalidate_lookup()Jia-Ju Bai
2021-06-28orangefs: fix orangefs df output.Mike Marshall
2021-06-28orangefs: readahead adjustmentMike Marshall
2021-04-29orangefs: leave files in the page cache for a few micro seconds at leastMike Marshall
2021-04-28Orangef: implement orangefs_readahead.Mike Marshall
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-12orangefs: convert to fileattrMiklos Szeredi
2021-03-12orangefs_inode_is_stale(): i_mode type bits do *not* form a bitmap...Al Viro
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2021-01-06orangefs_file_mmap(): use %pDAl Viro
2020-12-16orangefs: add splice file operationsMike Marshall
2020-08-04orangefs: remove unnecessary assignment to variable retJing Xiangfeng
2020-07-28orangefs: posix acl fix...Mike Marshall
2020-06-05Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-02orangefs: use attach/detach_page_privateGuoqing Jiang
2020-05-29orangefs: convert get_user_pages() --> pin_user_pages()John Hubbard
2020-05-29orangefs: remove redundant assignment to variable retColin Ian King
2020-04-08orangefs: don't mess with I_DIRTY_TIMES in orangefs_flushMike Marshall
2020-04-08orangefs: get rid of knob code...Mike Marshall
2020-02-04help_next should increase position indexVasily Averin
2019-12-04orangefs: posix open permission checking...Mike Marshall
2019-09-19Merge tag 'for-linus-5.4-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-12orangefs: remove redundant assignment to errColin Ian King
2019-09-12orangefs: Add octal zero prefixArtur Świgoń
2019-07-31docs: fs: convert porting to ReSTMauro Carvalho Chehab
2019-07-31docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab
2019-07-16Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds
2019-07-11orangefs: eliminate needless variable assignmentsMike Marshall
2019-07-11orangefs: remove redundant assignment to variable buffer_indexColin Ian King
2019-07-04orangefs: fix build warning from debugfs cleanup patchGreg Kroah-Hartman
2019-07-03orangefs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-05-09Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-03orangefs: truncate before updating sizeMartin Brandenburg
2019-05-03orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall
2019-05-03orangefs: pass slot index back to readpage.Mike Marshall
2019-05-03orangefs: remember count when reading.Mike Marshall
2019-05-03orangefs: add orangefs_revalidate_mappingMartin Brandenburg
2019-05-03orangefs: implement writepagesMartin Brandenburg
2019-05-03orangefs: write range trackingMartin Brandenburg
2019-05-03orangefs: avoid fsync service operation on flushMartin Brandenburg