| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] do shrink_submounts() for all fs types | Al Viro | 2008-03-27 | 1 | -2/+0 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David S. Miller | 2008-03-17 | 1 | -2/+62 |
|\ |
|
| * | NFS: use new LSM interfaces to explicitly set mount options | Eric Paris | 2008-03-06 | 1 | -2/+62 |
* | | [NET] endianness noise: INADDR_ANY | Al Viro | 2008-03-17 | 1 | -1/+1 |
|/ |
|
* | NFS: add missing spkm3 strings to mount option parser | Olga Kornievskaia | 2008-02-13 | 1 | -0/+4 |
* | Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-02-01 | 1 | -4/+0 |
|\ |
|
| * | NFS: Switch from intr mount option to TASK_KILLABLE | Matthew Wilcox | 2007-12-06 | 1 | -4/+0 |
* | | NFS: Address memory leaks in the NFS client mount option parser | Chuck Lever | 2008-01-30 | 1 | -0/+2 |
* | | NFS: Support per-mountpoint timeout parameters. | Trond Myklebust | 2008-01-30 | 1 | -2/+2 |
* | | NFS: Pull covers off IPv6 address parsing | Chuck Lever | 2008-01-30 | 1 | -5/+16 |
* | | NFS: Support non-IPv4 addresses in nfs_parsed_mount_data | Chuck Lever | 2008-01-30 | 1 | -20/+34 |
* | | NFS: Refactor mount option address parsing into separate function | Chuck Lever | 2008-01-30 | 1 | -6/+24 |
* | | NFS: Remove the NIPQUAD from nfs_try_mount | Chuck Lever | 2008-01-30 | 1 | -5/+18 |
* | | NFS: Set default port for NFSv4, with support for AF_INET6 | Chuck Lever | 2008-01-30 | 1 | -4/+28 |
* | | NFS: Make setting a port number agostic | Chuck Lever | 2008-01-30 | 1 | -2/+24 |
* | | NFS: Verify IPv6 addresses properly | Chuck Lever | 2008-01-30 | 1 | -5/+10 |
* | | NFS: Add support for AF_INET6 addresses in nfs_compare_super() | Chuck Lever | 2008-01-30 | 1 | -3/+40 |
* | | NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr) | Chuck Lever | 2008-01-30 | 1 | -2/+3 |
* | | NFS: Remove the redundant nfs_client->cl_nfsversion | Trond Myklebust | 2008-01-30 | 1 | -1/+1 |
* | | NFS: Clean up: copy hostname with kstrndup during mount processing | Chuck Lever | 2008-01-30 | 1 | -9/+4 |
* | | NFS: Remove support for the 'mountprog' option | Chuck Lever | 2008-01-30 | 1 | -10/+1 |
* | | NFS: Remove support for the 'nfsprog' option | Chuck Lever | 2008-01-30 | 1 | -13/+1 |
* | | NFS: Ensure that NFS version 4 mounts use NFS_PORT if nfsport wasn't set | Chuck Lever | 2008-01-30 | 1 | -0/+2 |
* | | NFS: Stop sillyname renames and unmounts from racing | Steve Dickson | 2008-01-30 | 1 | -0/+24 |
* | | NFS: Fix a possible Oops in fs/nfs/super.c | Trond Myklebust | 2008-01-03 | 1 | -1/+11 |
* | | NFS: Fix NFS mountpoint crossing... | Trond Myklebust | 2007-12-11 | 1 | -1/+1 |
|/ |
|
* | NFS: mount failure causes bad page state | Russell King | 2007-11-26 | 1 | -2/+4 |
* | kernel BUG at fs/nfs/namespace.c:108! - can be triggered by bad server | Neil Brown | 2007-11-17 | 1 | -0/+5 |
* | NFS: Show "nointr" mount option | Chuck Lever | 2007-10-09 | 1 | -1/+1 |
* | NFS: Verify server address before invoking in-kernel mount client | Chuck Lever | 2007-10-09 | 1 | -4/+8 |
* | NFS: support RDMA mounts | \"Talpey, Thomas\ | 2007-10-09 | 1 | -2/+19 |
* | NFS - print accurate transport protocol | \"Talpey, Thomas\ | 2007-10-09 | 1 | -14/+2 |
* | NFS/SUNRPC: use transport protocol naming | \"Talpey, Thomas\ | 2007-10-09 | 1 | -10/+11 |
* | NFSv4: Fix a bug in nfs4_validate_mount_data() | Trond Myklebust | 2007-10-09 | 1 | -3/+3 |
* | NFS: use in-kernel mount argument structure for nfsv4 mounts | \"Talpey, Thomas\ | 2007-10-09 | 1 | -80/+66 |
* | NFS: use in-kernel mount argument structure for nfsv[23] mounts | \"Talpey, Thomas\ | 2007-10-09 | 1 | -64/+57 |
* | NFS: move nfs_parsed_mount_data structure definition | \"Talpey, Thomas\ | 2007-10-09 | 1 | -31/+0 |
* | NFS: Add new 'mountaddr=' mount option | Chuck Lever | 2007-10-09 | 1 | -3/+5 |
* | [NFS] [PATCH] NFS: initialize default port in kernel mount client | James Lentini | 2007-10-09 | 1 | -2/+4 |
* | NFS: Kernel mount client should use async bind | Chuck Lever | 2007-10-09 | 1 | -16/+5 |
* | [NFS] [PATCH] NFS: show addr=ipaddr in /proc/mounts rather than | Jeff Layton | 2007-10-09 | 1 | -2/+2 |
* | nfs: fix oops re sysctls and V4 support | Alexey Dobriyan | 2007-09-19 | 1 | -1/+1 |
* | NFS: change NFS mount error return when hostname/pathname too long | Chuck Lever | 2007-09-01 | 1 | -4/+4 |
* | NFS: Off-by-one length error in string handling | Chuck Lever | 2007-09-01 | 1 | -1/+1 |
* | NFS: Return a real error code from mount(2) | Chuck Lever | 2007-09-01 | 1 | -1/+1 |
* | NFS: mount option parser chokes on proto= | Chuck Lever | 2007-09-01 | 1 | -4/+4 |
* | NFS: Fix the mount regression | Trond Myklebust | 2007-08-31 | 1 | -46/+64 |
* | fix broken handling of port=... in NFS option parsing | Al Viro | 2007-07-22 | 1 | -1/+1 |
* | NFSv4: handle lack of clientaddr in option string | Jeff Layton | 2007-07-19 | 1 | -0/+7 |
* | mm: clean up and kernelify shrinker registration | Rusty Russell | 2007-07-17 | 1 | -4/+6 |