aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-26[AFS]: Eliminate cmpxchg() usage in vlocation code.David S. Miller2-6/+16
2007-04-26[AFS]: Fix u64 printing in debug logging.David S. Miller3-3/+5
2007-04-26[AFS]: Add "directory write" support.David Howells14-268/+1778
2007-04-26[AFS]: Implement the CB.InitCallBackState3 operation.David Howells2-0/+47
2007-04-26[AFS]: Add support for the CB.GetCapabilities operation.David Howells7-0/+705
2007-04-26[AFS]: Add security support.David Howells18-238/+945
2007-04-26[AFS]: Handle multiple mounts of an AFS superblock correctly.David Howells1-10/+16
2007-04-26[AF_RXRPC]: Delete the old RxRPC code.David Howells1-4/+0
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells39-5240/+4011
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells36-906/+506
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo1-2/+2
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet1-0/+18
2007-04-24reiserfs: fix xattr root locking/refcount bugJeff Mahoney1-68/+24
2007-04-24v9fs: don't use primary fid when removing fileLatchesar Ionkov1-1/+1
2007-04-20NFS: Fix race in nfs_set_page_dirtyTrond Myklebust1-3/+14
2007-04-20NFS: Fix the 'desynchronized value of nfs_i.ncommit' errorTrond Myklebust1-25/+22
2007-04-20NFS: Don't clear PG_writeback until after we've processed unstable writesTrond Myklebust1-3/+3
2007-04-20NFS: clean up the unstable write codeTrond Myklebust1-46/+71
2007-04-17ufs proper handling of zero link caseEvgeniy Dushistov1-7/+22
2007-04-17exec.c: fix coredump to pipe problem and obscure "security hole"Alan Cox1-7/+11
2007-04-15NFS: Fix a list corruption problemTrond Myklebust1-1/+3
2007-04-14NFS: Ensure PG_writeback is cleared when writeback failsTrond Myklebust1-7/+15
2007-04-14NFS: Fix two bugs in the O_DIRECT write codeTrond Myklebust1-4/+7
2007-04-14NFS: Fix an Oops in nfs_setattr()Trond Myklebust2-3/+6
2007-04-12[PATCH] autofs4: fix race in unhashed dentry codeJeff Mahoney1-3/+3
2007-04-12[PATCH] reiserfs: fix key decrementingVladimir Saveliev1-1/+1
2007-04-08[PATCH] fuse: validate rootmode mount optionTimo Savola3-2/+10
2007-04-04[PATCH] remove protection of LANANA-reserved majorsAndrew Morton1-2/+0
2007-04-02[PATCH] revert "retries in ext4_prepare_write() violate ordering requirements"Andrew Morton1-75/+10
2007-04-02[PATCH] revert "retries in ext3_prepare_write() violate ordering requirements"Andrew Morton1-75/+10
2007-04-02[PATCH] fix page leak during core dumpBrian Pomerantz2-2/+5
2007-04-02[PATCH] proc: fix linkage with CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=nAndrew Morton2-2/+4
2007-03-29Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-9/+16
2007-03-29[PATCH] uml: hostfs variable renamingPaolo 'Blaisorblade' Giarrusso1-12/+12
2007-03-29[PATCH] uml: fix compilation problemsJeff Dike1-1/+0
2007-03-29[PATCH] splice: partial write fixDmitriy Monakhov1-9/+16
2007-03-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds3-44/+73
2007-03-28Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixesJeff Garzik1-0/+9
2007-03-27[PATCH] aio: remove bare user-triggerable error printkZach Brown1-1/+0
2007-03-27[PATCH] wext: Add missing ioctls to 64<->32 conversionJean Tourrilhes1-0/+9
2007-03-27Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-69/+15
2007-03-27[PATCH] Fix kernel build with EMBEDDED & PROC_FS & !PROC_SYSCTLMika Kukkonen1-1/+2
2007-03-27[PATCH] knfsd: nfsd4: remove superfluous cancel_delayed_work() callJ. Bruce Fields1-1/+0
2007-03-27[PATCH] knfsd: nfsd4: demote "clientid in use" printk to a dprintkBruce Fields1-3/+2
2007-03-27[PATCH] knfsd: nfsd4: fix inheritance flags on v4 ace derived from posix default aceBruce Fields1-1/+1
2007-03-27[PATCH] knfsd: allow nfsd READDIR to return 64bit cookiesNeilBrown1-3/+3
2007-03-27Export __splice_from_pipe()Mark Fasheh1-3/+4
2007-03-272/2 splice: dont readpageNick Piggin1-30/+0
2007-03-271/2 splice: dont stealNick Piggin1-63/+38