summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-049-50/+27Star
|\
| * hostfs: use kmalloc instead of kzallocJames Hogan2013-05-041-1/+2
| * hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>James Hogan2013-05-041-2/+1Star
| * hostfs: remove "will unlock" commentJames Hogan2013-05-041-1/+1
| * vfs: use list_move instead of list_del/list_addWei Yongjun2013-05-041-2/+1Star
| * proc_devtree: Replace include linux/module.h with linux/export.hSyam Sidhardhan2013-05-041-1/+1
| * create_mnt_ns: unidiomatic use of list_add()Al Viro2013-05-041-1/+1
| * fs: remove dentry_lru_prune()Yan, Zheng2013-05-041-22/+9Star
| * Removed unused typedef to avoid "unused local typedef" warnings.Han Shen2013-05-041-1/+0Star
| * kill fs/read_write.hAl Viro2013-05-043-12/+4Star
| * do_coredump(): don't wait for thaw if coredump has already been interruptedAl Viro2013-05-041-4/+5
| * do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...Al Viro2013-05-041-3/+2Star
* | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-0312-549/+708
|\ \
| * | NFSD: SECINFO doesn't handle unsupported pseudoflavors correctlyChuck Lever2013-05-011-6/+20
| * | NFSD: Simplify GSS flavor encoding in nfsd4_do_encode_secinfo()Chuck Lever2013-05-011-7/+1Star
| * | nfsd: make symbol nfsd_reply_cache_shrinker staticWei Yongjun2013-05-011-1/+1
| * | nfsd4: don't remap EISDIR errors in renameJ. Bruce Fields2013-04-301-15/+5Star
| * | Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields2013-04-298-207/+234
| |\ \
| * | | nfsd4: better error return to indicate SSV non-supportJ. Bruce Fields2013-04-261-0/+1
| * | | nfsd: fix EXDEV checking in renameJ. Bruce Fields2013-04-261-4/+2Star
| * | | Merge Trond's nfs-for-nextJ. Bruce Fields2013-04-2624-326/+737
| |\ \ \
| * | | | nfsd: Decode and send 64bit time valuesBryan Schumaker2013-04-231-14/+5Star
| * | | | nfsd4: put_client_renew_locked can be staticFengguang Wu2013-04-171-1/+1
| * | | | nfsd4: remove unused macroJ. Bruce Fields2013-04-171-19/+0Star
| * | | | nfsd4: remove some useless codefanchaoting2013-04-161-2/+1Star
| * | | | nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKEDJ. Bruce Fields2013-04-162-8/+50
| * | | | nfsd4: clean up validate_stateidJ. Bruce Fields2013-04-091-5/+14
| * | | | nfsd4: check backchannel attributes on create_sessionJ. Bruce Fields2013-04-093-24/+49
| * | | | nfsd4: fix forechannel attribute negotiationJ. Bruce Fields2013-04-091-67/+49Star
| * | | | nfsd4: cleanup check_forechannel_attrsJ. Bruce Fields2013-04-091-5/+9
| * | | | nfsd4: don't close read-write opens too soonJ. Bruce Fields2013-04-091-7/+1Star
| * | | | nfsd4: release lockowners on last unlock in 4.1 caseJ. Bruce Fields2013-04-091-1/+8
| * | | | nfsd4: more sessions/open-owner-replay cleanupJ. Bruce Fields2013-04-091-12/+16
| * | | | nfsd4: no need for replay_owner in sessions caseJ. Bruce Fields2013-04-092-5/+5
| * | | | nfsd4: remove some redundant commentsJ. Bruce Fields2013-04-091-6/+0Star
| * | | | nfsd: use kmem_cache_free() instead of kfree()Wei Yongjun2013-04-091-1/+1
| * | | | nfsd4: cleanup handling of nfsv4.0 closed stateid'sJ. Bruce Fields2013-04-085-56/+43Star
| * | | | nfsd4: remove unused nfs4_check_deleg argumentJ. Bruce Fields2013-04-041-2/+2
| * | | | nfsd4: make del_recall_lru per-network-namespaceJ. Bruce Fields2013-04-042-8/+8
| * | | | nfsd4: shut down more of delegation earlierJ. Bruce Fields2013-04-041-6/+7
| * | | | nfsd4: minor cb_recall simplificationJ. Bruce Fields2013-04-041-5/+3Star
| * | | | nfsd: remove /proc/fs/nfs when create /proc/fs/nfs/exports errorfanchaoting2013-04-031-1/+3
| * | | | nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting2013-04-031-4/+4
| * | | | nfsd: convert the file_hashtbl to a hlistJeff Layton2013-04-032-11/+5Star
| * | | | nfsd4: don't destroy in-use sessionJ. Bruce Fields2013-04-032-33/+43
| * | | | nfsd4: don't destroy in-use clientsJ. Bruce Fields2013-04-033-97/+131
| * | | | nfsd4: simplify bind_conn_to_session lockingJ. Bruce Fields2013-04-031-14/+14
| * | | | nfsd4: fix destroy_session raceJ. Bruce Fields2013-04-031-16/+10Star
| * | | | nfsd4: clientid lookup cleanupJ. Bruce Fields2013-04-031-12/+12
| * | | | nfsd4: destroy_clientid simplificationJ. Bruce Fields2013-04-031-7/+1Star