Age | Commit message (Expand) | Author |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song |
2022-01-24 | fsnotify: fix fsnotify hooks in pseudo filesystems | Amir Goldstein |
2021-08-09 | SUNRPC: Convert rpc_client refcount to use refcount_t | Trond Myklebust |
2021-02-01 | SUNRPC: Fix fall-through warnings for Clang | Gustavo A. R. Silva |
2020-11-17 | net: datagram: fix some kernel-doc markups | Mauro Carvalho Chehab |
2020-07-17 | sunrpc: destroy rpc_inode_cachep after unregister_filesystem | Dan Aloni |
2020-06-26 | sunrpc: fixed rollback in rpc_gssd_dummy_populate() | Vasily Averin |
2019-12-04 | kernel/notifier.c: remove blocking_notifier_chain_cond_register() | Xiaoming Ni |
2019-09-05 | new helper: get_tree_keyed() | Al Viro |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-06-20 | rpc_pipefs: call fsnotify_{unlink,rmdir}() hooks | Amir Goldstein |
2019-05-25 | vfs: Convert rpc_pipefs to use the new mount API | David Howells |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2019-05-01 | rpcpipe: switch to ->free_inode() | Al Viro |
2019-01-02 | sunrpc: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li |
2018-06-04 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2018-04-16 | remove rpc_rmdir() | Al Viro |
2018-04-15 | rpc_pipefs: fix double-dput() | Al Viro |
2018-03-26 | net: Use octal not symbolic permissions | Joe Perches |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2017-11-27 | net: annotate ->poll() instances | Al Viro |
2017-11-17 | sunrpc: remove net pointer from messages | Vasily Averin |
2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani |
2016-06-23 | vfs: Pass data, ns, and ns->userns to mount_ns | Eric W. Biederman |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-01-22 | wrappers for ->i_mutex access | Al Viro |
2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov |
2015-04-15 | VFS: net/: d_inode() annotations | David Howells |
2014-07-12 | rpc_pipe: Drop memory allocation cast | Himangi Saraogi |
2013-12-10 | rpc_pipe: fix cleanup of dummy gssd directory when notification fails | Jeff Layton |
2013-12-06 | sunrpc: add an "info" file for the dummy gssd pipe | Jeff Layton |
2013-12-06 | rpc_pipe: remove the clntXX dir if creating the pipe fails | Jeff Layton |
2013-12-06 | sunrpc: replace sunrpc_net->gssd_running flag with a more reliable check | Jeff Layton |
2013-12-06 | sunrpc: create a new dummy pipe for gssd to hold open | Jeff Layton |
2013-11-15 | consolidate simple ->d_delete() instances | Al Viro |
2013-10-24 | sunrpc: switch to %pd | Al Viro |
2013-09-01 | SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objects | Trond Myklebust |
2013-09-01 | SUNRPC: Remove the rpc_client->cl_dentry | Trond Myklebust |
2013-08-30 | SUNRPC: Add a framework to clean up management of rpc_pipefs directories | Trond Myklebust |
2013-08-30 | SUNRPC: Deprecate rpc_client->cl_protname | Trond Myklebust |
2013-07-23 | rpc_pipe: convert back to simple_dir_inode_operations | Jeff Layton |
2013-07-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-07-14 | sunrpc: now we can just set ->s_d_op | Al Viro |
2013-07-14 | __rpc_lookup_create_exclusive: pass string instead of qstr | Al Viro |
2013-07-14 | rpc_create_*_dir: don't bother with qstr | Al Viro |
2013-07-09 | rpc_pipe: rpc_dir_inode_operations can be static | Fengguang Wu |
2013-07-09 | rpc_pipe: set dentry operations at d_alloc time | Jeff Layton |
2013-06-28 | SUNRPC: fix races on PipeFS UMOUNT notifications | Stanislav Kinsbursky |
2013-06-28 | SUNRPC: fix races on PipeFS MOUNT notifications | Stanislav Kinsbursky |
2013-06-18 | rpc_pipefs: only set rpc_dentry_ops if d_op isn't already set | Jeff Layton |