Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
814fd609fa98f3667974d8c27c4d75ef4ce041ea
/
fs
/
ocfs2
/
alloc.c
10fca35
ocfs2: Add trace event for trim.
by Tao Ma
· 13 years ago
e80de36
ocfs2: Add ocfs2_trim_fs for SSD trim support.
by Tao Ma
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
81bad69
ocfs2: Remove DISK_ALLOC from masklog.
by Tao Ma
· 14 years ago
a09d09b
ocfs2: Remove mlog(0) from fs/ocfs2/alloc.c
by Tao Ma
· 14 years ago
c1e8d35
ocfs2: Remove EXIT from masklog.
by Tao Ma
· 14 years ago
ef6b689
ocfs2: Remove ENTRY from masklog.
by Tao Ma
· 14 years ago
aecf586
ocfs2: Remove unused truncate function from alloc.c
by Tao Ma
· 14 years ago
50308d8
ocfs2: Try to free truncate log when meeting ENOSPC in write.
by Tao Ma
· 14 years ago
9b4c0ff
ocfs2: Fix deadlock when allocating page
by Jan Kara
· 14 years ago
41841b0
Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into ocfs2-merge-window
by Joel Becker
· 14 years ago
ee149a7
Ocfs2: Make ocfs2_find_cpos_for_left_leaf() public.
by Tristan Ye
· 14 years ago
78f9467
Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead.
by Tristan Ye
· 14 years ago
c901fb0
ocfs2: Make ocfs2_extend_trans() really extend.
by Tao Ma
· 15 years ago
4fe370a
ocfs2: use allocation reservations during file write
by Mark Fasheh
· 15 years ago
ec20cec
ocfs2: Make ocfs2_journal_dirty() void.
by Joel Becker
· 15 years ago
74380c4
ocfs2: Free block to the right block group.
by Tao Ma
· 15 years ago
2b6cb57
ocfs2: Set suballoc_loc on allocated metadata.
by Joel Becker
· 15 years ago
1ed9b77
ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument.
by Joel Becker
· 15 years ago
e213e26
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
5dd4056
dquot: cleanup space allocation / freeing routines
by Christoph Hellwig
· 15 years ago
b89c542
ocfs2: add extent block stealing for ocfs2 v5
by Tiger Yang
· 15 years ago
849254e
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 15 years ago
2cfd30a
ocfs: stop using do_sync_mapping_range
by Christoph Hellwig
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
38a04e4
ocfs2: Find proper end cpos for a leaf refcount block.
by Tao Ma
· 15 years ago
c18b812
ocfs2: Make transaction extend more efficient.
by Tao Ma
· 15 years ago
6ae23c5
ocfs2: CoW refcount tree improvement.
by Tao Ma
· 15 years ago
6f70fa5
ocfs2: Add CoW support.
by Tao Ma
· 15 years ago
bcbbb24
ocfs2: Decrement refcount when truncating refcounted extents.
by Tao Ma
· 15 years ago
1aa75fe
ocfs2: Add functions for extents refcounted.
by Tao Ma
· 15 years ago
1823cb0
ocfs2: Add support of decrementing refcount for delete.
by Tao Ma
· 15 years ago
e2e9f60
ocfs2: move tree path functions to alloc.h.
by Tao Ma
· 15 years ago
fe92441
ocfs2: Add refcount b-tree as a new extent tree.
by Tao Ma
· 15 years ago
555936b
ocfs2: Abstract extent split process.
by Tao Ma
· 15 years ago
853a3a1
ocfs2: Wrap ocfs2_extent_contig in ocfs2_extent_tree.
by Tao Ma
· 15 years ago
5e404e9
ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree().
by Joel Becker
· 16 years ago
a1cf076
ocfs2: __ocfs2_mark_extent_written() doesn't need struct inode.
by Joel Becker
· 16 years ago
f3868d0
ocfs2: Teach ocfs2_replace_extent_rec() to use an extent_tree.
by Joel Becker
· 16 years ago
d231129
ocfs2: ocfs2_split_and_insert() no longer needs struct inode.
by Joel Becker
· 16 years ago
dbdcf6a
ocfs2: ocfs2_remove_extent() no longer needs struct inode.
by Joel Becker
· 16 years ago
cbee7e1
ocfs2: ocfs2_add_clusters_in_btree() no longer needs struct inode.
by Joel Becker
· 16 years ago
cc79d8c
ocfs2: ocfs2_insert_extent() no longer needs struct inode.
by Joel Becker
· 16 years ago
92ba470
ocfs2: Make extent map insertion an extent_tree_operation.
by Joel Becker
· 16 years ago
627961b
ocfs2: ocfs2_figure_insert_type() no longer needs struct inode.
by Joel Becker
· 16 years ago
1ef61b3
ocfs2: Remove inode from ocfs2_figure_extent_contig().
by Joel Becker
· 16 years ago
a297029
ocfs2: Swap inode for extent_tree in ocfs2_figure_merge_contig_type().
by Joel Becker
· 16 years ago
b4a1765
ocfs2: ocfs2_extent_contig() only requires the superblock.
by Joel Becker
· 16 years ago
3505bec
ocfs2: ocfs2_do_insert_extent() and ocfs2_insert_path() no longer need an inode.
by Joel Becker
· 16 years ago
c38e52b
ocfs2: Give ocfs2_split_record() an extent_tree instead of an inode.
by Joel Becker
· 16 years ago
d562862
ocfs2: ocfs2_insert_at_leaf() doesn't need struct inode.
by Joel Becker
· 16 years ago
4c911ee
ocfs2: Make truncating the extent map an extent_tree_operation.
by Joel Becker
· 16 years ago
043beeb
ocfs2: ocfs2_truncate_rec() doesn't need struct inode.
by Joel Becker
· 16 years ago
d401dc1
ocfs2: ocfs2_grow_branch() and ocfs2_append_rec_to_path() lose struct inode.
by Joel Becker
· 16 years ago
c495dd2
ocfs2: ocfs2_try_to_merge_extent() doesn't need struct inode.
by Joel Becker
· 16 years ago
4fe82c3
ocfs2: ocfs2_merge_rec_left/right() no longer need struct inode.
by Joel Becker
· 16 years ago
70f18c0
ocfs2: ocfs2_rotate_tree_left() no longer needs struct inode.
by Joel Becker
· 16 years ago
e46f74d
ocfs2: __ocfs2_rotate_tree_left() doesn't need struct inode.
by Joel Becker
· 16 years ago
1e2dd63
ocfs2: ocfs2_rotate_subtree_left() doesn't need struct inode.
by Joel Becker
· 16 years ago
09106ba
ocfs2: ocfs2_update_edge_lengths() doesn't need struct inode.
by Joel Becker
· 16 years ago
1bbf0b8
ocfs2: ocfs2_rotate_tree_right() doesn't need struct inode.
by Joel Becker
· 16 years ago
6136ca5
ocfs2: Drop struct inode from ocfs2_extent_tree_operations.
by Joel Becker
· 16 years ago
7dc0280
ocfs2: Pass ocfs2_extent_tree to ocfs2_get_subtree_root()
by Joel Becker
· 16 years ago
5c601ab
ocfs2: Get inode out of ocfs2_rotate_subtree_root_right().
by Joel Becker
· 16 years ago
4619c73
ocfs2: ocfs2_complete_edge_insert() doesn't need struct inode at all.
by Joel Becker
· 16 years ago
6641b0c
ocfs2: Pass ocfs2_extent_tree to ocfs2_unlink_path()
by Joel Becker
· 16 years ago
42a5a7a
ocfs2: ocfs2_create_new_meta_bhs() doesn't need struct inode.
by Joel Becker
· 16 years ago
facdb77
ocfs2: ocfs2_find_path() only needs the caching info
by Joel Becker
· 16 years ago
3d03a30
ocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_block().
by Joel Becker
· 16 years ago
d9a0a1f
ocfs2: Store the ocfs2_caching_info on ocfs2_extent_tree.
by Joel Becker
· 16 years ago
0cf2f76
ocfs2: Pass struct ocfs2_caching_info to the journal functions.
by Joel Becker
· 16 years ago
8cb471e
ocfs2: Take the inode out of the metadata read/write paths.
by Joel Becker
· 16 years ago
60e2ec4
ocfs2: release the buffer head in ocfs2_do_truncate.
by Tao Ma
· 15 years ago
82e1264
ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records.
by Tao Ma
· 15 years ago
3c5e106
ocfs2: Add extra credits and access the modified bh in update_edge_lengths.
by Tao Ma
· 15 years ago
6b791bc
ocfs2: Adjust rightmost path in ocfs2_add_branch.
by Tao Ma
· 15 years ago
9b7895e
ocfs2: Add a name indexed b-tree to directory inodes
by Mark Fasheh
· 16 years ago
74e77eb
ocfs2: Fix a bug found by sparse check.
by Tao Ma
· 16 years ago
47be12e
ocfs2: Access and dirty the buffer_head in mark_written.
by Tao Ma
· 16 years ago
fd4ef23
ocfs2: add quota call to ocfs2_remove_btree_range()
by Mark Fasheh
· 16 years ago
c19a28e
remove lots of double-semicolons
by Fernando Carrijo
· 16 years ago
9047bea
ocfs2: Access the right buffer_head in ocfs2_merge_rec_left.
by Tao Ma
· 16 years ago
2a50a74
ocfs2: Create ocfs2_xattr_value_buf.
by Joel Becker
· 16 years ago
13723d0
ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.
by Joel Becker
· 16 years ago
ffdd7a5
ocfs2: Wrap up the common use cases of ocfs2_new_path().
by Joel Becker
· 16 years ago
d6b32bb
ocfs2: block read meta ecc.
by Joel Becker
· 16 years ago
a90714c
ocfs2: Add quota calls for allocation and freeing of inodes and space
by Jan Kara
· 16 years ago
53ef99c
ocfs2: Remove JBD compatibility layer
by Mark Fasheh
· 16 years ago
970e493
ocfs2: Validate metadata only when it's read from disk.
by Joel Becker
· 16 years ago
5e96581
ocfs2: Wrap extent block reads in a dedicated function.
by Joel Becker
· 16 years ago
10995aa
ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks.
by Joel Becker
· 16 years ago
b657c95
ocfs2: Wrap inode block reads in a dedicated function.
by Joel Becker
· 16 years ago
fecc011
ocfs2: turn __ocfs2_remove_inode_range() into ocfs2_remove_btree_range()
by Mark Fasheh
· 16 years ago
2891d29
ocfs2: Add clusters free in dealloc_ctxt.
by Tao Ma
· 16 years ago
0fcaa56
ocfs2: Simplify ocfs2_read_block()
by Joel Becker
· 16 years ago
31d3307
ocfs2: Require an inode for ocfs2_read_block(s)().
by Joel Becker
· 16 years ago
a81cb88
ocfs2: Don't check for NULL before brelse()
by Mark Fasheh
· 16 years ago
2b4e30f
ocfs2: Switch over to JBD2.
by Joel Becker
· 16 years ago
8d6220d
ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree()
by Joel Becker
· 16 years ago
1625f8a
ocfs2: Comment struct ocfs2_extent_tree_operations.
by Joel Becker
· 16 years ago
Next »