summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | NFS: clean up some mount optionsChuck Lever2006-03-201-3/+2
| * | | | NFS: show retransmit settings when displaying mount optionsChuck Lever2006-03-201-0/+8
| * | | | VFS: New /proc file /proc/self/mountstatsChuck Lever2006-03-202-0/+77
| * | | | NFS: sem2mutex idmap.cIngo Molnar2006-03-201-20/+21
| * | | | NFS: kzalloc conversion in fs/nfsEric Sesterhenn2006-03-204-13/+6
| * | | | NFSv4: Kill braindead gcc warningsTrond Myklebust2006-03-202-13/+17
| * | | | NFSv4: Do not call rpciod_down() before call to destroy_nfsv4_state()Trond Myklebust2006-03-201-1/+2
| * | | | SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentryTrond Myklebust2006-03-201-0/+2
| * | | | NFS: reduce the number of false cache invalidations.Trond Myklebust2006-03-201-5/+2
| * | | | NFS: "const static" vs "static const" in nfs4Jesper Juhl2006-03-201-1/+1
| * | | | NFSv4: Don't invalidate cached attributes if change attribute is unchangedTrond Myklebust2006-03-201-20/+24
| * | | | NFS: writes should not clobber utimes() callsTrond Myklebust2006-03-201-5/+3
| * | | | lockd: Don't expose the process pid to the NLM serverTrond Myklebust2006-03-205-15/+33
| * | | | NLM: nlm_alloc_call should not immediately fail on signalTrond Myklebust2006-03-201-4/+5
| * | | | VFS: Fix __posix_lock_file() copy of private lock areaTrond Myklebust2006-03-201-17/+36
| * | | | NFS: Fix buglet in fs/nfs/write.cNeil Brown2006-03-201-1/+4
| * | | | NFS: Avoid races between writebacks and truncationTrond Myklebust2006-03-202-2/+21
| * | | | NFS: Fix a busy inodes issue...Trond Myklebust2006-03-201-4/+6
| | |_|/ | |/| |
* | | | [PATCH] x86_64: Increase the variability of the process stack on 64bit archit...Andi Kleen2006-03-251-4/+9
* | | | Merge branch 'upstream-linus' of git://oss.oracle.com/home/sourcebo/git/ocfs2Linus Torvalds2006-03-2529-490/+749
|\ \ \ \
| * | | | ocfs2: finally remove MLF* macrosMark Fasheh2006-03-241-10/+0
| * | | | ocfs2: don't use MLF* in the file systemMark Fasheh2006-03-2418-384/+425
| * | | | ocfs2: don't use MLF* in dlm/ filesKurt Hackel2006-03-246-25/+64
| * | | | ocfs2: don't use MLF* in cluster/ filesMark Fasheh2006-03-241-18/+20
| * | | | [PATCH] ocfs2: dlm recovery fixesKurt Hackel2006-03-244-19/+142
| * | | | [PATCH] ocfs2: fix hang in dlm lock resource masteryKurt Hackel2006-03-241-32/+92
| * | | | ocfs2: use __attribute__ formatMark Fasheh2006-03-241-2/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-255-7/+5
|\ \ \ \ \
| * | | | | BUG_ON() Conversion in fs/coda/Eric Sesterhenn2006-03-242-3/+2
| * | | | | BUG_ON() Conversion in fs/binfmt_elf_fdpic.cEric Sesterhenn2006-03-241-2/+1
| * | | | | fix typos "wich" -> "which"Uwe Zeisberger2006-03-241-1/+1
| * | | | | typo patch for fs/ufs/super.cMichael Owen2006-03-241-1/+1
| |/ / / /
* | | | | [PATCH] flat binary loader doesn't check fd table fullLuke Yang2006-03-251-19/+54
* | | | | [PATCH] remove needless check in fs/read_write.cCarsten Otte2006-03-251-1/+1
* | | | | [PATCH] remove needless check in binfmt_elf.cCarsten Otte2006-03-251-1/+1
* | | | | [PATCH] direct-io: bug fix in dio handling write errorChen, Kenneth W2006-03-251-1/+7
* | | | | [PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget optionsPhillip Susi2006-03-251-4/+2
* | | | | [PATCH] use kzalloc and kcalloc in core fs codeOliver Neukum2006-03-258-22/+10
* | | | | [PATCH] compat_sys_nfsservctl(): handle errors correctlyPeter Staubach2006-03-251-1/+4
* | | | | [PATCH] Ext2 flags shouldn't report "nogrpid"Rob Landley2006-03-251-2/+0
* | | | | [PATCH] Honour AOP_TRUNCATE_PAGE returns in page_symlinkNeilBrown2006-03-251-2/+14
* | | | | [PATCH] indirect_print_item() warning fixBenoit Boissinot2006-03-251-1/+1
* | | | | [PATCH] reiserfs/xattr_acl.c:reiserfs_get_acl(): make size an intAdrian Bunk2006-03-251-2/+2
* | | | | [PATCH] ext3: Fix debug logging-only compilation errorKirk True2006-03-251-3/+3
* | | | | [PATCH] Reduce sched latency in shrink_dcache_sb()Kirill Korotaev2006-03-251-0/+1
* | | | | [PATCH] Move cond_resched() after iput() in sync_sb_inodes()OGAWA Hirofumi2006-03-251-1/+1
* | | | | [PATCH] freeze_bdev() cleanupOGAWA Hirofumi2006-03-251-19/+11
* | | | | [PATCH] fix messages in fs/minixDenis Vlasenko2006-03-254-22/+22
* | | | | [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi2006-03-251-2/+2
* | | | | [PATCH] smbfs: Fix debug logging-only compilation errorKirk True2006-03-251-1/+1