aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-05Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds24-443/+642
2010-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds12-144/+238
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds87-1545/+1554
2010-03-05Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds74-1661/+3770
2010-03-05fs/9p: Add hardlink support to .u extensionAneesh Kumar K.V1-1/+18
2010-03-059P2010.L handshake: .L protocol negotiationSripathi Kodi1-3/+22
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi6-65/+87
2010-03-059P2010.L handshake: Add mount optionSripathi Kodi2-0/+43
2010-03-059P2010.L handshake: Add VFS flagsSripathi Kodi5-28/+36
2010-03-05net/9p: Handle mount errors correctly.Aneesh Kumar K.V1-1/+3
2010-03-05net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V2-46/+27
2010-03-05net/9p: Add multi channel support.Aneesh Kumar K.V2-7/+9
2010-03-05Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust5508-138110/+336593
2010-03-05NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust4-43/+3
2010-03-05NFS: Clean up nfs_sync_mappingTrond Myklebust1-9/+5
2010-03-05NFS: Simplify nfs_wb_page()Trond Myklebust2-98/+23
2010-03-05NFS: Replace __nfs_write_mapping with sync_inode()Trond Myklebust3-49/+10
2010-03-05NFS: Simplify nfs_wb_page_cancel()Trond Myklebust2-40/+1
2010-03-05NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pagesTrond Myklebust1-0/+2
2010-03-05NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is setTrond Myklebust1-1/+1
2010-03-05NFS: Reduce the number of unnecessary COMMIT callsTrond Myklebust1-4/+22
2010-03-05NFS: Add a count of the number of unstable writes carried by an inodeTrond Myklebust3-4/+12
2010-03-05NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.cTrond Myklebust3-20/+23
2010-03-05Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds48-107/+123
2010-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-259/+262
2010-03-05x86: fix mtrr missing kernel-docRandy Dunlap1-0/+1
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds18-835/+2063
2010-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-14/+23
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds27-657/+1344
2010-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds18-128/+335
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig45-72/+115
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig6-38/+11
2010-03-05Squashfs: get rid of obsolete definition in header filePhillip Lougher1-2/+0
2010-03-05Squashfs: get rid of obsolete variable in struct squashfs_sb_infoPhillip Lougher1-1/+0
2010-03-05Switch !O_CREAT case to use of do_last()Al Viro1-61/+66
2010-03-05Get rid of symlink body copyingAl Viro1-31/+24
2010-03-05Finish pulling of -ESTALE handling to upper level in do_filp_open()Al Viro1-1/+3
2010-03-05Turn do_link spaghetty into a normal loopAl Viro1-45/+38
2010-03-05Unify exits in O_CREAT handlingAl Viro1-17/+13
2010-03-05Kill is_link argument of do_last()Al Viro1-14/+7
2010-03-05Pull handling of LAST_BIND into do_last(), clean up ok: part in do_filp_open()Al Viro1-11/+6
2010-03-05Leave mangled flag only for setting nd.intent.open.flagAl Viro1-6/+6
2010-03-05Get rid of passing mangled flag to do_last()Al Viro1-5/+5
2010-03-05Don't pass mangled open_flag to finish_open()Al Viro1-4/+4
2010-03-05pull more into do_last()Al Viro1-14/+7
2010-03-05bail out with ELOOP earlier in do_link loopAl Viro1-6/+1
2010-03-05pull the common predecessors into do_last()Al Viro1-12/+9
2010-03-05postpone __putname() until after do_last()Al Viro1-1/+1
2010-03-05unroll do_last: loop in do_filp_open()Al Viro1-3/+7
2010-03-05Shift releasing nd->root from do_last() to its callerAl Viro1-6/+2