Age | Commit message (Expand) | Author |
2018-06-16 | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2018-06-15 | orangefs: simplify compat ioctl handling | Al Viro |
2018-06-01 | orangefs: formatting cleanups | Mike Marshall |
2018-04-03 | orangefs: make several *_operations structs static | Martin Brandenburg |
2018-04-02 | orangefs: replace vmalloc and memset with vzalloc | Colin Ian King |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2018-01-22 | orangefs: initialize op on loop restart in orangefs_devreq_read | Martin Brandenburg |
2017-11-27 | fs: annotate ->poll() instances | Al Viro |
2017-11-27 | orangefs: fix a braino in ->poll() | Al Viro |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-14 | orangefs: Delete error messages for a failed memory allocation in five functions | Markus Elfring |
2017-04-26 | orangefs: return from orangefs_devreq_read quickly if possible | Martin Brandenburg |
2017-04-15 | orangefs: free superblock when mount fails | Martin Brandenburg |
2017-02-25 | Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/l... | Mike Marshall |
2017-02-09 | orangefs: Dan Carpenter influenced cleanups... | Mike Marshall |
2016-12-05 | [iov_iter] new primitives - copy_from_iter_full() and friends | Al Viro |
2016-09-28 | Merge branch 'misc' into for-next | Martin Brandenburg |
2016-08-16 | orangefs: rename most remaining global variables | Martin Brandenburg |
2016-08-15 | orangefs: make devreq_mutex static | Martin Brandenburg |
2016-08-15 | orangefs: clean up debugfs globals | Martin Brandenburg |
2016-08-12 | orangefs: add features op | Martin Brandenburg |
2016-08-09 | orangefs: record userspace version for feature compatbility | Martin Brandenburg |
2016-07-05 | orangefs: fix namespace handling | Jann Horn |
2016-03-26 | orangefs: fix orangefs_superblock locking | Al Viro |
2016-03-14 | Orangefs: Extra sanity insurance on buffer before using string functions on it. | Mike Marshall |
2016-03-09 | orangefs: make fs_mount_pending static | Martin Brandenburg |
2016-03-03 | Orangefs: improve gossip statements | Mike Marshall |
2016-02-26 | Orangefs: update orangefs.txt | Mike Marshall |
2016-02-26 | Orangefs: code sanitation. | Mike Marshall |
2016-02-24 | Orangefs: code sanitation | Mike Marshall |
2016-02-19 | orangefs: have ..._clean_interrupted_...() wait for copy to/from daemon | Al Viro |
2016-02-19 | orangefs: set correct ->downcall.status on failing to copy reply from daemon | Al Viro |
2016-02-19 | orangefs: get rid of op->done | Al Viro |
2016-02-19 | orangefs: bufmap rewrite | Al Viro |
2016-02-19 | orangefs: delay freeing slot until cancel completes | Al Viro |
2016-02-04 | Orangefs: improve gossip statement | Mike Marshall |
2016-01-23 | orangefs: don't reinvent completion.h... | Al Viro |
2016-01-23 | if ORANGEFS_VFS_OP_FILE_IO request had been given up, don't bother waiting | Al Viro |
2016-01-23 | orangefs: get rid of MSECS_TO_JIFFIES | Al Viro |
2016-01-23 | orangefs: hopefully saner op refcounting and locking | Al Viro |
2016-01-23 | orangefs: make sure that reopening pvfs2-req won't overlap with the end of close | Al Viro |
2016-01-23 | orangefs: move wakeups into set_op_state_{serviced,purged}() | Al Viro |
2016-01-23 | orangefs: ->poll() doesn't need spinlock | Al Viro |
2016-01-23 | orangefs: kill ioctl32 rudiments | Al Viro |
2016-01-23 | orangefs: ->poll() is only called between successful ->open() and ->release() | Al Viro |
2016-01-23 | orangefs: generic_file_open() is pointless for character devices | Al Viro |
2016-01-19 | Orangefs: make gossip statement more palatable to xtensa | Mike Marshall |
2016-01-13 | Orangefs: implement .write_iter | Mike Marshall |
2016-01-04 | orangefs: Fix some more global namespace pollution. | Martin Brandenburg |