summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-11-13nfsd: move the confirmed and unconfirmed hlists to a rbtreeJeff Layton2-52/+95
2012-11-13nfsd: don't search for client by hash on legacy reboot recovery gracedoneJeff Layton3-13/+34
2012-11-13nfsd: make nfs4_client_to_reclaim return a pointer to the reclaim recordJeff Layton2-11/+11
2012-11-13nfsd: break out reclaim record removal into separate functionJeff Layton2-3/+10
2012-11-13nfsd: have nfsd4_find_reclaim_client take a char * argumentJeff Layton3-9/+6
2012-11-13nfsd: warn about impending removal of nfsdcld upcallJeff Layton1-0/+3
2012-11-13nfsd: pass info about the legacy recoverydir in environment variablesJeff Layton1-8/+82
2012-11-13nfsd: change heuristic for selecting the client_tracking_opsJeff Layton1-9/+27
2012-11-13nfsd: add a usermodehelper upcall for NFSv4 client ID trackingJeff Layton1-1/+133
2012-11-10nfsd: remove unused argument to nfs4_has_reclaimed_stateJeff Layton3-3/+3
2012-11-10nfsd: fix error handling in nfsd4_remove_clid_dirJeff Layton1-1/+2
2012-11-08nfsd4: backchannel should use client-provided security flavorJ. Bruce Fields3-5/+13
2012-11-08nfsd4: common helper to initialize callback workJ. Bruce Fields3-4/+9
2012-11-08nfsd4: implement backchannel_ctl operationJ. Bruce Fields5-1/+39
2012-11-08nfsd4: use callback security parameters in create_sessionJ. Bruce Fields3-14/+37
2012-11-08nfsd4: clean up callback security parsingJ. Bruce Fields2-57/+70
2012-11-08nfsd: use vfs_fsync_range(), not O_SYNC, for stable writesJ. Bruce Fields1-7/+6
2012-11-08nfsd: assume writeable exportabled filesystems have f_syncJ. Bruce Fields1-13/+0
2012-11-08nfsd4: don't BUG in delegation break callbackJ. Bruce Fields1-3/+8
2012-11-08nfsd4: remove unused init_session returnJ. Bruce Fields1-2/+1
2012-11-08nfsd4: helper function for getting mounted_on inoJ. Bruce Fields1-12/+18
2012-11-08nfs: fix wrong object type in lockowner_slabYanchuan Nian1-1/+1
2012-11-08nfsd4: remove unused variable in nfsd4_delegreturn()Wei Yongjun1-2/+0
2012-11-08exportfs: add FILEID_INVALID to indicate invalid fid_typeNamjae Jeon3-5/+5
2012-10-20hold task->mempolicy while numa_maps scans.KAMEZAWA Hiroyuki2-3/+51
2012-10-19Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-2/+3
2012-10-18fs, xattr: fix bug when removing a name not in xattr listDavid Rientjes1-1/+1
2012-10-17NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust2-2/+3
2012-10-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-23/+46
2012-10-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+3
2012-10-17mm, mempolicy: fix printing stack contents in numa_mapsDavid Rientjes1-2/+5
2012-10-16fix a leak in replace_fd() usersAl Viro1-2/+3
2012-10-15Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+7
2012-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-3/+3
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds15-305/+227
2012-10-13procfs: don't need a PATH_MAX allocation to hold a string representation of a...Jeff Layton1-2/+3
2012-10-13vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton1-20/+49
2012-10-13audit: make audit_inode take struct filenameJeff Layton1-9/+7
2012-10-13vfs: make path_openat take a struct filename pointerJeff Layton4-16/+36
2012-10-13vfs: turn do_path_lookup into wrapper around struct filename variantJeff Layton1-7/+23
2012-10-13audit: allow audit code to satisfy getname requests from its names_listJeff Layton1-0/+4
2012-10-13vfs: define struct filename and have getname() return itJeff Layton7-61/+88
2012-10-13btrfs: Fix compilation with user namespace support enabledEric W. Biederman1-2/+2
2012-10-13userns: Fix posix_acl_file_xattr_userns gid conversionEric W. Biederman1-1/+1
2012-10-12vfs: unexport getname and putname symbolsJeff Layton1-2/+0
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2-2/+2
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton3-13/+13
2012-10-12audit: reverse arguments to audit_inode_childJeff Layton2-2/+2
2012-10-12audit: remove unnecessary NULL ptr checks from do_path_lookupJeff Layton1-6/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds27-135/+130