1. 05 Aug, 2010 24 commits
  2. 04 Aug, 2010 11 commits
  3. 03 Aug, 2010 5 commits
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw · 3a09b1be
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw:
        GFS2: Fix recovery stuck bug (try #2)
        GFS2: Fix typo in stuffed file data copy handling
        Revert "GFS2: recovery stuck on transaction lock"
        GFS2: Make "try" lock not try quite so hard
        GFS2: remove dependency on __GFP_NOFAIL
        GFS2: Simplify gfs2_write_alloc_required
        GFS2: Wait for journal id on mount if not specified on mount command line
        GFS2: Use nobh_writepage
      3a09b1be
    • Linus Torvalds's avatar
      Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 · 7046e668
      Linus Torvalds authored
      * 'linux-next' of git://git.infradead.org/ubi-2.6:
        UBI: do not warn unnecessarily
        UBI: do not print message about corruptes PEBs if we have none of them
        UBI: improve delete-compatible volumes handling
        UBI: fix error message and compilation warnings
        UBI: generate random image_seq when formatting MTD devices
        UBI: improve ECC error message
        UBI: improve corrupted flash handling
        UBI: introduce eraseblock counter variables
        UBI: introduce a new IO return code
        UBI: simplify IO error codes
      7046e668
    • Linus Torvalds's avatar
      Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 · c939f9f9
      Linus Torvalds authored
      * 'linux-next' of git://git.infradead.org/ubifs-2.6:
        UBIFS: fix a memory leak on error path.
        UBIFS: fix GC LEB recovery
        UBIFS: use ERR_CAST
        UBIFS: check return code
      c939f9f9
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs · b8b3e905
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs: (22 commits)
        9p: fix sparse warnings in new xattr code
        fs/9p: remove sparse warning in vfs_inode
        fs/9p: destroy fid on failed remove
        fs/9p: Prevent parallel rename when doing fid_lookup
        fs/9p: Add support user. xattr
        net/9p: Implement TXATTRCREATE 9p call
        net/9p: Implement attrwalk 9p call
        9p: Implement LOPEN
        fs/9p: This patch implements TLCREATE for 9p2000.L protocol.
        9p: Implement TMKDIR
        9p: Implement TMKNOD
        9p: Define and implement TSYMLINK for 9P2000.L
        9p: Define and implement TLINK for 9P2000.L
        9p: Define and implement TLINK for 9P2000.L
        9p: Implement client side of setattr for 9P2000.L protocol.
        9p: getattr client implementation for 9P2000.L protocol.
        fs/9p: Pass the correct user credentials during attach
        net/9p: Handle the server returned error properly
        9p: readdir implementation for 9p2000.L
        9p: Make use of iounit for read/write
        ...
      b8b3e905
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs · 51102ee5
      Linus Torvalds authored
      * 'for-linus' of git://oss.sgi.com/xfs/xfs: (49 commits)
        xfs simplify and speed up direct I/O completions
        xfs: move aio completion after unwritten extent conversion
        direct-io: move aio_complete into ->end_io
        xfs: fix big endian build
        xfs: clean up xfs_bmap_get_bp
        xfs: simplify xfs_truncate_file
        xfs: kill the b_strat callback in xfs_buf
        xfs: remove obsolete osyncisosync mount option
        xfs: clean up filestreams helpers
        xfs: fix gcc 4.6 set but not read and unused statement warnings
        xfs: Fix build when CONFIG_XFS_POSIX_ACL=n
        xfs: fix unsigned underflow in xfs_free_eofblocks
        xfs: use GFP_NOFS for page cache allocation
        xfs: fix memory reclaim recursion deadlock on locked inode buffer
        xfs: fix xfs_trans_add_item() lockdep warnings
        xfs: simplify and remove xfs_ireclaim
        xfs: don't block on buffer read errors
        xfs: move inode shrinker unregister even earlier
        xfs: remove a dmapi leftover
        xfs: writepage always has buffers
        ...
      51102ee5