aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* kcore: register text area in generic wayKAMEZAWA Hiroyuki2009-09-231-1/+18
* kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki2009-09-231-0/+5
* kcore: add kclist typesKAMEZAWA Hiroyuki2009-09-231-1/+2
* kcore: use usual list for kclistKAMEZAWA Hiroyuki2009-09-231-6/+6
* procfs: provide stack information for threadsStefani Seibold2009-09-233-1/+105
* fs/proc/base.c: fix proc_fault_inject_write() input sanity checkVincent Li2009-09-231-6/+5
* fs/proc/task_mmu.c v1: fix clear_refs_write() input sanity checkVincent Li2009-09-231-8/+6
* kcore: fix /proc/kcore's stat.st_sizeAmerigo Wang2009-09-231-3/+0
* proc_flush_task: flush /proc/tid/task/pid when a sub-thread exitsOleg Nesterov2009-09-231-7/+3
* proc: fix reported unit for RLIMIT_CPUKees Cook2009-09-231-1/+1
* getrusage: fill ru_maxrss valueJiri Pirko2009-09-231-0/+3
* fix compat_sys_utimensat()Suzuki Poulose2009-09-231-7/+0
* qnx4: remove write supportChristoph Hellwig2009-09-239-368/+2
* ntfs: remove ntfs_file_writeChristoph Hellwig2009-09-231-41/+1
* anonfd: split interface into file creation and installDavide Libenzi2009-09-232-30/+105
* aio.c: move EXPORT* macros to line after functionH Hartley Sweeten2009-09-231-6/+4
* fs/buffer.c: clean up EXPORT* macrosH Hartley Sweeten2009-09-232-30/+28
* fs: turn iprune_mutex into rwsemNick Piggin2009-09-231-7/+12
* seq_file: constify seq_operationsJames Morris2009-09-238-19/+19
* Move magic numbers into magic.hNick Black2009-09-232-5/+2
* poll/select: avoid arithmetic overflow in __estimate_accuracy()Guillaume Knispel2009-09-231-4/+10
* smbfs: read buffer overflowRoel Kluin2009-09-231-1/+1
* Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-09-2215-612/+783
|\
| * nfsd4: nfsv4 clients should cross mountpointsSteve Dickson2009-09-211-1/+8
| * nfsd41: Refactor create_client()Ricardo Labiaga2009-09-151-44/+45
| * nfsd41: modify nfsd4.1 backchannel to use new xprt classAlexandros Batsakis2009-09-151-2/+6
| * nfsd41: Backchannel: Implement cb_recall over NFSv4.1Ricardo Labiaga2009-09-151-5/+48
| * nfsd41: Backchannel: cb_sequence callbackBenny Halevy2009-09-151-0/+72
| * nfsd41: Backchannel: Setup sequence informationRicardo Labiaga2009-09-152-0/+63
| * nfsd41: Backchannel: Server backchannel RPC wait queueRicardo Labiaga2009-09-151-0/+2
| * nfsd41: Backchannel: Add sequence arguments to callback RPC argumentsRicardo Labiaga2009-09-151-0/+5
| * nfsd41: Backchannel: callback infrastructureAndy Adamson2009-09-152-2/+29
| * nfsd4: use common rpc_cred for all callbacksJ. Bruce Fields2009-09-152-28/+11
| * nfsd4: allow nfs4 state startup to failJ. Bruce Fields2009-09-152-6/+15
| * nfsd4: fix null dereference creating nfsv4 callback clientJ. Bruce Fields2009-09-151-2/+2
| * nfsd4: fix whitespace in NFSPROC4_CLNT_CB_NULL definitionBenny Halevy2009-09-131-1/+1
| * nfsd: fix leak on error in nfsv3 readdirJ. Bruce Fields2009-09-041-2/+3
| * nfsd: clean up readdirplus encodingJ. Bruce Fields2009-09-041-38/+34
| * nfsd4: filehandle leak or error exit from fh_compose()J. Bruce Fields2009-09-041-1/+3
| * NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path()Trond Myklebust2009-09-032-5/+12
| * nfsd: move fsid_type choice out of fh_composeJ. Bruce Fields2009-09-021-36/+41
| * nfsd: move some of fh_compose into helper functionsJ. Bruce Fields2009-09-021-38/+45
| * nfsd41: replace page based DRC with buffer based DRCAndy Adamson2009-09-013-165/+67
| * nfsd41: replace nfserr_resource in pure nfs41 responsesAndy Adamson2009-09-011-3/+3
| * nfsd41: use session maxreqs for sequence target and highest slotidAndy Adamson2009-09-011-1/+5
| * nfsd41: bound forechannel drc size by memory usageAndy Adamson2009-09-011-18/+48
| * NFSD: Fix a bug in the NFSv4 'supported attrs' mandatory attributeTrond Myklebust2009-09-012-13/+1
| * nfsd41: expand solo sequence checkAndy Adamson2009-08-281-9/+0
| * nfsd4: remove ACE4_IDENTIFIER_GROUP flag from GROUP@ entryFrank Filz2009-08-271-1/+1
| * nfsd41: renew_client must be called under the state lockBenny Halevy2009-08-271-5/+8