summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functionsLinus Torvalds2006-12-211-1/+1
* | | | Clean up and make try_to_free_buffers() not race with dirty pagesLinus Torvalds2006-12-211-17/+1
* | | | [PATCH] fix leaks on pipe(2) failure exitsAl Viro2006-12-211-1/+4
* | | | [GFS2] Fix KconfigSteven Whitehouse2006-12-151-1/+3
* | | | [DLM] fix compile warningPatrick Caulfield2006-12-151-1/+1
* | | | DebugFS : file/directory removal fixMathieu Desnoyers2006-12-131-0/+4
* | | | DebugFS : more file/directory creation error handlingMathieu Desnoyers2006-12-131-4/+10
* | | | DebugFS : file/directory creation error handlingMathieu Desnoyers2006-12-131-1/+3
* | | | DebugFS : coding style fixesMathieu Desnoyers2006-12-131-2/+3
* | | | DebugFS : inotify create/mkdir supportMathieu Desnoyers2006-12-131-2/+10
* | | | [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/+12
* | | | [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/+18
* | | | [PATCH] knfsd: nfsd4: move replay_owner to cstateJ.Bruce Fields2006-12-132-29/+24
* | | | [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/+5
* | | | [PATCH] knfsd: nfsd: simplify exp_pseudorootJ.Bruce Fields2006-12-131-4/+2
* | | | [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/+0
* | | | [PATCH] one more EXPORT_UNUSED_SYMBOL removalAdrian Bunk2006-12-131-2/+0
* | | | [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-122-12/+5
|\ \ \ \
| * | | | fs: Convert kmalloc() + memset() to kzalloc() in fs/.Robert P. J. Day2006-12-121-2/+1
| * | | | 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/+3
* | | | | 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-075-18/+219
| * | | | [patch 1/3] OCFS2 - Expose struct o2nm_clusterAndrew Beekhof2006-12-072-12/+15
| * | | | ocfs2: Synchronize feature incompat flags in ocfs2_fs.hMark Fasheh2006-12-071-0/+9
| * | | | ocfs2: local mountsSunil Mushran2006-12-0711-66/+193
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2006-12-121-21/+21
|\ \ \ \ \
OpenPOWER on IntegriCloud