Commit Graph

130 Commits (dbdcf6a48a40e6c9d7081393d793c4f1c5bb4fcf)

Author SHA1 Message Date
Joel Becker dbdcf6a48a ocfs2: ocfs2_remove_extent() no longer needs struct inode. 16 years ago
Joel Becker cbee7e1a6a ocfs2: ocfs2_add_clusters_in_btree() no longer needs struct inode. 16 years ago
Joel Becker cc79d8c19e ocfs2: ocfs2_insert_extent() no longer needs struct inode. 16 years ago
Joel Becker 92ba470c44 ocfs2: Make extent map insertion an extent_tree_operation. 16 years ago
Joel Becker 627961b77e ocfs2: ocfs2_figure_insert_type() no longer needs struct inode. 16 years ago
Joel Becker 1ef61b3314 ocfs2: Remove inode from ocfs2_figure_extent_contig(). 16 years ago
Joel Becker a29702914a ocfs2: Swap inode for extent_tree in ocfs2_figure_merge_contig_type(). 16 years ago
Joel Becker b4a176515c ocfs2: ocfs2_extent_contig() only requires the superblock. 16 years ago
Joel Becker 3505bec018 ocfs2: ocfs2_do_insert_extent() and ocfs2_insert_path() no longer need an inode. 16 years ago
Joel Becker c38e52bb1c ocfs2: Give ocfs2_split_record() an extent_tree instead of an inode. 16 years ago
Joel Becker d562862314 ocfs2: ocfs2_insert_at_leaf() doesn't need struct inode. 16 years ago
Joel Becker 4c911eefca ocfs2: Make truncating the extent map an extent_tree_operation. 16 years ago
Joel Becker 043beebb6c ocfs2: ocfs2_truncate_rec() doesn't need struct inode. 16 years ago
Joel Becker d401dc12fc ocfs2: ocfs2_grow_branch() and ocfs2_append_rec_to_path() lose struct inode. 16 years ago
Joel Becker c495dd24ac ocfs2: ocfs2_try_to_merge_extent() doesn't need struct inode. 16 years ago
Joel Becker 4fe82c312a ocfs2: ocfs2_merge_rec_left/right() no longer need struct inode. 16 years ago
Joel Becker 70f18c08b4 ocfs2: ocfs2_rotate_tree_left() no longer needs struct inode. 16 years ago
Joel Becker e46f74dc35 ocfs2: __ocfs2_rotate_tree_left() doesn't need struct inode. 16 years ago
Joel Becker 1e2dd63fe0 ocfs2: ocfs2_rotate_subtree_left() doesn't need struct inode. 16 years ago
Joel Becker 09106bae05 ocfs2: ocfs2_update_edge_lengths() doesn't need struct inode. 16 years ago
Joel Becker 1bbf0b8d60 ocfs2: ocfs2_rotate_tree_right() doesn't need struct inode. 16 years ago
Joel Becker 6136ca5f5f ocfs2: Drop struct inode from ocfs2_extent_tree_operations. 16 years ago
Joel Becker 7dc0280567 ocfs2: Pass ocfs2_extent_tree to ocfs2_get_subtree_root() 16 years ago
Joel Becker 5c601aba8c ocfs2: Get inode out of ocfs2_rotate_subtree_root_right(). 16 years ago
Joel Becker 4619c73e7c ocfs2: ocfs2_complete_edge_insert() doesn't need struct inode at all. 16 years ago
Joel Becker 6641b0ce32 ocfs2: Pass ocfs2_extent_tree to ocfs2_unlink_path() 16 years ago
Joel Becker 42a5a7a9a5 ocfs2: ocfs2_create_new_meta_bhs() doesn't need struct inode. 16 years ago
Joel Becker facdb77f54 ocfs2: ocfs2_find_path() only needs the caching info 16 years ago
Joel Becker 3d03a305de ocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_block(). 16 years ago
Joel Becker d9a0a1f83b ocfs2: Store the ocfs2_caching_info on ocfs2_extent_tree. 16 years ago
Joel Becker 0cf2f7632b ocfs2: Pass struct ocfs2_caching_info to the journal functions. 16 years ago
Joel Becker 8cb471e8f8 ocfs2: Take the inode out of the metadata read/write paths. 16 years ago
Tao Ma 60e2ec4866 ocfs2: release the buffer head in ocfs2_do_truncate. 16 years ago
Tao Ma 82e12644cf ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records. 16 years ago
Tao Ma 3c5e10683e ocfs2: Add extra credits and access the modified bh in update_edge_lengths. 16 years ago
Tao Ma 6b791bcc8b ocfs2: Adjust rightmost path in ocfs2_add_branch. 16 years ago
Mark Fasheh 9b7895efac ocfs2: Add a name indexed b-tree to directory inodes 16 years ago
Tao Ma 74e77eb30d ocfs2: Fix a bug found by sparse check. 16 years ago
Tao Ma 47be12e4ee ocfs2: Access and dirty the buffer_head in mark_written. 16 years ago
Mark Fasheh fd4ef23196 ocfs2: add quota call to ocfs2_remove_btree_range() 16 years ago
Fernando Carrijo c19a28e119 remove lots of double-semicolons 16 years ago
Tao Ma 9047beabb8 ocfs2: Access the right buffer_head in ocfs2_merge_rec_left. 16 years ago
Joel Becker 2a50a743bd ocfs2: Create ocfs2_xattr_value_buf. 16 years ago
Joel Becker 13723d00e3 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. 16 years ago
Joel Becker ffdd7a5463 ocfs2: Wrap up the common use cases of ocfs2_new_path(). 16 years ago
Joel Becker d6b32bbb3e ocfs2: block read meta ecc. 16 years ago
Jan Kara a90714c150 ocfs2: Add quota calls for allocation and freeing of inodes and space 16 years ago
Mark Fasheh 53ef99cad9 ocfs2: Remove JBD compatibility layer 16 years ago
Joel Becker 970e4936d7 ocfs2: Validate metadata only when it's read from disk. 16 years ago
Joel Becker 5e96581a37 ocfs2: Wrap extent block reads in a dedicated function. 16 years ago