aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-22proc: fix /proc/*/pagemap some moreAlexey Dobriyan1-1/+1
2008-07-22execve filename: document and export via auxiliary vectorJohn Reiser1-0/+1
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-501/+596
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-112/+34
2008-07-20Merge branch 'configfs-fixup-ptr-error' of git://oss.oracle.com/git/jlbec/linux-2.6Linus Torvalds4-86/+55
2008-07-20tty: Ldisc revampAlan Cox1-48/+0
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller1-0/+1
2008-07-18nfsd: nfs4xdr.c do-while is not a compound statementHarvey Harrison1-2/+2
2008-07-18nfsd: Use C99 initializers in fs/nfsd/nfs4xdr.cJ. Bruce Fields1-74/+74
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov1-0/+8
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov1-0/+24
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller182-4464/+39659
2008-07-17configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker4-33/+26
2008-07-17Revert "configfs: Allow ->make_item() and ->make_group() to return detailed errors."Joel Becker4-72/+48
2008-07-17Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds18-111/+361
2008-07-16[PATCH] ocfs2: fix oops in mmap_truncate testingColy Li1-3/+10
2008-07-16Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds37-10/+32877
2008-07-16Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds22-1048/+1395
2008-07-16Fix compile issues in fs/compat_ioctl.c when CONFIG_BLOCK is disabledRandy Dunlap1-0/+6
2008-07-15Merge branch 'bkl-removal' into nextTrond Myklebust11-78/+99
2008-07-15Merge branch 'devel' into nextTrond Myklebust18-970/+1296
2008-07-15NFSv4: Remove BKL from the nfsv4 state recoveryTrond Myklebust1-2/+0
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust4-1/+16
2008-07-15NFS: Remove BKL from the readdir codeTrond Myklebust1-3/+0
2008-07-15NFS: Remove BKL from the symlink codeTrond Myklebust1-7/+1
2008-07-15NFS: Remove BKL from the sillydelete operationsTrond Myklebust1-6/+0
2008-07-15NFS: Remove the BKL from the rename, rmdir and unlink operationsTrond Myklebust1-6/+3
2008-07-15NFS: Remove BKL from NFS lookup codeTrond Myklebust1-8/+1
2008-07-15NFS: Remove the BKL from nfs_link()Trond Myklebust1-2/+0
2008-07-15NFS: Remove the BKL from the inode creation operationsTrond Myklebust1-9/+0
2008-07-15NFS: Remove BKL usage from open()Trond Myklebust3-10/+0
2008-07-15NFS: Remove BKL usage from the write pathTrond Myklebust1-2/+0
2008-07-15NFS: Remove the BKL from the permission checking codeTrond Myklebust1-4/+0
2008-07-15NFS: Remove attribute update related BKL referencesTrond Myklebust2-8/+0
2008-07-15NFS: Remove BKL requirement from attribute updatesTrond Myklebust2-11/+71
2008-07-15NFS: Protect inode->i_nlink updates using inode->i_lockTrond Myklebust1-2/+10
2008-07-15nfs: set correct fl_len in nlmclnt_test()Felix Blyakher1-1/+1
2008-07-15lockd: Pass "struct sockaddr *" to new failover-by-IP functionChuck Lever2-14/+33
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-1/+1
2008-07-15lockd: get host reference in nlmsvc_create_block() instead of callersJ. Bruce Fields1-3/+2
2008-07-15lockd: minor svclock.c style fixesJ. Bruce Fields1-5/+5
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton3-10/+4
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton3-11/+5
2008-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds10-142/+119
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds32-1946/+1161
2008-07-15lockd: nlm_release_host() checks for NULL, caller needn'tJeff Layton2-4/+2
2008-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds26-965/+2646
2008-07-15UBIFS: include to compilationArtem Bityutskiy4-0/+85
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy32-0/+32780
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds17-92/+114