aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-13DebugFS : file/directory removal fixMathieu Desnoyers1-0/+4
2006-12-13DebugFS : more file/directory creation error handlingMathieu Desnoyers1-4/+10
2006-12-13DebugFS : file/directory creation error handlingMathieu Desnoyers1-1/+3
2006-12-13DebugFS : coding style fixesMathieu Desnoyers1-2/+3
2006-12-13DebugFS : inotify create/mkdir supportMathieu Desnoyers1-2/+10
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day12-22/+22
2006-12-13[PATCH] knfsd: Fix up some bit-rot in exp_exportNeilBrown1-3/+9
2006-12-13[PATCH] knfsd: nfsd4: simplify filehandle checkJ.Bruce Fields1-17/+12
2006-12-13[PATCH] knfsd: nfsd4: simplify migration op checkJ.Bruce Fields1-11/+13
2006-12-13[PATCH] knfsd: nfsd4: reorganize compound opsJ.Bruce Fields2-129/+139
2006-12-13[PATCH] knfsd: nfsd4: make verify and nverify wrappersJ.Bruce Fields1-6/+22
2006-12-13[PATCH] knfsd: nfsd4: don't inline nfsd4 compound op functionsJ.Bruce Fields1-25/+18
2006-12-13[PATCH] knfsd: nfsd4: move replay_owner to cstateJ.Bruce Fields2-29/+24
2006-12-13[PATCH] knfsd: nfsd4: remove spurious replay_owner checkJ.Bruce Fields1-1/+1
2006-12-13[PATCH] knfsd: nfsd4: pass saved and current fh together into nfsd4 operationsJ.Bruce Fields2-172/+244
2006-12-13[PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields3-6/+13
2006-12-13[PATCH] knfsd: nfsd4: handling more nfsd_cross_mnt errors in nfsd4 readdirJ.Bruce Fields1-9/+5
2006-12-13[PATCH] knfsd: nfsd: simplify exp_pseudorootJ.Bruce Fields1-4/+2
2006-12-13[PATCH] knfsd: nfsd: make exp_rootfh handle exp_parent errorsJ.Bruce Fields1-0/+4
2006-12-13[PATCH] knfsd: nfsd4: clarify units of COMPOUND_SLACK_SPACEJ.Bruce Fields1-5/+5
2006-12-13[PATCH] knfsd: nfsd4: remove a dprink from nfsd4_lockJ.Bruce Fields1-1/+0
2006-12-13[PATCH] one more EXPORT_UNUSED_SYMBOL removalAdrian Bunk1-2/+0
2006-12-13[PATCH] update Tigran's email addressesTigran Aivazian1-2/+2
2006-12-13[PATCH] ncpfs: ensure we free wdog_pid on parse_option or fill_inode failureEric W. Biederman1-8/+15
2006-12-13[PATCH] ncpfs: Use struct pid to track the userspace watchdog processEric W. Biederman1-5/+6
2006-12-13[PATCH] smbfs: Make conn_pid a struct pidEric W. Biederman3-7/+9
2006-12-13[PATCH] lockd endianness annotationsAl Viro6-35/+36
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day13-29/+29
2006-12-13[PATCH] Use activate_mm() in fs/aio.c:use_mm()Jeremy Fitzhardinge1-1/+1
2006-12-13[PATCH] optimize o_direct on block devicesChen, Kenneth W2-28/+176
2006-12-13[PATCH] ocfs2: relative atime supportMark Fasheh1-0/+8
2006-12-13[PATCH] relative atimeValerie Henson2-5/+22
2006-12-13[PATCH] touch_atime() cleanupAndrew Morton1-10/+11
2006-12-13[PATCH] constify pipe_buf_operationsEric Dumazet2-10/+10
2006-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-12/+5
2006-12-12fs: Convert kmalloc() + memset() to kzalloc() in fs/.Robert P. J. Day1-2/+1
2006-12-12kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day1-1/+1
2006-12-12Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds16-106/+546
2006-12-12EXT{2,3,4}_FS: remove outdated part of the help textJan Engelhardt1-9/+3
2006-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-21/+21
2006-12-11[patch 3/3] OCFS2 Configurable timeouts - Protocol changesAndrew Beekhof4-16/+116
2006-12-11Make SLES9 "get_kernel_version" work on the kernel binary againLinus Torvalds1-2/+10
2006-12-10[PATCH] user of the jiffies rounding code: JBDArjan van de Ven1-1/+1
2006-12-10[PATCH] fdtable: Implement new pagesize-based fdtable allocatorVadim Lobanov1-136/+72
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov1-19/+8
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov6-50/+36
2006-12-10[PATCH] dio: lock refcount operationsZach Brown1-31/+45
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown2-56/+36
2006-12-10[PATCH] dio: remove duplicate bio wait codeZach Brown1-29/+12
2006-12-10[PATCH] dio: formalize bio counters as a dio reference countZach Brown1-74/+66