ocfs2: Change the recovery map to an array of node numbers.
[safe/jmp/linux-2.6] / fs / ocfs2 / dlmglue.c
2008-04-18 Joel Beckerocfs2: Change the recovery map to an array of node...
2008-04-18 Mark Fashehocfs2: Move slot map access into slot_map.c
2008-03-10 Jan Engelhardt[PATCH] [OCFS2]: constify function pointer tables
2008-03-03 Adrian Bunk[2.6 patch] make ocfs2_downconvert_thread() static
2008-03-03 Adrian Bunk[2.6 patch] fs/ocfs2/: possible cleanups
2008-03-03 Mark Fashehocfs2: Fix writeout in ocfs2_data_convert_worker()
2008-02-07 Joel Beckerocfs2: Negotiate locking protocol versions.
2008-01-25 Mark Fasheh[PATCH 1/2] ocfs2: add flock lock type
2008-01-25 Mark Fashehocfs2: Rename ocfs2_meta_[un]lock
2008-01-25 Mark Fashehocfs2: Remove data locks
2008-01-25 Mark Fashehocfs2: Add data downconvert worker to inode lock
2008-01-25 Mark Fashehocfs2: Remove mount/unmount votes
2007-11-06 Mark Fashehocfs2: Create locks at initially requested level
2007-11-06 Roel Kluin[PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c...
2007-10-12 Mark Fashehocfs2: Structure updates for inline data
2007-07-11 Christoph Hellwig[PATCH] ocfs2: use list_for_each_entry where benefical
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-02 Adrian Bunk[PATCH] fs/ocfs2/: make 3 functions static
2007-04-26 Mark Fashehocfs2: Cache extent records
2007-04-26 Mark Fashehocfs2: Fix up i_blocks calculation to know about holes
2007-04-26 Mark Fashehocfs2: temporarily remove extent map caching
2007-04-26 Tiger Yangocfs2: Remove delete inode vote
2007-04-26 Mark Fashehocfs2: Local mounts should skip inode updates
2006-12-29 Mark Fashehocfs2: always unmap in ocfs2_data_convert_worker()
2006-12-08 Sunil Mushranocfs2: local mounts
2006-12-02 Tiger Yangocfs2: core atime update functions
2006-12-02 Mark Fashehocfs2: remove unused handle argument from ocfs2_meta_lo...
2006-12-02 Mark Fashehocfs2: remove unused ocfs2_handle_add_lock()
2006-12-02 Adrian Bunk[2.6 patch] make ocfs2_create_new_lock() static
2006-09-27 Theodore Ts'o[PATCH] inode_diet: Replace inode.u.generic_ip with...
2006-09-24 Mark Fashehocfs2: Teach ocfs2_drop_lock() to use ->set_lvb() callback
2006-09-24 Mark Fashehocfs2: Remove ->unblock lockres operation
2006-09-24 Mark Fashehocfs2: move downconvert worker to lockres ops
2006-09-24 Mark Fashehocfs2: Remove unused dlmglue functions
2006-09-24 Mark Fashehocfs2: Have the metadata lock use generic dlmglue functions
2006-09-24 Mark Fashehocfs2: Add ->set_lvb callback in dlmglue
2006-09-24 Mark Fashehocfs2: Add ->check_downconvert callback in dlmglue
2006-09-24 Mark Fashehocfs2: Check for refreshing locks in generic unblock...
2006-09-24 Mark Fashehocfs2: don't unconditionally pass LVB flags
2006-09-24 Mark Fashehocfs2: combine inode and generic blocking AST functions
2006-09-24 Mark Fashehocfs2: Add ->get_osb() dlmglue locking operation
2006-09-24 Mark Fashehocfs2: remove ->unlock_ast() callback from ocfs2_lock_r...
2006-09-24 Mark Fashehocfs2: combine inode and generic AST functions
2006-09-24 Mark Fashehocfs2: Clean up lock resource refresh flags
2006-09-24 Mark Fashehocfs2: Remove i_generation from inode lock names
2006-09-24 Mark Fashehocfs2: Encode i_generation in the meta data lvb
2006-09-24 Mark Fashehocfs2: Free up some space in the lvb
2006-09-24 Mark Fashehocfs2: Add new cluster lock type
2006-09-24 Mark Fashehocfs2: Update dlmglue for new dlmlock() API
2006-09-20 Herbert Poetzlocfs2: add ext2 attributes
2006-06-29 Mark Fashehocfs2: clean up some osb fields
2006-06-28 Ingo Molnar[PATCH] spin/rwlock init cleanups
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
2006-03-24 Mark Fashehocfs2: don't use MLF* in the file system
2006-01-03 Mark Fasheh[PATCH] OCFS2: The Second Oracle Cluster Filesystem