Commit Graph

170 Commits (b5e8d269d814763d597ccc0108d1fa6639ad35a1)

Author SHA1 Message Date
Tao Ma 10fca35ff1 ocfs2: Add trace event for trim. 14 years ago
Tao Ma e80de36d8d ocfs2: Add ocfs2_trim_fs for SSD trim support. 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Tao Ma 81bad69749 ocfs2: Remove DISK_ALLOC from masklog. 14 years ago
Tao Ma a09d09b8f8 ocfs2: Remove mlog(0) from fs/ocfs2/alloc.c 14 years ago
Tao Ma c1e8d35ef5 ocfs2: Remove EXIT from masklog. 14 years ago
Tao Ma ef6b689b63 ocfs2: Remove ENTRY from masklog. 14 years ago
Tao Ma aecf586619 ocfs2: Remove unused truncate function from alloc.c 14 years ago
Tao Ma 50308d813b ocfs2: Try to free truncate log when meeting ENOSPC in write. 14 years ago
Jan Kara 9b4c0ff32c ocfs2: Fix deadlock when allocating page 15 years ago
Tristan Ye ee149a7c6c Ocfs2: Make ocfs2_find_cpos_for_left_leaf() public. 15 years ago
Tristan Ye 78f94673d7 Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead. 15 years ago
Tao Ma c901fb0073 ocfs2: Make ocfs2_extend_trans() really extend. 15 years ago
Mark Fasheh 4fe370afaa ocfs2: use allocation reservations during file write 15 years ago
Joel Becker ec20cec7a3 ocfs2: Make ocfs2_journal_dirty() void. 15 years ago
Tao Ma 74380c479a ocfs2: Free block to the right block group. 15 years ago
Joel Becker 2b6cb576aa ocfs2: Set suballoc_loc on allocated metadata. 15 years ago
Joel Becker 1ed9b777f7 ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument. 15 years ago
Christoph Hellwig 5dd4056db8 dquot: cleanup space allocation / freeing routines 15 years ago
Tiger Yang b89c54282d ocfs2: add extent block stealing for ocfs2 v5 15 years ago
Christoph Hellwig 2cfd30adf6 ocfs: stop using do_sync_mapping_range 15 years ago
André Goddard Rosa af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
Tao Ma 38a04e4327 ocfs2: Find proper end cpos for a leaf refcount block. 15 years ago
Tao Ma c18b812d12 ocfs2: Make transaction extend more efficient. 16 years ago
Tao Ma 6ae23c5555 ocfs2: CoW refcount tree improvement. 16 years ago
Tao Ma 6f70fa5199 ocfs2: Add CoW support. 16 years ago
Tao Ma bcbbb24a6a ocfs2: Decrement refcount when truncating refcounted extents. 16 years ago
Tao Ma 1aa75fea64 ocfs2: Add functions for extents refcounted. 16 years ago
Tao Ma 1823cb0b9f ocfs2: Add support of decrementing refcount for delete. 16 years ago
Tao Ma e2e9f6082b ocfs2: move tree path functions to alloc.h. 16 years ago
Tao Ma fe92441595 ocfs2: Add refcount b-tree as a new extent tree. 16 years ago
Tao Ma 555936bfcb ocfs2: Abstract extent split process. 16 years ago
Tao Ma 853a3a1439 ocfs2: Wrap ocfs2_extent_contig in ocfs2_extent_tree. 16 years ago
Joel Becker 5e404e9ed1 ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree(). 16 years ago
Joel Becker a1cf076ba9 ocfs2: __ocfs2_mark_extent_written() doesn't need struct inode. 16 years ago
Joel Becker f3868d0fa2 ocfs2: Teach ocfs2_replace_extent_rec() to use an extent_tree. 16 years ago
Joel Becker d231129f44 ocfs2: ocfs2_split_and_insert() no longer needs struct inode. 16 years ago
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