aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* timerfd: new timerfd APIDavide Libenzi2008-02-052-74/+165
* exec: rework the group exit and fix the race with killOleg Nesterov2008-02-051-9/+4
* get_task_comm(): return the resultAndrew Morton2008-02-051-1/+2
* lockdep: annotate epollPeter Zijlstra2008-02-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2008-02-0414-16/+16
|\
| * fs/binfmt_elf.c: spello fixOhad Ben-Cohen2008-02-031-1/+1
| * fs/: Spelling fixesJoe Perches2008-02-039-11/+11
| * Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-032-2/+2
| * Typoes: "whith" -> "with"Robert P. J. Day2008-02-031-1/+1
| * Fix a small number of "memeber" typoes.Robert P. J. Day2008-02-031-1/+1
* | Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-02-041-61/+64
|\ \
| * | pid-namespaces-vs-locks-interactionVitaliy Gusev2008-02-031-6/+23
| * | file locks: Use wait_event_interruptible_timeout()Matthew Wilcox2008-02-031-28/+4
| * | locks: clarify posix_locks_deadlockJ. Bruce Fields2008-02-031-30/+40
| |/
* | vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin2008-02-041-4/+0
|/
* Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-02-0223-375/+466
|\
| * NLM: tear down RPC clients in nlm_shutdown_hostsJeff Layton2008-02-011-1/+6
| * nfsd: more careful input validation in nfsctl write methodsJ. Bruce Fields2008-02-011-1/+4
| * lockd: minor log message fixJ. Bruce Fields2008-02-011-1/+1
| * knfsd: don't bother mapping putrootfh enoent to epermJ. Bruce Fields2008-02-011-2/+0
| * svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker2008-02-011-1/+1
| * knfsd: Support adding transports by writing portlist fileTom Tucker2008-02-012-6/+61
| * svc: Add svc API that queries for a transport instanceTom Tucker2008-02-011-14/+2
| * svc: Make close transport independentTom Tucker2008-02-012-5/+5
| * svc: Change services to use new svc_create_xprt serviceTom Tucker2008-02-013-13/+12
| * Leak in nlmsvc_testlock for async GETFL caseOleg Drokin2008-02-011-1/+1
| * nfsd4: clean up access_valid, deny_valid checks.J. Bruce Fields2008-02-011-4/+9
| * nfsd: allow root to set uid and gid on createJ. Bruce Fields2008-02-011-19/+28
| * lockd: fix a leak in nlmsvc_testlock asynchronous request handlingOleg Drokin2008-02-011-7/+11
| * nfsd: Allow AIX client to read dir containing mountpointsFrank Filz2008-02-012-6/+23
| * nfsd4: fix bad seqid on lock request incompatible with open modeJ. Bruce Fields2008-02-011-4/+3
| * lockd: fix reference count leaks in async locking caseOleg Drokin2008-02-012-17/+25
| * nfsd4: recognize callback channel failure earlierJ. Bruce Fields2008-02-012-9/+9
| * nfsd4: miscellaneous nfs4state.c style fixesJ. Bruce Fields2008-02-011-29/+26
| * nfsd4: make current_clientid localJ. Bruce Fields2008-02-011-3/+4
| * nfsd: fix encode_entryplus_baggage() indentationJ. Bruce Fields2008-02-011-5/+5
| * nfsd4: kill unneeded cl_confirm checkJ. Bruce Fields2008-02-011-3/+1
| * nfsd4: remove unnecessary cl_verifier check from setclientid_confirmJ. Bruce Fields2008-02-011-4/+1
| * nfsd4: kill unnecessary same_name() in setclientid_confirmJ. Bruce Fields2008-02-011-3/+1
| * nfsd: uniquify cl_confirm valuesJ. Bruce Fields2008-02-011-7/+6
| * nfsd: eliminate final bogus case from setclientid logicJ. Bruce Fields2008-02-011-6/+1
| * nfsd4: kill some unneeded setclientid commentsJ. Bruce Fields2008-02-011-96/+40
| * nfsd: minor fs/nfsd/auth.h cleanupJ. Bruce Fields2008-02-011-5/+0
| * nfsd: move nfsd/auth.h into fs/nfsdJ. Bruce Fields2008-02-014-0/+30
| * knfsd: allow cache_register to return error on failureJ. Bruce Fields2008-02-013-9/+28
| * nfsd: fail init on /proc/fs/nfs/exports creation failureJ. Bruce Fields2008-02-011-9/+28
| * nfsd: select CONFIG_PROC_FS in nfsv4 and gss server casesJ. Bruce Fields2008-02-011-0/+2
| * knfsd: cache unregistration needn't return errorJ. Bruce Fields2008-02-012-8/+4
| * nfsd: fail module init on reply cache init failureJ. Bruce Fields2008-02-012-20/+19
| * nfsd: cleanup nfsd module initialization cleanupJ. Bruce Fields2008-02-011-10/+12