aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki
2010-03-06infiniband: use for_each_set_bit()Akinobu Mita
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita
2010-03-06timbgpio: fix buildDavid Miller
2010-03-06Fix a dumb typo - use of & instead of &&Al Viro
2010-03-05Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-03-05Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-03-05Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-03-05fs/9p: Add hardlink support to .u extensionAneesh Kumar K.V
2010-03-059P2010.L handshake: .L protocol negotiationSripathi Kodi
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi
2010-03-059P2010.L handshake: Add mount optionSripathi Kodi
2010-03-059P2010.L handshake: Add VFS flagsSripathi Kodi
2010-03-05net/9p: Handle mount errors correctly.Aneesh Kumar K.V
2010-03-05net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V
2010-03-05net/9p: Add multi channel support.Aneesh Kumar K.V
2010-03-05Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust
2010-03-05NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust
2010-03-05NFS: Clean up nfs_sync_mappingTrond Myklebust
2010-03-05NFS: Simplify nfs_wb_page()Trond Myklebust
2010-03-05NFS: Replace __nfs_write_mapping with sync_inode()Trond Myklebust
2010-03-05NFS: Simplify nfs_wb_page_cancel()Trond Myklebust
2010-03-05NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pagesTrond Myklebust
2010-03-05NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is setTrond Myklebust
2010-03-05NFS: Reduce the number of unnecessary COMMIT callsTrond Myklebust
2010-03-05NFS: Add a count of the number of unstable writes carried by an inodeTrond Myklebust
2010-03-05NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.cTrond Myklebust
2010-03-05Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2010-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-05x86: fix mtrr missing kernel-docRandy Dunlap
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2010-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig
2010-03-05Squashfs: get rid of obsolete definition in header filePhillip Lougher
2010-03-05Squashfs: get rid of obsolete variable in struct squashfs_sb_infoPhillip Lougher
2010-03-05Switch !O_CREAT case to use of do_last()Al Viro
2010-03-05Get rid of symlink body copyingAl Viro
2010-03-05Finish pulling of -ESTALE handling to upper level in do_filp_open()Al Viro
2010-03-05Turn do_link spaghetty into a normal loopAl Viro
2010-03-05Unify exits in O_CREAT handlingAl Viro
2010-03-05Kill is_link argument of do_last()Al Viro
2010-03-05Pull handling of LAST_BIND into do_last(), clean up ok: part in do_filp_open()Al Viro
2010-03-05Leave mangled flag only for setting nd.intent.open.flagAl Viro
2010-03-05Get rid of passing mangled flag to do_last()Al Viro
2010-03-05Don't pass mangled open_flag to finish_open()Al Viro