summaryrefslogtreecommitdiff
path: root/net/sunrpc/rpc_pipe.c
AgeCommit message (Expand)Author
2 daysMerge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-02rpc_create_client_dir(): return 0 or -E...Al Viro
2025-07-02rpc_create_client_dir(): don't bother with rpc_populate()Al Viro
2025-07-02rpc_new_dir(): the last argument is always NULLAl Viro
2025-07-02rpc_pipe: expand the calls of rpc_mkdir_populate()Al Viro
2025-07-02rpc_gssd_dummy_populate(): don't bother with rpc_populate()Al Viro
2025-07-02rpc_mkpipe_dentry(): switch to simple_start_creating()Al Viro
2025-07-02rpc_pipe: saner primitive for creating regular filesAl Viro
2025-07-02rpc_pipe: saner primitive for creating subdirectoriesAl Viro
2025-07-02rpc_pipe: don't overdo directory lockingAl Viro
2025-07-02rpc_mkpipe_dentry(): saner calling conventionsAl Viro
2025-07-02rpc_unlink(): saner calling conventionsAl Viro
2025-07-02rpc_populate(): lift cleanup into callersAl Viro
2025-07-02rpc_unlink(): use simple_recursive_removal()Al Viro
2025-07-02rpc_{rmdir_,}depopulate(): use simple_recursive_removal() insteadAl Viro
2025-07-02rpc_pipe: clean failure exits in fill_superAl Viro
2025-06-11devpts, sunrpc, hostfs: don't bother with ->d_opAl Viro
2025-06-10new helper: set_default_d_op()Al Viro
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown
2025-01-27add a string-to-qstr constructorAl Viro
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2023-10-18sunrpc: convert to new timestamp accessorsJeff Layton
2023-07-24sunrpc: convert to ctime accessor functionsJeff Layton
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein
2021-08-09SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust
2021-02-01SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-17net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab
2020-07-17sunrpc: destroy rpc_inode_cachep after unregister_filesystemDan Aloni
2020-06-26sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni
2019-09-05new helper: get_tree_keyed()Al Viro
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-06-20rpc_pipefs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein
2019-05-25vfs: Convert rpc_pipefs to use the new mount APIDavid Howells
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-01rpcpipe: switch to ->free_inode()Al Viro
2019-01-02sunrpc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-04-16remove rpc_rmdir()Al Viro
2018-04-15rpc_pipefs: fix double-dput()Al Viro
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-17sunrpc: remove net pointer from messagesVasily Averin
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro