| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-17 | convert rpc_pipefs | Al Viro | 1 | -15/+12 |
| 2025-07-28 | Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -389/+141 |
| 2025-07-02 | rpc_create_client_dir(): return 0 or -E... | Al Viro | 1 | -6/+6 |
| 2025-07-02 | rpc_create_client_dir(): don't bother with rpc_populate() | Al Viro | 1 | -18/+7 |
| 2025-07-02 | rpc_new_dir(): the last argument is always NULL | Al Viro | 1 | -9/+6 |
| 2025-07-02 | rpc_pipe: expand the calls of rpc_mkdir_populate() | Al Viro | 1 | -41/+22 |
| 2025-07-02 | rpc_gssd_dummy_populate(): don't bother with rpc_populate() | Al Viro | 1 | -44/+11 |
| 2025-07-02 | rpc_mkpipe_dentry(): switch to simple_start_creating() | Al Viro | 1 | -54/+29 |
| 2025-07-02 | rpc_pipe: saner primitive for creating regular files | Al Viro | 1 | -25/+36 |
| 2025-07-02 | rpc_pipe: saner primitive for creating subdirectories | Al Viro | 1 | -28/+39 |
| 2025-07-02 | rpc_pipe: don't overdo directory locking | Al Viro | 1 | -35/+9 |
| 2025-07-02 | rpc_mkpipe_dentry(): saner calling conventions | Al Viro | 1 | -17/+12 |
| 2025-07-02 | rpc_unlink(): saner calling conventions | Al Viro | 1 | -5/+7 |
| 2025-07-02 | rpc_populate(): lift cleanup into callers | Al Viro | 1 | -66/+5 |
| 2025-07-02 | rpc_unlink(): use simple_recursive_removal() | Al Viro | 1 | -20/+4 |
| 2025-07-02 | rpc_{rmdir_,}depopulate(): use simple_recursive_removal() instead | Al Viro | 1 | -41/+3 |
| 2025-07-02 | rpc_pipe: clean failure exits in fill_super | Al Viro | 1 | -51/+16 |
| 2025-06-11 | devpts, sunrpc, hostfs: don't bother with ->d_op | Al Viro | 1 | -1/+1 |
| 2025-06-10 | new helper: set_default_d_op() | Al Viro | 1 | -1/+1 |
| 2025-04-08 | Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS | NeilBrown | 1 | -6/+6 |
| 2025-01-27 | add a string-to-qstr constructor | Al Viro | 1 | -9/+5 |
| 2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 1 | -1/+0 |
| 2024-03-12 | mm, slab: remove last vestiges of SLAB_MEM_SPREAD | Linus Torvalds | 1 | -1/+1 |
| 2023-10-18 | sunrpc: convert to new timestamp accessors | Jeff Layton | 1 | -1/+1 |
| 2023-07-24 | sunrpc: convert to ctime accessor functions | Jeff Layton | 1 | -1/+1 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-01-24 | fsnotify: fix fsnotify hooks in pseudo filesystems | Amir Goldstein | 1 | -2/+2 |
| 2021-08-09 | SUNRPC: Convert rpc_client refcount to use refcount_t | Trond Myklebust | 1 | -1/+1 |
| 2021-02-01 | SUNRPC: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2020-11-17 | net: datagram: fix some kernel-doc markups | Mauro Carvalho Chehab | 1 | -1/+2 |
| 2020-07-17 | sunrpc: destroy rpc_inode_cachep after unregister_filesystem | Dan Aloni | 1 | -1/+1 |
| 2020-06-26 | sunrpc: fixed rollback in rpc_gssd_dummy_populate() | Vasily Averin | 1 | -0/+1 |
| 2019-12-04 | kernel/notifier.c: remove blocking_notifier_chain_cond_register() | Xiaoming Ni | 1 | -1/+1 |
| 2019-09-05 | new helper: get_tree_keyed() | Al Viro | 1 | -2/+1 |
| 2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -8/+26 |
| 2019-06-20 | rpc_pipefs: call fsnotify_{unlink,rmdir}() hooks | Amir Goldstein | 1 | -0/+4 |
| 2019-05-25 | vfs: Convert rpc_pipefs to use the new mount API | David Howells | 1 | -8/+26 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-01 | rpcpipe: switch to ->free_inode() | Al Viro | 1 | -9/+2 |
| 2019-01-02 | sunrpc: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 1 | -16/+3 |
| 2018-06-04 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -16/+0 |
| 2018-04-16 | remove rpc_rmdir() | Al Viro | 1 | -16/+0 |
| 2018-04-15 | rpc_pipefs: fix double-dput() | Al Viro | 1 | -0/+1 |
| 2018-03-26 | net: Use octal not symbolic permissions | Joe Perches | 1 | -21/+21 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -3/+3 |
| 2017-11-27 | net: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
| 2017-11-17 | sunrpc: remove net pointer from messages | Vasily Averin | 1 | -4/+4 |
| 2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -1/+1 |
| 2016-06-23 | vfs: Pass data, ns, and ns->userns to mount_ns | Eric W. Biederman | 1 | -4/+4 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -30/+30 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+1 |
| 2015-04-15 | VFS: net/: d_inode() annotations | David Howells | 1 | -16/+16 |
| 2014-07-12 | rpc_pipe: Drop memory allocation cast | Himangi Saraogi | 1 | -1/+1 |
| 2013-12-10 | rpc_pipe: fix cleanup of dummy gssd directory when notification fails | Jeff Layton | 1 | -1/+13 |
| 2013-12-06 | sunrpc: add an "info" file for the dummy gssd pipe | Jeff Layton | 1 | -1/+49 |
| 2013-12-06 | rpc_pipe: remove the clntXX dir if creating the pipe fails | Jeff Layton | 1 | -0/+2 |
| 2013-12-06 | sunrpc: replace sunrpc_net->gssd_running flag with a more reliable check | Jeff Layton | 1 | -4/+10 |
| 2013-12-06 | sunrpc: create a new dummy pipe for gssd to hold open | Jeff Layton | 1 | -3/+90 |
| 2013-11-15 | consolidate simple ->d_delete() instances | Al Viro | 1 | -10/+1 |
| 2013-10-24 | sunrpc: switch to %pd | Al Viro | 1 | -6/+6 |
| 2013-09-01 | SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objects | Trond Myklebust | 1 | -0/+35 |
| 2013-09-01 | SUNRPC: Remove the rpc_client->cl_dentry | Trond Myklebust | 1 | -6/+7 |
| 2013-08-30 | SUNRPC: Add a framework to clean up management of rpc_pipefs directories | Trond Myklebust | 1 | -2/+132 |
| 2013-08-30 | SUNRPC: Deprecate rpc_client->cl_protname | Trond Myklebust | 1 | -1/+1 |
| 2013-07-23 | rpc_pipe: convert back to simple_dir_inode_operations | Jeff Layton | 1 | -18/+1 |
| 2013-07-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -27/+13 |
| 2013-07-14 | sunrpc: now we can just set ->s_d_op | Al Viro | 1 | -3/+2 |
| 2013-07-14 | __rpc_lookup_create_exclusive: pass string instead of qstr | Al Viro | 1 | -25/+9 |
| 2013-07-14 | rpc_create_*_dir: don't bother with qstr | Al Viro | 1 | -6/+8 |
| 2013-07-09 | rpc_pipe: rpc_dir_inode_operations can be static | Fengguang Wu | 1 | -1/+1 |
| 2013-07-09 | rpc_pipe: set dentry operations at d_alloc time | Jeff Layton | 1 | -5/+20 |
| 2013-06-28 | SUNRPC: fix races on PipeFS UMOUNT notifications | Stanislav Kinsbursky | 1 | -1/+1 |
| 2013-06-28 | SUNRPC: fix races on PipeFS MOUNT notifications | Stanislav Kinsbursky | 1 | -0/+3 |
| 2013-06-18 | rpc_pipefs: only set rpc_dentry_ops if d_op isn't already set | Jeff Layton | 1 | -1/+2 |
| 2013-05-16 | SUNRPC: Convert auth_gss pipe detection to work in namespaces | Trond Myklebust | 1 | -0/+1 |
| 2013-05-16 | SUNRPC: Faster detection if gssd is actually running | Trond Myklebust | 1 | -0/+4 |
| 2013-03-12 | fs: Readd the fs module aliases. | Eric W. Biederman | 1 | -0/+1 |
| 2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -3/+1 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -5/+5 |
| 2012-12-11 | Merge branch 'bugfixes' into nfs-for-next | Trond Myklebust | 1 | -1/+6 |
| 2012-11-08 | SUNRPC: Fix validity issues with rpc_pipefs sb->s_fs_info | Trond Myklebust | 1 | -1/+6 |
| 2012-11-04 | SUNRPC: remove BUG_ON in rpc_put_sb_net | Weston Andros Adamson | 1 | -1/+1 |
| 2012-10-01 | SUNRPC: Clean up dprintk messages in rpc_pipe.c | Chuck Lever | 1 | -4/+4 |
| 2012-06-11 | rpc_pipefs: allow rpc_purge_list to take a NULL waitq pointer | Jeff Layton | 1 | -6/+6 |
| 2012-05-29 | Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -6/+4 |
| 2012-05-21 | Merge branch 'bugfixes' into nfs-for-next | Trond Myklebust | 1 | -5/+3 |
| 2012-05-16 | rpc_pipefs: clear write bit from top level rpc_pipefs directory | Jeff Layton | 1 | -1/+1 |
| 2012-05-14 | sunrpc: fix kernel-doc warnings | Randy Dunlap | 1 | -5/+3 |
| 2012-05-10 | vfs: make it possible to access the dentry hash/len as one 64-bit entry | Linus Torvalds | 1 | -5/+2 |
| 2012-04-27 | SUNRPC: set per-net PipeFS superblock before notification | Stanislav Kinsbursky | 1 | -1/+2 |
| 2012-03-29 | Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -0/+5 |
| 2012-03-26 | sunrpc: create nfsd dir in rpc_pipefs | Jeff Layton | 1 | -0/+5 |
| 2012-03-23 | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -194/+307 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -6/+2 |
| 2012-03-11 | SUNRPC: Fix a few sparse warnings | Trond Myklebust | 1 | -1/+1 |
| 2012-03-02 | SUNRPC: Move clnt->cl_server into struct rpc_xprt | Trond Myklebust | 1 | -1/+2 |
| 2012-03-02 | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field | Trond Myklebust | 1 | -0/+3 |
| 2012-02-27 | SUNRPC: move waitq from RPC pipe to RPC inode | Stanislav Kinsbursky | 1 | -13/+26 |
| 2012-02-27 | SUNRPC: check RPC inode's pipe reference before dereferencing | Stanislav Kinsbursky | 1 | -13/+19 |
| 2012-01-31 | SUNRPC: kernel PipeFS mount point creation routines removed | Stanislav Kinsbursky | 1 | -21/+0 |
| 2012-01-31 | NFS: idmap PipeFS notifier introduced | Stanislav Kinsbursky | 1 | -0/+16 |
| 2012-01-31 | SUNRPC: fix pipe->ops cleanup on pipe dentry unlink | Stanislav Kinsbursky | 1 | -31/+20 |
| 2012-01-31 | SUNRPC: subscribe RPC clients to pipefs notifications | Stanislav Kinsbursky | 1 | -6/+13 |
| 2012-01-31 | SUNRPC: split SUNPRC PipeFS dentry and private pipe data creation | Stanislav Kinsbursky | 1 | -23/+31 |
| 2012-01-31 | SUNPRC: cleanup RPC PipeFS pipes upcall interface | Stanislav Kinsbursky | 1 | -2/+1 |
| 2012-01-31 | SUNRPC: cleanup PipeFS redundant RPC inode usage | Stanislav Kinsbursky | 1 | -47/+46 |
| 2012-01-31 | SUNRPC: split SUNPRC PipeFS pipe data and inode creation | Stanislav Kinsbursky | 1 | -96/+112 |
| 2012-01-31 | SUNRPC: replace inode lock with pipe lock for RPC PipeFS operations | Stanislav Kinsbursky | 1 | -19/+19 |
| 2012-01-31 | SUNRPC: added debug messages to RPC pipefs | Stanislav Kinsbursky | 1 | -0/+8 |
| 2012-01-31 | SUNRPC: pipefs per-net operations helper introduced | Stanislav Kinsbursky | 1 | -0/+36 |
| 2012-01-31 | SUNRPC: put pipefs superblock link on network namespace | Stanislav Kinsbursky | 1 | -0/+4 |
| 2012-01-31 | SUNRPC: pipefs dentry lookup helper introduced | Stanislav Kinsbursky | 1 | -0/+16 |
| 2012-01-31 | SUNRPC: send notification events on pipefs sb creation and destruction | Stanislav Kinsbursky | 1 | -0/+32 |
| 2012-01-31 | SUNRPC: hold current network namespace while pipefs superblock is active | Stanislav Kinsbursky | 1 | -1/+13 |
| 2012-01-31 | SUNRPC: create RPC pipefs superblock per network namespace context | Stanislav Kinsbursky | 1 | -1/+2 |
| 2012-01-31 | SUNRPC: remove non-exclusive pipe creation from RPC pipefs | Stanislav Kinsbursky | 1 | -38/+6 |
| 2012-01-03 | sunrpc: propagate umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2011-10-25 | Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -0/+20 |
| 2011-10-18 | SUNRPC/NFS: make rpc pipe upcall generic | Peng Tao | 1 | -0/+20 |
| 2011-10-10 | sunrpc: add MODULE_ALIAS to match the filesystem name | Michal Schmidt | 1 | -0/+3 |
| 2011-07-01 | sunrpc: Reduce switch/case indent | Joe Perches | 1 | -7/+7 |
| 2011-01-11 | Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 1 | -1/+1 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 1 | -1/+1 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+9 |
| 2011-01-07 | fs: change d_delete semantics | Nick Piggin | 1 | -1/+1 |
| 2011-01-04 | kernel panic when mount NFSv4 | Trond Myklebust | 1 | -1/+1 |
| 2010-10-29 | convert get_sb_single() users | Al Viro | 1 | -9/+9 |
| 2010-10-25 | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 1 | -0/+1 |
| 2010-10-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -2/+2 |
| 2010-10-22 | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -17/+9 |
| 2010-10-19 | sunrpc: remove the big kernel lock | Arnd Bergmann | 1 | -17/+9 |
| 2010-09-23 | net/sunrpc/rpc_pipe.c: Remove unnecessary casts of private_data | Joe Perches | 1 | -2/+2 |
| 2010-09-12 | SUNRPC: Fix a race in rpc_info_open | Trond Myklebust | 1 | -6/+8 |
| 2010-09-12 | SUNRPC: Fix race corrupting rpc upcall | Trond Myklebust | 1 | -3/+3 |
| 2010-05-22 | sunrpc: Pushdown the bkl from ioctl | Frederic Weisbecker | 1 | -3/+15 |
| 2010-03-22 | sunrpc: handle allocation errors from __rpc_lookup_create() | Dan Carpenter | 1 | -0/+2 |
| 2010-03-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -7/+2 |
| 2010-03-03 | Don't bother with d_genocide in rpc_pipe | Al Viro | 1 | -7/+2 |
| 2010-02-14 | net: Fix first line of kernel-doc for a few functions | Ben Hutchings | 1 | -1/+1 |
| 2009-09-23 | sunrpc/rpc_pipe: fix kernel-doc notation | Randy Dunlap | 1 | -1/+2 |
| 2009-09-22 | const: mark remaining super_operations const | Alexey Dobriyan | 1 | -1/+1 |
| 2009-08-19 | NFS: Add a dns resolver for use with NFSv4 referrals and migration | Trond Myklebust | 1 | -0/+7 |
| 2009-08-19 | SUNRPC: Fix a typo in cache_pipefs_files | Trond Myklebust | 1 | -1/+1 |
| 2009-08-09 | SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code | Trond Myklebust | 1 | -0/+43 |
| 2009-08-09 | SUNRPC: One more clean up for rpc_create_client_dir() | Trond Myklebust | 1 | -28/+50 |
| 2009-08-09 | SUNRPC: clean up rpc_setup_pipedir() | Trond Myklebust | 1 | -55/+3 |
| 2009-08-09 | SUNRPC: Clean up rpc_create_client_dir() | Trond Myklebust | 1 | -42/+41 |
| 2009-08-09 | SUNRPC: Rename rpc_mkdir to rpc_create_client_dir() | Trond Myklebust | 1 | -6/+5 |
| 2009-08-09 | SUNRPC: rpc_pipefs cleanup | Trond Myklebust | 1 | -40/+40 |
| 2009-08-09 | SUNRPC: Clean up rpc_populate/depopulate | Trond Myklebust | 1 | -86/+101 |
| 2009-08-09 | SUNRPC: Clean up rpc_lookup_create | Trond Myklebust | 1 | -41/+59 |
| 2009-08-09 | SUNRPC: Clean up rpc_unlink() | Trond Myklebust | 1 | -8/+27 |
| 2009-08-09 | SUNRPC: Clean up file creation code in rpc_pipefs | Trond Myklebust | 1 | -43/+77 |
| 2009-08-09 | SUNRPC: Clean up rpc_pipefs lookup code... | Trond Myklebust | 1 | -5/+10 |
| 2009-08-09 | SUNRPC: Allow rpc_pipefs_ops to have null values for upcall and downcall | Trond Myklebust | 1 | -4/+11 |
| 2009-08-09 | SUNRPC: Constify rpc_pipe_ops... | Trond Myklebust | 1 | -3/+4 |
| 2009-03-27 | constify dentry_operations: rest | Al Viro | 1 | -1/+1 |
| 2009-01-05 | zero i_uid/i_gid on inode allocation | Al Viro | 1 | -2/+0 |
| 2008-12-23 | nfsd: support callbacks with gss flavors | Olga Kornievskaia | 1 | -0/+5 |
| 2008-12-23 | rpc: call release_pipe only on last close | \"J. Bruce Fields\ | 1 | -3/+6 |
| 2008-12-23 | rpc: add an rpc_pipe_open method | \"J. Bruce Fields\ | 1 | -7/+15 |
| 2008-12-23 | SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPL | Trond Myklebust | 1 | -3/+3 |
| 2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -1/+1 |
| 2008-03-05 | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -6/+6 |
| 2008-02-14 | Introduce path_put() | Jan Blunck | 1 | -1/+1 |
| 2008-02-14 | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 1 | -2/+3 |
| 2008-02-13 | docbook: sunrpc filenames and notation fixes | Randy Dunlap | 1 | -1/+2 |
| 2008-01-30 | SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate() | Chuck Lever | 1 | -2/+2 |
| 2008-01-30 | SUNRPC: Move exported declarations to the function declarations | Trond Myklebust | 1 | -0/+3 |
| 2008-01-30 | sunrpc: document the rpc_pipefs kernel api | J. Bruce Fields | 1 | -1/+51 |
| 2007-11-17 | sunrpc: rpc_pipe_poll may miss available data in some cases | J. Bruce Fields | 1 | -1/+1 |
| 2007-10-17 | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 1 | -1/+1 |
| 2007-10-09 | nfs: add server port to rpc_pipe info file | J. Bruce Fields | 1 | -0/+1 |
| 2007-10-09 | SUNRPC: Convert rpc_pipefs to use the generic filesystem notification hooks | Trond Myklebust | 1 | -3/+4 |
| 2007-08-07 | SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friends | Trond Myklebust | 1 | -2/+1 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -1/+1 |
| 2007-07-19 | sunrpc: use vfs_path_lookup | Josef 'Jeff' Sipek | 1 | -9/+7 |
| 2007-07-10 | SUNRPC: Add a field to track the number of kernel users of an rpc_pipe | Trond Myklebust | 1 | -4/+8 |
| 2007-07-10 | SUNRPC: Clean up rpc_pipefs. | Trond Myklebust | 1 | -27/+32 |
| 2007-07-10 | SUNRPC: Enable non-exclusive create in rpc_mkpipe() | Trond Myklebust | 1 | -4/+14 |
| 2007-07-10 | SUNRPC: Add a downcall queue to struct rpc_inode | Trond Myklebust | 1 | -0/+1 |
| 2007-07-10 | SUNRPC: Convert rpc_clnt->cl_users to a kref | Trond Myklebust | 1 | -1/+1 |
| 2007-05-17 | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 1 | -13/+11 |
| 2007-05-09 | sunrpc: fix error path in module_init | Akinobu Mita | 1 | -1/+8 |
| 2007-05-07 | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 1 | -2/+1 |
| 2007-02-12 | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 1 | -2/+2 |
| 2007-02-12 | [PATCH] mark struct file_operations const 8 | Arjan van de Ven | 1 | -2/+2 |
| 2007-02-03 | NFSv4: Ensure non-root user can trigger a referral automount | Trond Myklebust | 1 | -1/+1 |
| 2006-12-08 | [PATCH] struct path: convert sunrpc | Josef Sipek | 1 | -4/+4 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -2/+2 |
| 2006-12-07 | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 1 | -1/+1 |
| 2006-11-22 | WorkStruct: Pass the work_struct pointer instead of context data | David Howells | 1 | -3/+4 |
| 2006-11-22 | WorkStruct: Separate delayable and non-delayable events. | David Howells | 1 | -1/+2 |
| 2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 1 | -3/+3 |
| 2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 1 | -1/+0 |
| 2006-09-27 | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 1 | -2/+1 |
| 2006-09-22 | NFSv4: rpc_mkpipe creating socket inodes w/out sk buffers | Steve Dickson | 1 | -1/+1 |
| 2006-09-22 | SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument | Trond Myklebust | 1 | -15/+23 |