| Commit message (Expand) | Author | Age | Files | Lines |
* | ncpfs: fix wrong check in __ncp_ioctl() | Bartlomiej Zolnierkiewicz | 2009-09-23 | 1 | -1/+1 |
* | ncpfs: read buffer overflow | Roel Kluin | 2009-09-23 | 1 | -1/+1 |
* | ramfs: move RAMFS_MAGIC to include/linux/magic.h | maximilian attems | 2009-09-23 | 1 | -3/+1 |
* | /proc/kcore: update stat.st_size after memory hotplug | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -0/+5 |
* | /proc/kcore: fix stat.st_size | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -1/+5 |
* | kcore: more fixes for init | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -1/+4 |
* | kcore: register module area in generic way | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -1/+18 |
* | kcore: register vmemmap range | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -2/+50 |
* | kcore: use registerd physmem information | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -12/+167 |
* | kcore: register text area in generic way | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -1/+18 |
* | kcore: register vmalloc area in generic way | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -0/+5 |
* | kcore: add kclist types | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -1/+2 |
* | kcore: use usual list for kclist | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -6/+6 |
* | procfs: provide stack information for threads | Stefani Seibold | 2009-09-23 | 3 | -1/+105 |
* | fs/proc/base.c: fix proc_fault_inject_write() input sanity check | Vincent Li | 2009-09-23 | 1 | -6/+5 |
* | fs/proc/task_mmu.c v1: fix clear_refs_write() input sanity check | Vincent Li | 2009-09-23 | 1 | -8/+6 |
* | kcore: fix /proc/kcore's stat.st_size | Amerigo Wang | 2009-09-23 | 1 | -3/+0 |
* | proc_flush_task: flush /proc/tid/task/pid when a sub-thread exits | Oleg Nesterov | 2009-09-23 | 1 | -7/+3 |
* | proc: fix reported unit for RLIMIT_CPU | Kees Cook | 2009-09-23 | 1 | -1/+1 |
* | getrusage: fill ru_maxrss value | Jiri Pirko | 2009-09-23 | 1 | -0/+3 |
* | fix compat_sys_utimensat() | Suzuki Poulose | 2009-09-23 | 1 | -7/+0 |
* | qnx4: remove write support | Christoph Hellwig | 2009-09-23 | 9 | -368/+2 |
* | ntfs: remove ntfs_file_write | Christoph Hellwig | 2009-09-23 | 1 | -41/+1 |
* | anonfd: split interface into file creation and install | Davide Libenzi | 2009-09-23 | 2 | -30/+105 |
* | aio.c: move EXPORT* macros to line after function | H Hartley Sweeten | 2009-09-23 | 1 | -6/+4 |
* | fs/buffer.c: clean up EXPORT* macros | H Hartley Sweeten | 2009-09-23 | 2 | -30/+28 |
* | fs: turn iprune_mutex into rwsem | Nick Piggin | 2009-09-23 | 1 | -7/+12 |
* | seq_file: constify seq_operations | James Morris | 2009-09-23 | 8 | -19/+19 |
* | Move magic numbers into magic.h | Nick Black | 2009-09-23 | 2 | -5/+2 |
* | poll/select: avoid arithmetic overflow in __estimate_accuracy() | Guillaume Knispel | 2009-09-23 | 1 | -4/+10 |
* | smbfs: read buffer overflow | Roel Kluin | 2009-09-23 | 1 | -1/+1 |
* | Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2009-09-22 | 15 | -612/+783 |
|\ |
|
| * | nfsd4: nfsv4 clients should cross mountpoints | Steve Dickson | 2009-09-21 | 1 | -1/+8 |
| * | nfsd41: Refactor create_client() | Ricardo Labiaga | 2009-09-15 | 1 | -44/+45 |
| * | nfsd41: modify nfsd4.1 backchannel to use new xprt class | Alexandros Batsakis | 2009-09-15 | 1 | -2/+6 |
| * | nfsd41: Backchannel: Implement cb_recall over NFSv4.1 | Ricardo Labiaga | 2009-09-15 | 1 | -5/+48 |
| * | nfsd41: Backchannel: cb_sequence callback | Benny Halevy | 2009-09-15 | 1 | -0/+72 |
| * | nfsd41: Backchannel: Setup sequence information | Ricardo Labiaga | 2009-09-15 | 2 | -0/+63 |
| * | nfsd41: Backchannel: Server backchannel RPC wait queue | Ricardo Labiaga | 2009-09-15 | 1 | -0/+2 |
| * | nfsd41: Backchannel: Add sequence arguments to callback RPC arguments | Ricardo Labiaga | 2009-09-15 | 1 | -0/+5 |
| * | nfsd41: Backchannel: callback infrastructure | Andy Adamson | 2009-09-15 | 2 | -2/+29 |
| * | nfsd4: use common rpc_cred for all callbacks | J. Bruce Fields | 2009-09-15 | 2 | -28/+11 |
| * | nfsd4: allow nfs4 state startup to fail | J. Bruce Fields | 2009-09-15 | 2 | -6/+15 |
| * | nfsd4: fix null dereference creating nfsv4 callback client | J. Bruce Fields | 2009-09-15 | 1 | -2/+2 |
| * | nfsd4: fix whitespace in NFSPROC4_CLNT_CB_NULL definition | Benny Halevy | 2009-09-13 | 1 | -1/+1 |
| * | nfsd: fix leak on error in nfsv3 readdir | J. Bruce Fields | 2009-09-04 | 1 | -2/+3 |
| * | nfsd: clean up readdirplus encoding | J. Bruce Fields | 2009-09-04 | 1 | -38/+34 |
| * | nfsd4: filehandle leak or error exit from fh_compose() | J. Bruce Fields | 2009-09-04 | 1 | -1/+3 |
| * | NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path() | Trond Myklebust | 2009-09-03 | 2 | -5/+12 |
| * | nfsd: move fsid_type choice out of fh_compose | J. Bruce Fields | 2009-09-02 | 1 | -36/+41 |