Age | Commit message (Expand) | Author | Files | Lines |
2020-08-04 | orangefs: remove unnecessary assignment to variable ret | Jing Xiangfeng | 1 | -1/+0 |
2020-07-28 | orangefs: posix acl fix... | Mike Marshall | 1 | -9/+10 |
2020-06-06 | Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -7/+4 |
2020-06-02 | orangefs: use attach/detach_page_private | Guoqing Jiang | 1 | -26/+6 |
2020-05-29 | orangefs: convert get_user_pages() --> pin_user_pages() | John Hubbard | 1 | -6/+3 |
2020-05-29 | orangefs: remove redundant assignment to variable ret | Colin Ian King | 1 | -1/+1 |
2020-04-08 | orangefs: don't mess with I_DIRTY_TIMES in orangefs_flush | Mike Marshall | 1 | -8/+0 |
2020-04-08 | orangefs: get rid of knob code... | Mike Marshall | 3 | -62/+7 |
2020-02-04 | help_next should increase position index | Vasily Averin | 1 | -0/+1 |
2019-12-04 | orangefs: posix open permission checking... | Mike Marshall | 3 | -7/+43 |
2019-09-19 | Merge tag 'for-linus-5.4-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -2/+2 |
2019-09-12 | orangefs: remove redundant assignment to err | Colin Ian King | 1 | -1/+1 |
2019-09-12 | orangefs: Add octal zero prefix | Artur Świgoń | 1 | -1/+1 |
2019-07-31 | docs: fs: convert porting to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-07-31 | docs: fs: convert docs without extension to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-07-17 | Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+1 |
2019-07-13 | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x... | Linus Torvalds | 1 | -9/+28 |
2019-07-11 | orangefs: eliminate needless variable assignments | Mike Marshall | 1 | -2/+0 |
2019-07-11 | orangefs: remove redundant assignment to variable buffer_index | Colin Ian King | 1 | -1/+1 |
2019-07-04 | orangefs: fix build warning from debugfs cleanup patch | Greg Kroah-Hartman | 3 | -21/+6 |
2019-07-03 | orangefs: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -31/+4 |
2019-07-01 | vfs: create a generic checking and prep function for FS_IOC_SETFLAGS | Darrick J. Wong | 1 | -9/+28 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 1 | -1/+1 |
2019-05-09 | Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 14 | -490/+1300 |
2019-05-03 | orangefs: truncate before updating size | Martin Brandenburg | 1 | -1/+5 |
2019-05-03 | orangefs: copy Orangefs-sized blocks into the pagecache if possible. | Mike Marshall | 5 | -15/+156 |
2019-05-03 | orangefs: pass slot index back to readpage. | Mike Marshall | 3 | -6/+6 |
2019-05-03 | orangefs: remember count when reading. | Mike Marshall | 2 | -1/+29 |
2019-05-03 | orangefs: add orangefs_revalidate_mapping | Martin Brandenburg | 5 | -19/+328 |
2019-05-03 | orangefs: implement writepages | Martin Brandenburg | 1 | -0/+1 |
2019-05-03 | orangefs: write range tracking | Martin Brandenburg | 3 | -35/+274 |
2019-05-03 | orangefs: avoid fsync service operation on flush | Martin Brandenburg | 1 | -1/+23 |
2019-05-03 | orangefs: skip inode writeout if nothing to write | Martin Brandenburg | 1 | -0/+5 |
2019-05-03 | orangefs: move do_readv_writev to direct_IO | Martin Brandenburg | 2 | -111/+111 |
2019-05-03 | orangefs: do not return successful read when the client-core disappeared | Martin Brandenburg | 1 | -1/+4 |
2019-05-03 | orangefs: implement writepage | Martin Brandenburg | 3 | -68/+80 |
2019-05-03 | orangefs: migrate to generic_file_read_iter | Martin Brandenburg | 3 | -104/+38 |
2019-05-03 | orangefs: service ops done for writeback are not killable | Martin Brandenburg | 3 | -9/+12 |
2019-05-03 | orangefs: remove orangefs_readpages | Martin Brandenburg | 1 | -38/+1 |
2019-05-03 | orangefs: reorganize setattr functions to track attribute changes | Martin Brandenburg | 6 | -119/+129 |
2019-05-03 | orangefs: let setattr write to cached inode | Martin Brandenburg | 2 | -8/+20 |
2019-05-03 | orangefs: set up and use backing_dev_info | Martin Brandenburg | 1 | -7/+14 |
2019-05-03 | orangefs: hold i_lock during inode_getattr | Martin Brandenburg | 2 | -12/+25 |
2019-05-03 | orangefs: update attributes rather than relying on server | Martin Brandenburg | 2 | -9/+8 |
2019-05-03 | orangefs: simplify orangefs_inode_getattr interface | Martin Brandenburg | 4 | -38/+28 |
2019-05-03 | orangefs: do not invalidate attributes on inode create | Martin Brandenburg | 2 | -12/+0 |
2019-05-03 | orangefs: implement xattr cache | Martin Brandenburg | 4 | -1/+127 |
2019-05-02 | orangefs: make use of ->free_inode() | Al Viro | 1 | -6/+3 |