| Commit message (Expand) | Author | Age |
* | SUNRPC: Clean up rpc_bind_new_program | Trond Myklebust | 2012-11-04 |
* | SUNRPC: remove BUG_ON from rpc_call_sync | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON in rpc_release_task | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON in svc_delete_xprt | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ONs checking RPC_IS_QUEUED | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON from __rpc_sleep_on_priority | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON in svc_register | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON from encode_rpcb_string | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON from bc_malloc | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON in xdr_shrink_bufhead | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGES | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON in svc_xprt_received | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ONs from *_reclassify_socket* | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON from svc_pool_map_set_cpumask | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove two BUG_ON asserts | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON in rpc_put_sb_net | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON calls from cache_read | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON from bc_send | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON from xprt_destroy_backchannel | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON from rpc_sleep_on* | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON from call_bc_transmit | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON from call_bc_transmit | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON from call_transmit | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON from rpc_run_bc_task | Weston Andros Adamson | 2012-11-04 |
* | SUNRPC: remove BUG_ON in __rpc_clnt_handle_event | Weston Andros Adamson | 2012-11-04 |
* | lockd: Remove BUG_ON()s from fs/lockd/clntproc.c | Trond Myklebust | 2012-11-04 |
* | lockd: Remove BUG_ON()s in fs/lockd/host.c | Trond Myklebust | 2012-11-04 |
* | lockd: Remove trivial BUG_ON()s from the NSM code | Trond Myklebust | 2012-11-04 |
* | lockd: Remove unnecessary BUG_ON()s in the xdr client code | Trond Myklebust | 2012-11-04 |
* | NFS: Remove the BUG_ON() in the mount code | Trond Myklebust | 2012-11-04 |
* | NFS: Remove BUG_ON()s in the fs/nfs/inode.c | Trond Myklebust | 2012-11-04 |
* | NFSv4: Get rid of unnecessary BUG_ON()s | Trond Myklebust | 2012-11-04 |
* | NFS: Remove BUG_ON() calls from the generic writeback code | Trond Myklebust | 2012-11-04 |
* | NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout code | Trond Myklebust | 2012-11-04 |
* | NFSv4.1: Remove unused function last_byte_offset | Trond Myklebust | 2012-11-04 |
* | NFSv4: Remove the BUG_ON() from nfs4_get_lease_time_prepare()... | Trond Myklebust | 2012-11-04 |
* | NFS: Remove asserts from the NFS XDR code | Trond Myklebust | 2012-11-04 |
* | NFS: Get rid of unnecessary asserts | Trond Myklebust | 2012-11-04 |
* | SUNRPC: add WARN_ON_ONCE for potential deadlock | Weston Andros Adamson | 2012-11-04 |
* | Linux 3.7-rc4 | Linus Torvalds | 2012-11-04 |
* | Merge tag 'nfs-for-3.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-11-03 |
|\ |
|
| * | NFS4: nfs4_opendata_access should return errno | Weston Andros Adamson | 2012-11-02 |
| * | NFSv4: Initialise the NFSv4.1 slot table highest_used_slotid correctly | Trond Myklebust | 2012-11-01 |
| * | SUNRPC: return proper errno from backchannel_rqst | Weston Andros Adamson | 2012-11-01 |
| * | NFS: add nfs_sb_deactive_async to avoid deadlock | Weston Andros Adamson | 2012-10-31 |
| * | nfs: Show original device name verbatim in /proc/*/mount{s,info} | Ben Hutchings | 2012-10-31 |
| * | nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeouts | Scott Mayhew | 2012-10-31 |
| * | nfs: Check whether a layout pointer is NULL before free it | Yanchuan Nian | 2012-10-31 |
| * | NFS: fix bug in legacy DNS resolver. | NeilBrown | 2012-10-31 |
| * | NFSv4: nfs4_locku_done must release the sequence id | Trond Myklebust | 2012-10-31 |