| Commit message (Expand) | Author | Age | Files | Lines |
* | ocfs2: Decrement refcount when truncating refcounted extents. | Tao Ma | 2009-09-23 | 1 | -0/+3 |
* | ocfs2: Basic tree root operation. | Tao Ma | 2009-09-23 | 1 | -0/+14 |
* | ocfs2: Add metaecc for ocfs2_refcount_block. | Tao Ma | 2009-09-23 | 1 | -0/+3 |
* | ocfs2: Pass struct ocfs2_caching_info to the journal functions. | Joel Becker | 2009-09-05 | 1 | -33/+42 |
* | ocfs2: move ip_created_trans to struct ocfs2_caching_info | Joel Becker | 2009-09-05 | 1 | -3/+3 |
* | ocfs2: move ip_last_trans to struct ocfs2_caching_info | Joel Becker | 2009-09-05 | 1 | -2/+3 |
* | ocfs2: Fix possible deadlock when extending quota file | Jan Kara | 2009-08-10 | 1 | -5/+0 |
* | ocfs2: Define credit counts for quota operations | Jan Kara | 2009-07-23 | 1 | -3/+10 |
* | ocfs2: Fixup orphan scan cleanup after failed mount | Jeff Mahoney | 2009-07-09 | 1 | -0/+1 |
* | ocfs2: Disable orphan scanning for local and hard-ro mounts | Sunil Mushran | 2009-06-22 | 1 | -1/+1 |
* | ocfs2: timer to queue scan of all orphan slots | Srinivas Eeda | 2009-06-04 | 1 | -0/+4 |
* | ocfs2: Fix a missing credit when deleting from indexed directories. | Joel Becker | 2009-04-30 | 1 | -2/+3 |
* | ocfs2: recover orphans in offline slots during recovery and mount | Srinivas Eeda | 2009-04-03 | 1 | -0/+1 |
* | ocfs2: Introduce dir free space list | Mark Fasheh | 2009-04-03 | 1 | -6/+6 |
* | ocfs2: Store dir index records inline | Mark Fasheh | 2009-04-03 | 1 | -0/+10 |
* | ocfs2: Add a name indexed b-tree to directory inodes | Mark Fasheh | 2009-04-03 | 1 | -13/+38 |
* | ocfs2: Move struct recovery_map to a header file | Sunil Mushran | 2009-04-03 | 1 | -0/+11 |
* | jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate() | Jan Kara | 2009-02-10 | 1 | -2/+4 |
* | ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. | Joel Becker | 2009-01-05 | 1 | -1/+2 |
* | ocfs2: Add journal_access functions with jbd2 triggers. | Joel Becker | 2009-01-05 | 1 | -5/+26 |
* | ocfs2: Implement quota recovery | Jan Kara | 2009-01-05 | 1 | -0/+1 |
* | ocfs2: Add quota calls for allocation and freeing of inodes and space | Jan Kara | 2009-01-05 | 1 | -15/+69 |
* | ocfs2: Remove JBD compatibility layer | Mark Fasheh | 2009-01-05 | 1 | -10/+1 |
* | ocfs2: Switch over to JBD2. | Joel Becker | 2008-10-14 | 1 | -3/+22 |
* | ocfs2: Add extended attribute support | Tiger Yang | 2008-10-14 | 1 | -0/+10 |
* | ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode. | Tao Ma | 2008-10-13 | 1 | -6/+11 |
* | [PATCH 2/2] ocfs2: Fix race between mount and recovery | Sunil Mushran | 2008-08-01 | 1 | -1/+2 |
* | ocfs2: Change the recovery map to an array of node numbers. | Joel Becker | 2008-04-18 | 1 | -0/+4 |
* | [PATCH 2/2] ocfs2: Implement group add for online resize | Tao Ma | 2008-01-26 | 1 | -0/+3 |
* | [PATCH 1/2] ocfs2: Add group extend for online resize | Tao Ma | 2008-01-25 | 1 | -0/+3 |
* | ocfs2: Write support for inline data | Mark Fasheh | 2007-10-12 | 1 | -0/+3 |
* | ocfs2: support for removing file regions | Mark Fasheh | 2007-07-11 | 1 | -0/+2 |
* | ocfs2: make room for unwritten extents flag | Mark Fasheh | 2007-04-27 | 1 | -1/+1 |
* | ocfs2: ocfs2_link() journal credits update | Mark Fasheh | 2007-02-01 | 1 | -2/+2 |
* | ocfs2: local mounts | Sunil Mushran | 2006-12-08 | 1 | -1/+4 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 1 | -67/+11 |
|\ |
|
| * | ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t | Mark Fasheh | 2006-12-02 | 1 | -11/+10 |
| * | ocfs2: remove handle argument to ocfs2_start_trans() | Mark Fasheh | 2006-12-02 | 1 | -1/+0 |
| * | ocfs2: remove ocfs2_journal_handle journal field | Mark Fasheh | 2006-12-02 | 1 | -1/+0 |
| * | ocfs2: pass ocfs2_super * into ocfs2_commit_trans() | Mark Fasheh | 2006-12-02 | 1 | -1/+2 |
| * | ocfs2: make ocfs2_alloc_handle() static | Mark Fasheh | 2006-12-02 | 1 | -6/+0 |
| * | ocfs2: remove unused ocfs2_handle_add_lock() | Mark Fasheh | 2006-12-02 | 1 | -20/+0 |
| * | ocfs2: remove unused ocfs2_handle_add_inode() | Mark Fasheh | 2006-12-02 | 1 | -9/+0 |
| * | ocfs2: remove ocfs2_journal_handle flags field | Mark Fasheh | 2006-12-02 | 1 | -17/+0 |
| * | ocfs2: have ocfs2_extend_trans() take handle_t | Mark Fasheh | 2006-12-02 | 1 | -2/+1 |
| * | ocfs2: remove unused ocfs2_journal_handle field | Mark Fasheh | 2006-12-02 | 1 | -1/+0 |
* | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -1/+1 |
|/ |
|
* | [PATCH] ocfs2: only checkpoint journal when asked to | Mark Fasheh | 2006-02-16 | 1 | -2/+0 |
* | [PATCH] OCFS2: The Second Oracle Cluster Filesystem | Mark Fasheh | 2006-01-03 | 1 | -0/+457 |