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