aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-12-13[PATCH] smbfs: Make conn_pid a struct pidGravatar Eric W. Biederman 3-7/+9
2006-12-13[PATCH] lockd endianness annotationsGravatar Al Viro 6-35/+36
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Gravatar Robert P. J. Day 13-29/+29
2006-12-13[PATCH] Use activate_mm() in fs/aio.c:use_mm()Gravatar Jeremy Fitzhardinge 1-1/+1
2006-12-13[PATCH] optimize o_direct on block devicesGravatar Chen, Kenneth W 2-28/+176
2006-12-13[PATCH] ocfs2: relative atime supportGravatar Mark Fasheh 1-0/+8
2006-12-13[PATCH] relative atimeGravatar Valerie Henson 2-5/+22
2006-12-13[PATCH] touch_atime() cleanupGravatar Andrew Morton 1-10/+11
2006-12-13[PATCH] constify pipe_buf_operationsGravatar Eric Dumazet 2-10/+10
2006-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 2-12/+5
2006-12-12fs: Convert kmalloc() + memset() to kzalloc() in fs/.Gravatar Robert P. J. Day 1-2/+1
2006-12-12kconfig: Standardize "depends" -> "depends on" in Kconfig filesGravatar Robert P. J. Day 1-1/+1
2006-12-12Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 16-106/+546
2006-12-12EXT{2,3,4}_FS: remove outdated part of the help textGravatar Jan Engelhardt 1-9/+3
2006-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Gravatar Linus Torvalds 1-21/+21
2006-12-11[patch 3/3] OCFS2 Configurable timeouts - Protocol changesGravatar Andrew Beekhof 4-16/+116
2006-12-11Make SLES9 "get_kernel_version" work on the kernel binary againGravatar Linus Torvalds 1-2/+10
2006-12-10[PATCH] user of the jiffies rounding code: JBDGravatar Arjan van de Ven 1-1/+1
2006-12-10[PATCH] fdtable: Implement new pagesize-based fdtable allocatorGravatar Vadim Lobanov 1-136/+72
2006-12-10[PATCH] fdtable: Remove the free_files fieldGravatar Vadim Lobanov 1-19/+8
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeGravatar Vadim Lobanov 6-50/+36
2006-12-10[PATCH] dio: lock refcount operationsGravatar Zach Brown 1-31/+45
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDGravatar Zach Brown 2-56/+36
2006-12-10[PATCH] dio: remove duplicate bio wait codeGravatar Zach Brown 1-29/+12
2006-12-10[PATCH] dio: formalize bio counters as a dio reference countGravatar Zach Brown 1-74/+66
2006-12-10[PATCH] dio: call blk_run_address_space() once per opGravatar Zach Brown 1-5/+3
2006-12-10[PATCH] dio: centralize completion in dio_complete()Gravatar Zach Brown 1-52/+42
2006-12-10[PATCH] io-accounting: report in procfsGravatar Andrew Morton 1-0/+24
2006-12-10[PATCH] io-accounting: direct-ioGravatar Andrew Morton 1-0/+8
2006-12-10[PATCH] io-accounting-read-accounting cifs fixGravatar Andrew Morton 1-0/+2
2006-12-10[PATCH] io-accounting: write-cancel accountingGravatar Andrew Morton 1-1/+6
2006-12-10[PATCH] io-accounting: write accountingGravatar Andrew Morton 1-1/+4
2006-12-10[PATCH] clean up __set_page_dirty_nobuffers()Gravatar Andrew Morton 1-13/+12
2006-12-08Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusGravatar Linus Torvalds 1-1/+1
2006-12-09[MIPS] Rename SNI_RM200_PCI to just SNI_RM preparing for more RM machinesGravatar Thomas Bogendoerfer 1-1/+1
2006-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 3-3/+12
2006-12-08[PATCH] proc_misc build fixGravatar Andrew Morton 1-0/+1
2006-12-08[PATCH] fault injection: process filtering for fault-injection capabilitiesGravatar Akinobu Mita 1-0/+65
2006-12-08[PATCH] fault-injection capability for disk IOGravatar Akinobu Mita 1-0/+27
2006-12-08[PATCH] nfsd: replace kmalloc+memset with kcalloc + simplify NULL checkGravatar Yan Burman 2-21/+19
2006-12-08[PATCH] NFS3: Calculate 'w' a bit later in nfs3svc_encode_getaclres()Gravatar Jesper Juhl 1-4/+4
2006-12-08[PATCH] NFS2: Calculate 'w' a bit later in nfsaclsvc_encode_getaclres()Gravatar Jesper Juhl 1-4/+4
2006-12-08[PATCH] lockdep: annotate nfsd4 recover codeGravatar Peter Zijlstra 1-1/+1
2006-12-08[PATCH] add child reaper to pid_namespaceGravatar Sukadev Bhattiprolu 1-2/+3
2006-12-08[PATCH] use current->nsproxy->pid_nsGravatar Cedric Le Goater 1-1/+1
2006-12-08[PATCH] rename struct pspace to struct pid_namespaceGravatar Sukadev Bhattiprolu 1-2/+2
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceGravatar Kirill Korotaev 7-79/+80
2006-12-08[PATCH] add process_session() helper routine: deprecate old fieldGravatar Cedric Le Goater 1-1/+1
2006-12-08[PATCH] add process_session() helper routineGravatar Cedric Le Goater 2-4/+4
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelGravatar David Howells 2-8/+4