Commit Graph

75 Commits (f4e420dc423148fba637af1ab618fa8896dfb2d6)

Author SHA1 Message Date
Tao Ma 0a463b74e7 ocfs2: Remove the redundant cpu_to_le64. 15 years ago
Joel Becker 18d3a98f3c ocfs2: Silence a gcc warning. 15 years ago
Mark Fasheh a57c8fd2ad ocfs2: remove ocfs2_local_alloc_in_range() 15 years ago
Mark Fasheh 33d5d380d6 ocfs2: allocate btree internal block groups from the global bitmap 15 years ago
Mark Fasheh e3b4a97dbe ocfs2: use allocation reservations for directory data 15 years ago
Joel Becker ec20cec7a3 ocfs2: Make ocfs2_journal_dirty() void. 15 years ago
Mark Fasheh b4414eea0e ocfs2: Clear undo bits when local alloc is freed 15 years ago
Tao Ma abf1b3cb5b ocfs2: Set ac_last_group properly with discontig group. 15 years ago
Tao Ma 74380c479a ocfs2: Free block to the right block group. 15 years ago
Tao Ma 8571882c21 ocfs2: ocfs2_group_bitmap_size has to handle old volume. 15 years ago
Tao Ma 4711954eaa ocfs2: Some tiny bug fixes for discontiguous block allocation. 15 years ago
Joel Becker 95ec0adf0b ocfs2: Don't relink cluster groups when allocating discontig block groups 15 years ago
Joel Becker 8b06bc592e ocfs2: Grow discontig block groups in one transaction. 15 years ago
Joel Becker 2b6cb576aa ocfs2: Set suballoc_loc on allocated metadata. 15 years ago
Joel Becker ba2066351b ocfs2: Return allocated metadata blknos on the ocfs2_suballoc_result. 15 years ago
Joel Becker 1ed9b777f7 ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument. 15 years ago
Joel Becker 13e434cf0c ocfs2: Trim suballocations if they cross discontiguous regions 15 years ago
Joel Becker aa8f8e93c8 ocfs2: ocfs2_claim_suballoc_bits() doesn't need an osb argument. 15 years ago
Joel Becker 7d1fe093bf ocfs2: Pass suballocation results back via a structure. 15 years ago
Joel Becker 798db35f46 ocfs2: Allocate discontiguous block groups. 15 years ago
Joel Becker 4cbe4249d6 ocfs2: Define data structures for discontiguous block groups. 15 years ago
Tao Ma 78c37eb0d5 ocfs2: Change bg_chain check for ocfs2_validate_gd_parent. 15 years ago
Tiger Yang b89c54282d ocfs2: add extent block stealing for ocfs2 v5 15 years ago
Joel Becker 3d03a305de ocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_block(). 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
Sunil Mushran 94e41ecfe0 ocfs2: Pin journal head before accessing jh->b_committed_data 16 years ago
Joel Becker 5b09b507da ocfs2: Fix some printk() warnings. 16 years ago
Tao Ma 0fba813748 ocfs2: Fix 2 warning during ocfs2 make. 16 years ago
wengang wang 6ca497a83e ocfs2: fix rare stale inode errors when exporting via nfs 16 years ago
Tao Ma feb473a6e8 ocfs2: Optimize inode group allocation by recording last used group. 16 years ago
Tao Ma 60ca81e82d ocfs2: Allocate inode groups from global_bitmap. 16 years ago
Tao Ma 138211515c ocfs2: Optimize inode allocation by remembering last group 16 years ago
Joel Becker 13723d00e3 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. 16 years ago
Joel Becker d6b32bbb3e ocfs2: block read meta ecc. 16 years ago
Joel Becker 970e4936d7 ocfs2: Validate metadata only when it's read from disk. 16 years ago
Joel Becker 4203530613 ocfs2: Morph the haphazard OCFS2_IS_VALID_GROUP_DESC() checks. 16 years ago
Joel Becker 68f64d471b ocfs2: Wrap group descriptor reads in a dedicated function. 16 years ago
Joel Becker 57e3e79711 ocfs2: Consolidate validation of group descriptors. 16 years ago
Joel Becker 10995aa245 ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks. 16 years ago
Joel Becker 0fcaa56a2a ocfs2: Simplify ocfs2_read_block() 17 years ago
Joel Becker 31d33073ca ocfs2: Require an inode for ocfs2_read_block(s)(). 17 years ago
Mark Fasheh a81cb88b64 ocfs2: Don't check for NULL before brelse() 17 years ago
Joel Becker 12462f1d9f ocfs2: Add the 'inode64' mount option. 17 years ago
Joel Becker 1187c96885 ocfs2: Limit inode allocation to 32bits. 17 years ago
Joel Becker f99b9b7ccf ocfs2: Make ocfs2_extent_tree the first-class representation of a tree. 17 years ago
Tiger Yang cf1d6c763f ocfs2: Add extended attribute support 17 years ago
Tao Ma f56654c435 ocfs2: Add extent tree operation for xattr value btrees 17 years ago
Tao Ma e7d4cb6bc1 ocfs2: Abstract ocfs2_extent_tree in b-tree operations. 17 years ago
Tao Ma 811f933df1 ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode. 17 years ago