Age | Commit message (Expand) | Author | Files | Lines |
2008-09-09 | NFS: Restore missing hunk in NFS mount option parser | Chuck Lever | 1 | -0/+6 |
2008-07-28 | nfs_remount oops when rebooting + possible fix | Marc Zyngier | 1 | -3/+3 |
2008-07-16 | NFS: Remove attribute update related BKL references | Trond Myklebust | 1 | -4/+0 |
2008-07-09 | NFS: Allow either strict or sloppy mount option parsing | Chuck Lever | 1 | -75/+128 |
2008-07-09 | NFS4: Set security flavor default for NFSv4 mounts like other defaults | Chuck Lever | 1 | -16/+6 |
2008-07-09 | NFS: Set security flavor default for NFSv2/3 mounts like other defaults | Chuck Lever | 1 | -17/+5 |
2008-07-09 | NFS: Refactor logic for parsing NFS security flavor mount options | Chuck Lever | 1 | -65/+78 |
2008-07-09 | NFS: use documenting macro constants for initializing ac{reg, dir}{min, max} | Chuck Lever | 1 | -12/+12 |
2008-07-09 | NFS: Move the nfs_set_port() call out of nfs_parse_mount_options() | Chuck Lever | 1 | -3/+6 |
2008-07-09 | NFS: set transport defaults after mount option parsing is finished | Trond Myklebust | 1 | -18/+42 |
2008-07-09 | NFS: handle interface identifiers in incoming IPv6 addresses | Chuck Lever | 1 | -1/+40 |
2008-07-09 | NFS: Add string length argument to nfs_parse_server_address | Chuck Lever | 1 | -30/+70 |
2008-07-09 | NFS: Support raw IPv6 address hostnames during NFS mount operation | Chuck Lever | 1 | -8/+82 |
2008-07-09 | NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3 | Chuck Lever | 1 | -45/+79 |
2008-07-09 | NFS: Fix a dependency on CONFIG_NFS_V4 in nfs_remount | Trond Myklebust | 1 | -2/+3 |
2008-07-09 | NFS: missing newline in NFS mount debugging message | Chuck Lever | 1 | -1/+1 |
2008-07-09 | NFS: Treat "intr" and "nointr" options as deprecated | Chuck Lever | 1 | -6/+4 |
2008-07-09 | NFS: Allow any value for the "retry" option | Chuck Lever | 1 | -1/+2 |
2008-07-09 | NFS: implement option checking when remounting NFS filesystems (resend) | Jeff Layton | 1 | -0/+76 |
2008-06-24 | NFS: Fix filehandle size comparisons in the mount code | Trond Myklebust | 1 | -4/+4 |
2008-06-24 | NFS: Reduce the NFS mount code stack usage. | Trond Myklebust | 1 | -28/+40 |
2008-05-16 | nfs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -1/+1 |
2008-05-16 | nfs/lsm: make NFSv4 set LSM mount options | Eric Paris | 1 | -0/+10 |
2008-04-30 | mm: bdi: expose the BDI object in sysfs for NFS | Miklos Szeredi | 1 | -0/+26 |
2008-04-25 | [PATCH] restore sane ->umount_begin() API | Al Viro | 1 | -5/+3 |
2008-04-24 | Merge branch 'devel' | Trond Myklebust | 1 | -47/+100 |
2008-04-20 | NFS: remove duplicate flags assignment from nfs_validate_mount_data | Jeff Layton | 1 | -1/+0 |
2008-04-20 | NFS - fix potential NULL pointer dereference v2 | Cyrill Gorcunov | 1 | -0/+16 |
2008-03-28 | [PATCH] do shrink_submounts() for all fs types | Al Viro | 1 | -2/+0 |
2008-03-20 | NFS: Show most mount options via nfs_show_options() | Chuck Lever | 1 | -2/+65 |
2008-03-20 | NFS: Save the value of the "port=" mount option | Chuck Lever | 1 | -31/+6 |
2008-03-20 | NFS: numeric mount parameters are unsigned | Chuck Lever | 1 | -13/+13 |
2008-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David S. Miller | 1 | -2/+62 |
2008-03-18 | [NET] endianness noise: INADDR_ANY | Al Viro | 1 | -1/+1 |
2008-03-06 | NFS: use new LSM interfaces to explicitly set mount options | Eric Paris | 1 | -2/+62 |
2008-02-14 | NFS: add missing spkm3 strings to mount option parser | Olga Kornievskaia | 1 | -0/+4 |
2008-02-01 | Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+0 |
2008-01-30 | NFS: Address memory leaks in the NFS client mount option parser | Chuck Lever | 1 | -0/+2 |
2008-01-30 | NFS: Support per-mountpoint timeout parameters. | Trond Myklebust | 1 | -2/+2 |
2008-01-30 | NFS: Pull covers off IPv6 address parsing | Chuck Lever | 1 | -5/+16 |
2008-01-30 | NFS: Support non-IPv4 addresses in nfs_parsed_mount_data | Chuck Lever | 1 | -20/+34 |
2008-01-30 | NFS: Refactor mount option address parsing into separate function | Chuck Lever | 1 | -6/+24 |
2008-01-30 | NFS: Remove the NIPQUAD from nfs_try_mount | Chuck Lever | 1 | -5/+18 |
2008-01-30 | NFS: Set default port for NFSv4, with support for AF_INET6 | Chuck Lever | 1 | -4/+28 |
2008-01-30 | NFS: Make setting a port number agostic | Chuck Lever | 1 | -2/+24 |
2008-01-30 | NFS: Verify IPv6 addresses properly | Chuck Lever | 1 | -5/+10 |
2008-01-30 | NFS: Add support for AF_INET6 addresses in nfs_compare_super() | Chuck Lever | 1 | -3/+40 |
2008-01-30 | NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr) | Chuck Lever | 1 | -2/+3 |
2008-01-30 | NFS: Remove the redundant nfs_client->cl_nfsversion | Trond Myklebust | 1 | -1/+1 |
2008-01-30 | NFS: Clean up: copy hostname with kstrndup during mount processing | Chuck Lever | 1 | -9/+4 |