| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-08-13 | 16 | -135/+357 |
|\ |
|
| * | ocfs2: Fix possible deadlock when extending quota file | Jan Kara | 2009-08-10 | 2 | -63/+57 |
| * | ocfs2: keep index within status_map[] | Roel Kluin | 2009-08-07 | 1 | -1/+2 |
| * | ocfs2: Initialize the cluster we're writing to in a non-sparse extend | Sunil Mushran | 2009-08-07 | 1 | -19/+47 |
| * | ocfs2: Remove redundant BUG_ON in __dlm_queue_ast() | Goldwyn Rodrigues | 2009-07-31 | 1 | -1/+0 |
| * | ocfs2/quota: Release lock for error in ocfs2_quota_write. | Tao Ma | 2009-07-30 | 1 | -1/+1 |
| * | ocfs2: Define credit counts for quota operations | Jan Kara | 2009-07-23 | 3 | -12/+35 |
| * | ocfs2: Remove syncjiff field from quota info | Jan Kara | 2009-07-23 | 2 | -4/+2 |
| * | ocfs2: Fix initialization of blockcheck stats | Jan Kara | 2009-07-23 | 1 | -0/+1 |
| * | ocfs2: Zero out padding of on disk dquot structure | Jan Kara | 2009-07-23 | 1 | -0/+1 |
| * | ocfs2: Initialize blocks allocated to local quota file | Jan Kara | 2009-07-23 | 1 | -15/+83 |
| * | ocfs2: Mark buffer uptodate before calling ocfs2_journal_access_dq() | Jan Kara | 2009-07-23 | 1 | -1/+3 |
| * | ocfs2: Make global quota files blocksize aligned | Jan Kara | 2009-07-23 | 1 | -2/+5 |
| * | ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records. | Tao Ma | 2009-07-23 | 1 | -1/+2 |
| * | ocfs2: Fix deadlock on umount | Jan Kara | 2009-07-22 | 4 | -15/+70 |
| * | ocfs2: Add extra credits and access the modified bh in update_edge_lengths. | Tao Ma | 2009-07-21 | 1 | -5/+39 |
| * | ocfs2: Fail ocfs2_get_block() immediately when a block needs allocation | Wengang Wang | 2009-07-21 | 1 | -0/+1 |
| * | ocfs2: Fix error return in ocfs2_write_cluster() | Wengang Wang | 2009-07-21 | 1 | -1/+1 |
| * | ocfs2: Fix compilation warning for fs/ocfs2/xattr.c | Subrata Modak | 2009-07-21 | 1 | -1/+2 |
| * | ocfs2: Initialize count in aio_write before generic_write_checks | Goldwyn Rodrigues | 2009-07-21 | 1 | -0/+1 |
| * | ocfs2: log the actual return value of ocfs2_file_aio_write() | Wengang Wang | 2009-07-11 | 1 | -1/+3 |
| * | ocfs2: trivial fix for s/migrate/migration/ in dlmrecovery.c logging | Jeff Liu | 2009-07-09 | 1 | -1/+1 |
| * | ocfs2: Fixup orphan scan cleanup after failed mount | Jeff Mahoney | 2009-07-09 | 3 | -2/+11 |
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-08-12 | 10 | -19/+41 |
|\ \ |
|
| * | | xfs: fix spin_is_locked assert on uni-processor builds | Christoph Hellwig | 2009-08-12 | 1 | -1/+1 |
| * | | xfs: check for dinode realtime flag corruption | Christoph Hellwig | 2009-08-12 | 1 | -0/+10 |
| * | | use XFS_CORRUPTION_ERROR in xfs_btree_check_sblock | Eric Sandeen | 2009-08-12 | 1 | -2/+2 |
| * | | xfs: switch to NOFS allocation under i_lock in xfs_attr_rmtval_get | Christoph Hellwig | 2009-08-12 | 1 | -1/+3 |
| * | | xfs: switch to NOFS allocation under i_lock in xfs_readlink_bmap | Christoph Hellwig | 2009-08-12 | 1 | -1/+3 |
| * | | xfs: switch to NOFS allocation under i_lock in xfs_attr_rmtval_set | Christoph Hellwig | 2009-08-12 | 1 | -2/+2 |
| * | | xfs: switch to NOFS allocation under i_lock in xfs_buf_associate_memory | Christoph Hellwig | 2009-08-12 | 1 | -1/+1 |
| * | | xfs: switch to NOFS allocation under i_lock in xfs_dir_cilookup_result | Christoph Hellwig | 2009-08-12 | 1 | -1/+1 |
| * | | xfs: switch to NOFS allocation under i_lock in xfs_da_buf_make | Christoph Hellwig | 2009-08-12 | 1 | -2/+2 |
| * | | xfs: switch to NOFS allocation under i_lock in xfs_da_state_alloc | Christoph Hellwig | 2009-08-12 | 1 | -1/+1 |
| * | | xfs: switch to NOFS allocation under i_lock in xfs_getbmap | Christoph Hellwig | 2009-08-12 | 1 | -1/+1 |
| * | | xfs: avoid memory allocation under m_peraglock in growfs code | Christoph Hellwig | 2009-08-12 | 1 | -6/+14 |
* | | | NFS: Fix an O_DIRECT Oops... | Trond Myklebust | 2009-08-12 | 3 | -18/+14 |
* | | | mm_for_maps: take ->cred_guard_mutex to fix the race with exec | Oleg Nesterov | 2009-08-10 | 1 | -11/+11 |
* | | | mm_for_maps: shift down_read(mmap_sem) to the caller | Oleg Nesterov | 2009-08-10 | 3 | -5/+5 |
* | | | mm_for_maps: simplify, use ptrace_may_access() | Oleg Nesterov | 2009-08-10 | 1 | -12/+11 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2009-08-08 | 5 | -20/+92 |
|\ \ \ |
|
| * | | | Btrfs: fix balancing oops when invalidate_inode_pages2 returns EBUSY | Yan Zheng | 2009-08-07 | 1 | -2/+7 |
| * | | | Btrfs: correct error-handling zlib error handling | Julia Lawall | 2009-08-07 | 1 | -3/+3 |
| * | | | Btrfs: remove superfluous NULL pointer check in btrfs_rename() | Bartlomiej Zolnierkiewicz | 2009-08-07 | 1 | -2/+1 |
| * | | | Btrfs: make sure the async caching thread advances the key | Chris Mason | 2009-07-31 | 1 | -4/+17 |
| * | | | Btrfs: fix btrfs_remove_from_free_space corner case | Josef Bacik | 2009-07-31 | 1 | -9/+64 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hch/xfs-icache-races | Linus Torvalds | 2009-08-08 | 3 | -102/+97 |
|\ \ \ \ |
|
| * | | | | xfs: fix freeing of inodes not yet added to the inode cache | Christoph Hellwig | 2009-08-07 | 2 | -74/+68 |
| * | | | | vfs: add __destroy_inode | Christoph Hellwig | 2009-08-07 | 1 | -3/+7 |
| * | | | | vfs: fix inode_init_always calling convention | Christoph Hellwig | 2009-08-07 | 2 | -25/+22 |