| Commit message (Expand) | Author | Age | Files | Lines |
* | nfsd: switch to %p[dD] | Al Viro | 2013-10-25 | 1 | -6/+6 |
* | nfsd4: nfsd4_create_clid_dir prints uninitialized data | J. Bruce Fields | 2013-08-30 | 1 | -2/+0 |
* | [readdir] constify ->actor | Al Viro | 2013-06-29 | 1 | -3/+4 |
* | [readdir] introduce ->iterate(), ctx->pos, dir_emit() | Al Viro | 2013-06-29 | 1 | -6/+8 |
* | [readdir] introduce iterate_dir() and dir_context | Al Viro | 2013-06-29 | 1 | -4/+9 |
* | nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT error | Jeff Layton | 2013-05-09 | 1 | -7/+5 |
* | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-03-01 | 1 | -0/+6 |
|\ |
|
| * | nfsd: disable usermode helper client tracker in container | Stanislav Kinsbursky | 2013-02-15 | 1 | -0/+6 |
* | | nfsd: Properly compare and initialize kuids and kgids | Eric W. Biederman | 2013-02-13 | 1 | -2/+2 |
|/ |
|
* | nfsd: make NFSv4 recovery client tracking options per net | Stanislav Kinsbursky | 2012-12-10 | 1 | -20/+28 |
* | nfsd: recovery - make in_grace per net | Stanislav Kinsbursky | 2012-11-28 | 1 | -5/+4 |
* | nfsd: recovery - make rec_file per net | Stanislav Kinsbursky | 2012-11-28 | 1 | -35/+35 |
* | nfsd4: remove state lock from nfsd4_load_reboot_recovery_data | J. Bruce Fields | 2012-11-28 | 1 | -2/+0 |
* | nfsd: pass nfsd_net instead of net to grace enders | Stanislav Kinsbursky | 2012-11-15 | 1 | -8/+6 |
* | nfsd: make reclaim_str_hashtbl allocated per net | Stanislav Kinsbursky | 2012-11-15 | 1 | -23/+77 |
* | nfsd: make nfs4_client network namespace dependent | Stanislav Kinsbursky | 2012-11-15 | 1 | -6/+3 |
* | nfsd: release the legacy reclaimable clients list in grace_done | Jeff Layton | 2012-11-13 | 1 | -0/+1 |
* | nfsd: get rid of cl_recdir field | Jeff Layton | 2012-11-13 | 1 | -19/+74 |
* | nfsd: don't search for client by hash on legacy reboot recovery gracedone | Jeff Layton | 2012-11-13 | 1 | -4/+27 |
* | nfsd: have nfsd4_find_reclaim_client take a char * argument | Jeff Layton | 2012-11-13 | 1 | -1/+1 |
* | nfsd: warn about impending removal of nfsdcld upcall | Jeff Layton | 2012-11-13 | 1 | -0/+3 |
* | nfsd: pass info about the legacy recoverydir in environment variables | Jeff Layton | 2012-11-13 | 1 | -8/+82 |
* | nfsd: change heuristic for selecting the client_tracking_ops | Jeff Layton | 2012-11-13 | 1 | -9/+27 |
* | nfsd: add a usermodehelper upcall for NFSv4 client ID tracking | Jeff Layton | 2012-11-13 | 1 | -1/+133 |
* | nfsd: remove unused argument to nfs4_has_reclaimed_state | Jeff Layton | 2012-11-10 | 1 | -1/+1 |
* | nfsd: fix error handling in nfsd4_remove_clid_dir | Jeff Layton | 2012-11-10 | 1 | -1/+2 |
* | nfsd: Push mnt_want_write() outside of i_mutex | Jan Kara | 2012-07-30 | 1 | -4/+5 |
* | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-06-01 | 1 | -2/+2 |
|\ |
|
| * | nfsd4: preserve __user annotation on cld downcall msg | J. Bruce Fields | 2012-06-01 | 1 | -1/+1 |
| * | nfsd4: fix missing "static" | J. Bruce Fields | 2012-06-01 | 1 | -1/+1 |
* | | nfsd: fix nfs4recover.c printk format warning | Randy Dunlap | 2012-04-30 | 1 | -1/+1 |
|/ |
|
* | nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabled | Jeff Layton | 2012-03-29 | 1 | -0/+12 |
* | nfsd: fix NULL pointer dereference in cld_pipe_downcall | Jeff Layton | 2012-03-28 | 1 | -2/+1 |
* | nfsd: don't allow legacy client tracker init for anything but init_net | Jeff Layton | 2012-03-26 | 1 | -0/+7 |
* | nfsd: add notifier to handle mount/unmount of rpc_pipefs sb | Jeff Layton | 2012-03-26 | 1 | -0/+44 |
* | nfsd: add the infrastructure to handle the cld upcall | Jeff Layton | 2012-03-26 | 1 | -1/+443 |
* | nfsd: add nfsd4_client_tracking_ops struct and a way to set it | Jeff Layton | 2012-03-26 | 1 | -10/+126 |
* | nfsd: convert nfs4_client->cl_cb_flags to a generic flags field | Jeff Layton | 2012-03-26 | 1 | -4/+3 |
* | Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-01-14 | 1 | -8/+14 |
|\ |
|
| * | nfsd4: nfsd4_create_clid_dir return value is unused | J. Bruce Fields | 2012-01-05 | 1 | -6/+4 |
| * | nfsd4: be forgiving in the absence of the recovery directory | J. Bruce Fields | 2012-01-05 | 1 | -2/+3 |
| * | nfsd4: fix spurious 4.1 post-reboot failures | J. Bruce Fields | 2012-01-02 | 1 | -1/+8 |
* | | vfs: mnt_drop_write_file() | Al Viro | 2012-01-04 | 1 | -3/+3 |
* | | switch a bunch of places to mnt_want_write_file() | Al Viro | 2012-01-04 | 1 | -3/+3 |
|/ |
|
* | nfsd4: stop using nfserr_resource for transitory errors | J. Bruce Fields | 2011-08-27 | 1 | -1/+1 |
* | nfsd4: fix failure to end nfsd4 grace period | Boaz Harrosh | 2011-08-27 | 1 | -7/+8 |
* | nfsd4: simplify recovery dir setting | J. Bruce Fields | 2011-08-27 | 1 | -4/+32 |
* | nfsd4_list_rec_dir(): don't bother with reopening rec_file | Al Viro | 2011-07-20 | 1 | -31/+21 |
* | nfsd4: fix mixed 4.0/4.1 handling, 4.1 reboot | J. Bruce Fields | 2010-12-17 | 1 | -1/+0 |
* | sanitize vfs_fsync calling conventions | Christoph Hellwig | 2010-05-22 | 1 | -3/+3 |