summaryrefslogtreecommitdiff
path: root/net/sunrpc/rpc_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein2022-01-241-2/+2
* SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust2021-08-091-1/+1
* SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-011-0/+1
* net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-171-1/+2
* sunrpc: destroy rpc_inode_cachep after unregister_filesystemDan Aloni2020-07-171-1/+1
* sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin2020-06-261-0/+1
* kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni2019-12-041-1/+1
* new helper: get_tree_keyed()Al Viro2019-09-051-2/+1
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-8/+26
|\
| * vfs: Convert rpc_pipefs to use the new mount APIDavid Howells2019-05-251-8/+26
* | rpc_pipefs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein2019-06-201-0/+4
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* rpcpipe: switch to ->free_inode()Al Viro2019-05-011-9/+2
* sunrpc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2019-01-021-16/+3
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-041-16/+0
|\
| * remove rpc_rmdir()Al Viro2018-04-161-16/+0
* | rpc_pipefs: fix double-dput()Al Viro2018-04-151-0/+1
|/
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-21/+21
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* sunrpc: remove net pointer from messagesVasily Averin2017-11-171-4/+4
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman2016-06-231-4/+4
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-30/+30
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* VFS: net/: d_inode() annotationsDavid Howells2015-04-151-16/+16
* rpc_pipe: Drop memory allocation castHimangi Saraogi2014-07-121-1/+1
* rpc_pipe: fix cleanup of dummy gssd directory when notification failsJeff Layton2013-12-101-1/+13
* sunrpc: add an "info" file for the dummy gssd pipeJeff Layton2013-12-061-1/+49
* rpc_pipe: remove the clntXX dir if creating the pipe failsJeff Layton2013-12-061-0/+2
* sunrpc: replace sunrpc_net->gssd_running flag with a more reliable checkJeff Layton2013-12-061-4/+10
* sunrpc: create a new dummy pipe for gssd to hold openJeff Layton2013-12-061-3/+90
* consolidate simple ->d_delete() instancesAl Viro2013-11-151-10/+1
* sunrpc: switch to %pdAl Viro2013-10-241-6/+6
* SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objectsTrond Myklebust2013-09-011-0/+35
* SUNRPC: Remove the rpc_client->cl_dentryTrond Myklebust2013-09-011-6/+7
* SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesTrond Myklebust2013-08-301-2/+132
* SUNRPC: Deprecate rpc_client->cl_protnameTrond Myklebust2013-08-301-1/+1
* rpc_pipe: convert back to simple_dir_inode_operationsJeff Layton2013-07-231-18/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-141-27/+13
|\
| * sunrpc: now we can just set ->s_d_opAl Viro2013-07-141-3/+2
| * __rpc_lookup_create_exclusive: pass string instead of qstrAl Viro2013-07-141-25/+9
| * rpc_create_*_dir: don't bother with qstrAl Viro2013-07-141-6/+8
* | rpc_pipe: rpc_dir_inode_operations can be staticFengguang Wu2013-07-091-1/+1
* | rpc_pipe: set dentry operations at d_alloc timeJeff Layton2013-07-091-5/+20
* | SUNRPC: fix races on PipeFS UMOUNT notificationsStanislav Kinsbursky2013-06-281-1/+1
* | SUNRPC: fix races on PipeFS MOUNT notificationsStanislav Kinsbursky2013-06-281-0/+3
* | rpc_pipefs: only set rpc_dentry_ops if d_op isn't already setJeff Layton2013-06-181-1/+2
|/