aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpc_pipe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-389/+141
2025-07-02rpc_create_client_dir(): return 0 or -E...Al Viro1-6/+6
2025-07-02rpc_create_client_dir(): don't bother with rpc_populate()Al Viro1-18/+7
2025-07-02rpc_new_dir(): the last argument is always NULLAl Viro1-9/+6
2025-07-02rpc_pipe: expand the calls of rpc_mkdir_populate()Al Viro1-41/+22
2025-07-02rpc_gssd_dummy_populate(): don't bother with rpc_populate()Al Viro1-44/+11
2025-07-02rpc_mkpipe_dentry(): switch to simple_start_creating()Al Viro1-54/+29
2025-07-02rpc_pipe: saner primitive for creating regular filesAl Viro1-25/+36
2025-07-02rpc_pipe: saner primitive for creating subdirectoriesAl Viro1-28/+39
2025-07-02rpc_pipe: don't overdo directory lockingAl Viro1-35/+9
2025-07-02rpc_mkpipe_dentry(): saner calling conventionsAl Viro1-17/+12
2025-07-02rpc_unlink(): saner calling conventionsAl Viro1-5/+7
2025-07-02rpc_populate(): lift cleanup into callersAl Viro1-66/+5
2025-07-02rpc_unlink(): use simple_recursive_removal()Al Viro1-20/+4
2025-07-02rpc_{rmdir_,}depopulate(): use simple_recursive_removal() insteadAl Viro1-41/+3
2025-07-02rpc_pipe: clean failure exits in fill_superAl Viro1-51/+16
2025-06-11devpts, sunrpc, hostfs: don't bother with ->d_opAl Viro1-1/+1
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown1-6/+6
2025-01-27add a string-to-qstr constructorAl Viro1-9/+5
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2023-10-18sunrpc: convert to new timestamp accessorsJeff Layton1-1/+1
2023-07-24sunrpc: convert to ctime accessor functionsJeff Layton1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein1-2/+2
2021-08-09SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust1-1/+1
2021-02-01SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-17net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+2
2020-07-17sunrpc: destroy rpc_inode_cachep after unregister_filesystemDan Aloni1-1/+1
2020-06-26sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin1-0/+1
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni1-1/+1
2019-09-05new helper: get_tree_keyed()Al Viro1-2/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+26
2019-06-20rpc_pipefs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein1-0/+4
2019-05-25vfs: Convert rpc_pipefs to use the new mount APIDavid Howells1-8/+26
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-01rpcpipe: switch to ->free_inode()Al Viro1-9/+2
2019-01-02sunrpc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-16/+3
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+0
2018-04-16remove rpc_rmdir()Al Viro1-16/+0
2018-04-15rpc_pipefs: fix double-dput()Al Viro1-0/+1
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-21/+21
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2017-11-27net: annotate ->poll() instancesAl Viro1-2/+2
2017-11-17sunrpc: remove net pointer from messagesVasily Averin1-4/+4
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman1-4/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-30/+30