summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfsd: make reclaim_str_hashtbl allocated per netStanislav Kinsbursky2012-11-154-55/+111
* nfsd: make nfs4_client network namespace dependentStanislav Kinsbursky2012-11-154-13/+14
* nfsd: use service net instead of hard-coded net where possibleStanislav Kinsbursky2012-11-151-5/+5
* nfsd4: get_backchannel_cred should be staticFengguang Wu2012-11-141-1/+1
* nfsd4: init_session should be declared staticFengguang Wu2012-11-141-1/+1
* nfsd: release the legacy reclaimable clients list in grace_doneJeff Layton2012-11-131-0/+1
* nfsd: get rid of cl_recdir fieldJeff Layton2012-11-133-36/+77
* nfsd: move the confirmed and unconfirmed hlists to a rbtreeJeff Layton2012-11-132-52/+95
* nfsd: don't search for client by hash on legacy reboot recovery gracedoneJeff Layton2012-11-133-13/+34
* nfsd: make nfs4_client_to_reclaim return a pointer to the reclaim recordJeff Layton2012-11-132-11/+11
* nfsd: break out reclaim record removal into separate functionJeff Layton2012-11-132-3/+10
* nfsd: have nfsd4_find_reclaim_client take a char * argumentJeff Layton2012-11-133-9/+6
* nfsd: warn about impending removal of nfsdcld upcallJeff Layton2012-11-131-0/+3
* nfsd: pass info about the legacy recoverydir in environment variablesJeff Layton2012-11-131-8/+82
* nfsd: change heuristic for selecting the client_tracking_opsJeff Layton2012-11-131-9/+27
* nfsd: add a usermodehelper upcall for NFSv4 client ID trackingJeff Layton2012-11-131-1/+133
* nfsd: remove unused argument to nfs4_has_reclaimed_stateJeff Layton2012-11-103-3/+3
* nfsd: fix error handling in nfsd4_remove_clid_dirJeff Layton2012-11-101-1/+2
* nfsd4: backchannel should use client-provided security flavorJ. Bruce Fields2012-11-083-5/+13
* nfsd4: common helper to initialize callback workJ. Bruce Fields2012-11-083-4/+9
* nfsd4: implement backchannel_ctl operationJ. Bruce Fields2012-11-085-1/+39
* nfsd4: use callback security parameters in create_sessionJ. Bruce Fields2012-11-083-14/+37
* nfsd4: clean up callback security parsingJ. Bruce Fields2012-11-082-57/+70
* nfsd: use vfs_fsync_range(), not O_SYNC, for stable writesJ. Bruce Fields2012-11-081-7/+6
* nfsd: assume writeable exportabled filesystems have f_syncJ. Bruce Fields2012-11-081-13/+0
* nfsd4: don't BUG in delegation break callbackJ. Bruce Fields2012-11-081-3/+8
* nfsd4: remove unused init_session returnJ. Bruce Fields2012-11-081-2/+1
* nfsd4: helper function for getting mounted_on inoJ. Bruce Fields2012-11-081-12/+18
* nfs: fix wrong object type in lockowner_slabYanchuan Nian2012-11-081-1/+1
* nfsd4: remove unused variable in nfsd4_delegreturn()Wei Yongjun2012-11-081-2/+0
* exportfs: add FILEID_INVALID to indicate invalid fid_typeNamjae Jeon2012-11-083-5/+5
* hold task->mempolicy while numa_maps scans.KAMEZAWA Hiroyuki2012-10-192-3/+51
* Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-192-2/+3
|\
| * NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust2012-10-172-2/+3
* | fs, xattr: fix bug when removing a name not in xattr listDavid Rientjes2012-10-181-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-10-175-23/+46
|\ \
| * | quota: Silence warning about PRJQUOTA not being handled in need_print_warning()Jan Kara2012-10-091-0/+2
| * | ext3: fix return values on parse_options() failureZhao Hongjiang2012-10-091-2/+2
| * | ext2: fix return values on parse_options() failureZhao Hongjiang2012-10-091-2/+2
| * | ext3: ext3_bread usage auditCarlos Maiolino2012-10-092-18/+39
| * | ext3: fix possible non-initialized variable on htree_dirblock_to_tree()Carlos Maiolino2012-10-091-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-171-2/+3
|\ \ \
| * | | fix a leak in replace_fd() usersAl Viro2012-10-161-2/+3
| | |/ | |/|
* / | mm, mempolicy: fix printing stack contents in numa_mapsDavid Rientjes2012-10-171-2/+5
|/ /
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-142-7/+7
|\ \
| * | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-082-7/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-132-3/+3
|\ \ \
| * | | btrfs: Fix compilation with user namespace support enabledEric W. Biederman2012-10-131-2/+2
| * | | userns: Fix posix_acl_file_xattr_userns gid conversionEric W. Biederman2012-10-121-1/+1
* | | | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-1315-305/+227
|\ \ \ \