tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / fs / ocfs2 / dir.c
2009-09-04 Joel Beckerocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_...
2009-09-04 Joel Beckerocfs2: ocfs2_insert_extent() no longer needs struct...
2009-09-04 Joel Beckerocfs2: ocfs2_find_path() only needs the caching info
2009-09-04 Joel Beckerocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_blo...
2009-09-04 Joel Beckerocfs2: Pass struct ocfs2_caching_info to the journal...
2009-09-04 Joel Beckerocfs2: Take the inode out of the metadata read/write...
2009-06-04 Jan Karaocfs2: Correct ordering of ip_alloc_sem and localloc...
2009-04-21 Tao Maocfs2: Fix 2 warning during ocfs2 make.
2009-04-07 Tao Maocfs2: Reserve 1 more cluster in expanding_inline_dir...
2009-04-03 Mark Fashehocfs2: fix leaf start calculation in ocfs2_dx_dir_rebal...
2009-04-03 Mark Fashehocfs2: Add total entry count to dx_root_block
2009-04-03 Mark Fashehocfs2: Introduce dir free space list
2009-04-03 Mark Fashehocfs2: Store dir index records inline
2009-04-03 Mark Fashehocfs2: Add a name indexed b-tree to directory inodes
2009-04-03 Mark Fashehocfs2: Introduce dir lookup helper struct
2009-01-05 Joel Beckerocfs2: Checksum and ECC for directory blocks.
2009-01-05 Mark Fashehocfs2: Add directory block trailers.
2009-01-05 Joel Beckerocfs2: Use metadata-specific ocfs2_journal_access_...
2009-01-05 Jan Karaocfs2: Add quota calls for allocation and freeing of...
2009-01-05 Joel Beckerocfs2: Convert ocfs2_read_dir_block() to ocfs2_read_vir...
2009-01-05 Joel Beckerocfs2: Validate metadata only when it's read from disk.
2009-01-05 Joel Beckerocfs2: Wrap dirblock reads in a dedicated function.
2009-01-05 Joel Beckerocfs2: Wrap inode block reads in a dedicated function.
2008-10-14 Joel Beckerocfs2: Make cached block reads the common case.
2008-10-14 Joel Beckerocfs2: Kill the last naked wait_on_buffer() for cached...
2008-10-14 Joel Beckerocfs2: Move ocfs2_bread() into dir.c
2008-10-14 Joel Beckerocfs2: Simplify ocfs2_read_block()
2008-10-14 Joel Beckerocfs2: Require an inode for ocfs2_read_block(s)().
2008-10-14 Mark Fashehocfs2: Don't check for NULL before brelse()
2008-10-13 Joel Beckerocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_...
2008-10-13 Joel Beckerocfs2: Make ocfs2_extent_tree the first-class represent...
2008-10-13 Tao Maocfs2: Add extent tree operation for xattr value btrees
2008-10-13 Tao Maocfs2: Make high level btree extend code generic
2008-10-13 Tao Maocfs2: Abstract ocfs2_extent_tree in b-tree operations.
2008-10-13 Tao Maocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.
2008-10-13 Tao Maocfs2: Modify ocfs2_num_free_extents for future xattr...
2008-08-22 Mark Fashehocfs2: correctly set i_blocks after inline dir gets...
2008-08-22 Tao Maocfs2: Jump to correct label in ocfs2_expand_inline_dir()
2008-03-03 Marcin Slusarz[PATCH] ocfs2: le*_add_cpu conversion
2008-02-03 Joe Perchesfs/: Spelling fixes
2008-01-25 Mark Fashehocfs2: Rename ocfs2_meta_[un]lock
2007-11-06 Adrian Bunk[2.6 patch] make ocfs2_find_entry_el() static
2007-10-17 Mathieu DesnoyersFix f_version type: should be u64 instead of unsigned...
2007-10-12 Mark Fashehocfs2: Optionally return filldir errors
2007-10-12 Mark Fashehocfs2: Write support for directories with inline data
2007-10-12 Mark Fashehocfs2: Read support for directories with inline data
2007-10-12 Mark Fashehocfs2: Cleanup dirent size check
2007-10-12 Mark Fashehocfs2: Rename cleanups
2007-10-12 Mark Fashehocfs2: Provide convenience function for ino lookup
2007-10-12 Mark Fashehocfs2: Implement ocfs2_empty_dir() as a caller of ocfs2...
2007-10-12 Mark Fashehocfs2: Remove open coded readdir()
2007-10-12 Mark Fashehocfs2: Pass raw u64 to filldir
2007-10-12 Mark Fashehocfs2: Abstract out core dir listing functionality
2007-10-12 Mark Fashehocfs2: Move directory manipulation code into dir.c
2007-07-11 Mark Fashehocfs2: Support creation of unwritten extents
2007-05-02 Joel Beckerocfs2: Wrap access of directory allocations with ip_all...
2007-04-26 Mark Fashehocfs2: Fix up i_blocks calculation to know about holes
2007-04-26 Mark Fashehocfs2: Read from an unwritten extent returns zeros
2007-04-26 Mark Fashehocfs2: temporarily remove extent map caching
2007-04-26 Mark Fashehocfs2: sparse b-tree support
2006-12-08 Josef Sipek[PATCH] struct path: convert ocfs2
2006-12-02 Tiger Yangocfs2: update file system paths to set atime
2006-12-02 Mark Fashehocfs2: Remove struct ocfs2_journal_handle in favor...
2006-12-02 Mark Fashehocfs2: remove handle argument to ocfs2_start_trans()
2006-12-02 Mark Fashehocfs2: pass ocfs2_super * into ocfs2_commit_trans()
2006-12-02 Mark Fashehocfs2: remove unused handle argument from ocfs2_meta_lo...
2006-12-02 Mark Fashehocfs2: don't use handle for locking in allocation functions
2006-09-20 Mark Fashehocfs2: implement directory read-ahead
2006-06-29 Joel Beckerocfs2: Compile-time disabling of ocfs2 debugging output.
2006-03-24 Mark Fashehocfs2: don't use MLF* in the file system
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-03 Mark Fasheh[PATCH] OCFS2: The Second Oracle Cluster Filesystem