aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-29orangefs: Remove test for folio errorMatthew Wilcox (Oracle)1-3/+1
2022-05-09orangefs: Convert to free_folioMatthew Wilcox (Oracle)1-3/+3
2022-05-09orangefs: Convert to release_folioMatthew Wilcox (Oracle)1-3/+3
2022-05-09orangefs: Convert orangefs to read_folioMatthew Wilcox (Oracle)1-17/+16
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-3/+2
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15orangefs: Convert launder_page to launder_folioMatthew Wilcox (Oracle)1-33/+36
2022-03-15orangefs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-27/+25
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig1-1/+1
2021-08-17fs: add generic helper for filling statx attribute flagsAmir Goldstein1-6/+1
2021-06-28orangefs: readahead adjustmentMike Marshall1-4/+3
2021-04-28Orangef: implement orangefs_readahead.Mike Marshall1-75/+47
2021-04-12orangefs: convert to fileattrMiklos Szeredi1-0/+50
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+6
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-06-02orangefs: use attach/detach_page_privateGuoqing Jiang1-26/+6
2020-04-08orangefs: get rid of knob code...Mike Marshall1-33/+6
2019-12-04orangefs: posix open permission checking...Mike Marshall1-4/+4
2019-09-12orangefs: remove redundant assignment to errColin Ian King1-1/+1
2019-05-03orangefs: truncate before updating sizeMartin Brandenburg1-1/+5
2019-05-03orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall1-8/+107
2019-05-03orangefs: pass slot index back to readpage.Mike Marshall1-4/+4
2019-05-03orangefs: add orangefs_revalidate_mappingMartin Brandenburg1-17/+233
2019-05-03orangefs: write range trackingMartin Brandenburg1-31/+258
2019-05-03orangefs: move do_readv_writev to direct_IOMartin Brandenburg1-3/+111
2019-05-03orangefs: implement writepageMartin Brandenburg1-6/+59
2019-05-03orangefs: migrate to generic_file_read_iterMartin Brandenburg1-40/+23
2019-05-03orangefs: remove orangefs_readpagesMartin Brandenburg1-38/+1
2019-05-03orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg1-15/+61
2019-05-03orangefs: let setattr write to cached inodeMartin Brandenburg1-8/+3
2019-05-03orangefs: hold i_lock during inode_getattrMartin Brandenburg1-2/+2
2019-05-03orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg1-5/+6
2019-05-03orangefs: do not invalidate attributes on inode createMartin Brandenburg1-6/+0
2019-05-03orangefs: implement xattr cacheMartin Brandenburg1-0/+1
2019-02-01orangefs: don't reinitialize result_mask in ->getattrChristoph Hellwig1-5/+2
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-18orangefs: don't let orangefs_iget return NULL.Mike Marshall1-1/+5
2018-10-18orangefs: don't let orangefs_new_inode return NULLMike Marshall1-1/+1
2018-08-14orangefs: remove redundant pointer orangefs_inodeColin Ian King1-3/+0
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-06-01orangefs: formatting cleanupsMike Marshall1-18/+26
2018-06-01orangefs: report attributes_mask and attributes for statxMartin Brandenburg1-0/+7
2018-06-01orangefs: revamp block sizesMartin Brandenburg1-4/+2