Age | Commit message (Expand) | Author |
2021-04-29 | orangefs: leave files in the page cache for a few micro seconds at least | Mike Marshall |
2021-04-28 | Orangef: implement orangefs_readahead. | Mike Marshall |
2021-04-27 | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-04-12 | orangefs: convert to fileattr | Miklos Szeredi |
2021-03-12 | orangefs_inode_is_stale(): i_mode type bits do *not* form a bitmap... | Al Viro |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2021-01-24 | stat: handle idmapped mounts | Christian Brauner |
2021-01-24 | acl: handle idmapped mounts | Christian Brauner |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner |
2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner |
2021-01-06 | orangefs_file_mmap(): use %pD | Al Viro |
2020-12-16 | orangefs: add splice file operations | Mike Marshall |
2020-08-04 | orangefs: remove unnecessary assignment to variable ret | Jing Xiangfeng |
2020-07-28 | orangefs: posix acl fix... | Mike Marshall |
2020-06-05 | Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-06-02 | orangefs: use attach/detach_page_private | Guoqing Jiang |
2020-05-29 | orangefs: convert get_user_pages() --> pin_user_pages() | John Hubbard |
2020-05-29 | orangefs: remove redundant assignment to variable ret | Colin Ian King |
2020-04-08 | orangefs: don't mess with I_DIRTY_TIMES in orangefs_flush | Mike Marshall |
2020-04-08 | orangefs: get rid of knob code... | Mike Marshall |
2020-02-04 | help_next should increase position index | Vasily Averin |
2019-12-04 | orangefs: posix open permission checking... | Mike Marshall |
2019-09-19 | Merge tag 'for-linus-5.4-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2019-09-12 | orangefs: remove redundant assignment to err | Colin Ian King |
2019-09-12 | orangefs: Add octal zero prefix | Artur Świgoń |
2019-07-31 | docs: fs: convert porting to ReST | Mauro Carvalho Chehab |
2019-07-31 | docs: fs: convert docs without extension to ReST | Mauro Carvalho Chehab |
2019-07-16 | Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2019-07-12 | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x... | Linus Torvalds |
2019-07-11 | orangefs: eliminate needless variable assignments | Mike Marshall |
2019-07-11 | orangefs: remove redundant assignment to variable buffer_index | Colin Ian King |
2019-07-04 | orangefs: fix build warning from debugfs cleanup patch | Greg Kroah-Hartman |
2019-07-03 | orangefs: no need to check return value of debugfs_create functions | Greg Kroah-Hartman |
2019-07-01 | vfs: create a generic checking and prep function for FS_IOC_SETFLAGS | Darrick J. Wong |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner |
2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny |
2019-05-09 | Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2019-05-03 | orangefs: truncate before updating size | Martin Brandenburg |
2019-05-03 | orangefs: copy Orangefs-sized blocks into the pagecache if possible. | Mike Marshall |
2019-05-03 | orangefs: pass slot index back to readpage. | Mike Marshall |
2019-05-03 | orangefs: remember count when reading. | Mike Marshall |
2019-05-03 | orangefs: add orangefs_revalidate_mapping | Martin Brandenburg |
2019-05-03 | orangefs: implement writepages | Martin Brandenburg |
2019-05-03 | orangefs: write range tracking | Martin Brandenburg |
2019-05-03 | orangefs: avoid fsync service operation on flush | Martin Brandenburg |
2019-05-03 | orangefs: skip inode writeout if nothing to write | Martin Brandenburg |
2019-05-03 | orangefs: move do_readv_writev to direct_IO | Martin Brandenburg |
2019-05-03 | orangefs: do not return successful read when the client-core disappeared | Martin Brandenburg |