aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/rpc_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsGravatar Amir Goldstein 1-2/+2
2021-08-09SUNRPC: Convert rpc_client refcount to use refcount_tGravatar Trond Myklebust 1-1/+1
2021-02-01SUNRPC: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2020-11-17net: datagram: fix some kernel-doc markupsGravatar Mauro Carvalho Chehab 1-1/+2
2020-07-17sunrpc: destroy rpc_inode_cachep after unregister_filesystemGravatar Dan Aloni 1-1/+1
2020-06-26sunrpc: fixed rollback in rpc_gssd_dummy_populate()Gravatar Vasily Averin 1-0/+1
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Gravatar Xiaoming Ni 1-1/+1
2019-09-05new helper: get_tree_keyed()Gravatar Al Viro 1-2/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-8/+26
2019-06-20rpc_pipefs: call fsnotify_{unlink,rmdir}() hooksGravatar Amir Goldstein 1-0/+4
2019-05-25vfs: Convert rpc_pipefs to use the new mount APIGravatar David Howells 1-8/+26
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-01rpcpipe: switch to ->free_inode()Gravatar Al Viro 1-9/+2
2019-01-02sunrpc: convert to DEFINE_SHOW_ATTRIBUTEGravatar Yangtao Li 1-16/+3
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-16/+0
2018-04-16remove rpc_rmdir()Gravatar Al Viro 1-16/+0
2018-04-15rpc_pipefs: fix double-dput()Gravatar Al Viro 1-0/+1
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-21/+21
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-3/+3
2017-11-27net: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-17sunrpc: remove net pointer from messagesGravatar Vasily Averin 1-4/+4
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsGravatar Eric W. Biederman 1-4/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-30/+30
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2015-04-15VFS: net/: d_inode() annotationsGravatar David Howells 1-16/+16
2014-07-12rpc_pipe: Drop memory allocation castGravatar Himangi Saraogi 1-1/+1
2013-12-10rpc_pipe: fix cleanup of dummy gssd directory when notification failsGravatar Jeff Layton 1-1/+13
2013-12-06sunrpc: add an "info" file for the dummy gssd pipeGravatar Jeff Layton 1-1/+49
2013-12-06rpc_pipe: remove the clntXX dir if creating the pipe failsGravatar Jeff Layton 1-0/+2
2013-12-06sunrpc: replace sunrpc_net->gssd_running flag with a more reliable checkGravatar Jeff Layton 1-4/+10
2013-12-06sunrpc: create a new dummy pipe for gssd to hold openGravatar Jeff Layton 1-3/+90
2013-11-15consolidate simple ->d_delete() instancesGravatar Al Viro 1-10/+1
2013-10-24sunrpc: switch to %pdGravatar Al Viro 1-6/+6
2013-09-01SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objectsGravatar Trond Myklebust 1-0/+35
2013-09-01SUNRPC: Remove the rpc_client->cl_dentryGravatar Trond Myklebust 1-6/+7
2013-08-30SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesGravatar Trond Myklebust 1-2/+132
2013-08-30SUNRPC: Deprecate rpc_client->cl_protnameGravatar Trond Myklebust 1-1/+1
2013-07-23rpc_pipe: convert back to simple_dir_inode_operationsGravatar Jeff Layton 1-18/+1
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-27/+13
2013-07-14sunrpc: now we can just set ->s_d_opGravatar Al Viro 1-3/+2
2013-07-14__rpc_lookup_create_exclusive: pass string instead of qstrGravatar Al Viro 1-25/+9
2013-07-14rpc_create_*_dir: don't bother with qstrGravatar Al Viro 1-6/+8
2013-07-09rpc_pipe: rpc_dir_inode_operations can be staticGravatar Fengguang Wu 1-1/+1
2013-07-09rpc_pipe: set dentry operations at d_alloc timeGravatar Jeff Layton 1-5/+20
2013-06-28SUNRPC: fix races on PipeFS UMOUNT notificationsGravatar Stanislav Kinsbursky 1-1/+1
2013-06-28SUNRPC: fix races on PipeFS MOUNT notificationsGravatar Stanislav Kinsbursky 1-0/+3
2013-06-18rpc_pipefs: only set rpc_dentry_ops if d_op isn't already setGravatar Jeff Layton 1-1/+2