summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-1312-22/+22
* [PATCH] knfsd: Fix up some bit-rot in exp_exportNeilBrown2006-12-131-3/+9
* [PATCH] knfsd: nfsd4: simplify filehandle checkJ.Bruce Fields2006-12-131-17/+12Star
* [PATCH] knfsd: nfsd4: simplify migration op checkJ.Bruce Fields2006-12-131-11/+13
* [PATCH] knfsd: nfsd4: reorganize compound opsJ.Bruce Fields2006-12-132-129/+139
* [PATCH] knfsd: nfsd4: make verify and nverify wrappersJ.Bruce Fields2006-12-131-6/+22
* [PATCH] knfsd: nfsd4: don't inline nfsd4 compound op functionsJ.Bruce Fields2006-12-131-25/+18Star
* [PATCH] knfsd: nfsd4: move replay_owner to cstateJ.Bruce Fields2006-12-132-29/+24Star
* [PATCH] knfsd: nfsd4: remove spurious replay_owner checkJ.Bruce Fields2006-12-131-1/+1
* [PATCH] knfsd: nfsd4: pass saved and current fh together into nfsd4 operationsJ.Bruce Fields2006-12-132-172/+244
* [PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields2006-12-133-6/+13
* [PATCH] knfsd: nfsd4: handling more nfsd_cross_mnt errors in nfsd4 readdirJ.Bruce Fields2006-12-131-9/+5Star
* [PATCH] knfsd: nfsd: simplify exp_pseudorootJ.Bruce Fields2006-12-131-4/+2Star
* [PATCH] knfsd: nfsd: make exp_rootfh handle exp_parent errorsJ.Bruce Fields2006-12-131-0/+4
* [PATCH] knfsd: nfsd4: clarify units of COMPOUND_SLACK_SPACEJ.Bruce Fields2006-12-131-5/+5
* [PATCH] knfsd: nfsd4: remove a dprink from nfsd4_lockJ.Bruce Fields2006-12-131-1/+0Star
* [PATCH] one more EXPORT_UNUSED_SYMBOL removalAdrian Bunk2006-12-131-2/+0Star
* [PATCH] update Tigran's email addressesTigran Aivazian2006-12-131-2/+2
* [PATCH] ncpfs: ensure we free wdog_pid on parse_option or fill_inode failureEric W. Biederman2006-12-131-8/+15
* [PATCH] ncpfs: Use struct pid to track the userspace watchdog processEric W. Biederman2006-12-131-5/+6
* [PATCH] smbfs: Make conn_pid a struct pidEric W. Biederman2006-12-133-7/+9
* [PATCH] lockd endianness annotationsAl Viro2006-12-136-35/+36
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-1313-29/+29
* [PATCH] Use activate_mm() in fs/aio.c:use_mm()Jeremy Fitzhardinge2006-12-131-1/+1
* [PATCH] optimize o_direct on block devicesChen, Kenneth W2006-12-132-28/+176
* [PATCH] ocfs2: relative atime supportMark Fasheh2006-12-131-0/+8
* [PATCH] relative atimeValerie Henson2006-12-132-5/+22
* [PATCH] touch_atime() cleanupAndrew Morton2006-12-131-10/+11
* [PATCH] constify pipe_buf_operationsEric Dumazet2006-12-132-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-12-132-12/+5Star
|\
| * fs: Convert kmalloc() + memset() to kzalloc() in fs/.Robert P. J. Day2006-12-121-2/+1Star
| * kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day2006-12-121-1/+1
| * EXT{2,3,4}_FS: remove outdated part of the help textJan Engelhardt2006-12-121-9/+3Star
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2006-12-1216-106/+546
|\ \ | |/ |/|
| * [patch 3/3] OCFS2 Configurable timeouts - Protocol changesAndrew Beekhof2006-12-114-16/+116
| * [patch 2/3] OCFS2 Configurable timeoutsJeff Mahoney2006-12-085-18/+219
| * [patch 1/3] OCFS2 - Expose struct o2nm_clusterAndrew Beekhof2006-12-082-12/+15
| * ocfs2: Synchronize feature incompat flags in ocfs2_fs.hMark Fasheh2006-12-081-0/+9
| * ocfs2: local mountsSunil Mushran2006-12-0811-66/+193
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2006-12-121-21/+21
|\ \
| * | JFS: Fix conflicting superblock flagsDave Kleikamp2006-12-071-21/+21
* | | Make SLES9 "get_kernel_version" work on the kernel binary againLinus Torvalds2006-12-111-2/+10
* | | [PATCH] user of the jiffies rounding code: JBDArjan van de Ven2006-12-101-1/+1
* | | [PATCH] fdtable: Implement new pagesize-based fdtable allocatorVadim Lobanov2006-12-101-136/+72Star
* | | [PATCH] fdtable: Remove the free_files fieldVadim Lobanov2006-12-101-19/+8Star
* | | [PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov2006-12-106-50/+36Star
* | | [PATCH] dio: lock refcount operationsZach Brown2006-12-101-31/+45
* | | [PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown2006-12-102-56/+36Star
* | | [PATCH] dio: remove duplicate bio wait codeZach Brown2006-12-101-29/+12Star
* | | [PATCH] dio: formalize bio counters as a dio reference countZach Brown2006-12-101-74/+66Star