Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
d668bf0a0d73daea4eaaf748435752f52cc077aa
/
fs
/
ocfs2
/
alloc.c
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
f99b9b7
ocfs2: Make ocfs2_extent_tree the first-class representation of a tree.
by Joel Becker
· 16 years ago
1e61ee7
ocfs2: Add an insertion check to ocfs2_extent_tree_operations.
by Joel Becker
· 16 years ago
1a09f55
ocfs2: Create specific get_extent_tree functions.
by Joel Becker
· 16 years ago
943cced
ocfs2: Determine an extent tree's max_leaf_clusters in an et_op.
by Joel Becker
· 16 years ago
1c25d93
ocfs2: Use struct ocfs2_extent_tree in ocfs2_num_free_extents().
by Joel Becker
· 16 years ago
0ce1010
ocfs2: Provide the get_root_el() method to ocfs2_extent_tree_operations.
by Joel Becker
· 16 years ago
ea5efa1
ocfs2: Make 'private' into 'object' on ocfs2_extent_tree.
by Joel Becker
· 16 years ago
dc0ce61
ocfs2: Make ocfs2_extent_tree get/put instead of alloc.
by Joel Becker
· 16 years ago
ce1d9ea
ocfs2: Prefix the ocfs2_extent_tree structure.
by Joel Becker
· 16 years ago
35dc0aa
ocfs2: Prefix the extent tree operations structure.
by Joel Becker
· 16 years ago
ca12b7c
ocfs2: Optionally limit extent size in ocfs2_insert_extent()
by Tao Ma
· 16 years ago
ba49261
ocfs2: Add xattr index tree operations
by Tao Ma
· 16 years ago
fdd7770
ocfs2: reserve inline space for extended attribute
by Tiger Yang
· 16 years ago
f56654c
ocfs2: Add extent tree operation for xattr value btrees
by Tao Ma
· 16 years ago
0eb8d47
ocfs2: Make high level btree extend code generic
by Tao Ma
· 16 years ago
e7d4cb6
ocfs2: Abstract ocfs2_extent_tree in b-tree operations.
by Tao Ma
· 16 years ago
811f933
ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.
by Tao Ma
· 16 years ago
231b87d
ocfs2: Modify ocfs2_num_free_extents for future xattr usage.
by Tao Ma
· 16 years ago
00dc417
ocfs2: fiemap support
by Mark Fasheh
· 16 years ago
9d8df6a
ocfs2 endianness fixes
by Al Viro
· 16 years ago
b1f3550
ocfs2: Use BUG_ON
by Julia Lawall
· 17 years ago
4d0ddb2
ocfs2: Add inode stealing for ocfs2_reserve_new_inode
by Tao Ma
· 17 years ago
ad5a4d7
ocfs2: Enable cross extent block merge.
by Tao Ma
· 17 years ago
677b975
ocfs2: Add support for cross extent block
by Tao Ma
· 17 years ago
eebd2aa
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
by Christoph Lameter
· 17 years ago
c78bad1
fs/: Spelling fixes
by Joe Perches
· 17 years ago
e63aecb6
ocfs2: Rename ocfs2_meta_[un]lock
by Mark Fasheh
· 17 years ago
e8aed34
ocfs2: Re-journal buffers after transaction extend
by Mark Fasheh
· 17 years ago
92295d8
ocfs2: Don't panic when truncating an empty extent
by Mark Fasheh
· 17 years ago
3cf0c50
[PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c}
by Roel Kluin
· 17 years ago
5b6a3a2
ocfs2: Write support for directories with inline data
by Mark Fasheh
· 17 years ago
1afc32b
ocfs2: Write support for inline data
by Mark Fasheh
· 17 years ago
1d410a6
ocfs2: Small refactor of truncate zeroing code
by Mark Fasheh
· 17 years ago
015452b
ocfs2: Remove unused structure field
by Mark Fasheh
· 17 years ago
518d726
ocfs2: remove unused variable
by Tao Mao
· 17 years ago
c77534f
ocfs2: remove mostly unused field from insert structure
by Tao Mao
· 17 years ago
e535e2e
ocfs2: Fix calculation of i_blocks during truncate
by Mark Fasheh
· 17 years ago
6a18380
[2.6 patch] ocfs2_insert_extent(): remove dead code
by Adrian Bunk
· 17 years ago
063c456
ocfs2: support for removing file regions
by Mark Fasheh
· 17 years ago
35edec1
ocfs2: update truncate handling of partial clusters
by Mark Fasheh
· 17 years ago
d0c7d70
ocfs2: btree support for removal of arbirtrary extents
by Mark Fasheh
· 17 years ago
2ae99a6
ocfs2: Support creation of unwritten extents
by Mark Fasheh
· 18 years ago
328d575
ocfs2: btree changes for unwritten extents
by Mark Fasheh
· 17 years ago
c3afcbb
ocfs2: abstract btree growing calls
by Mark Fasheh
· 17 years ago
1f6697d
ocfs2: use all extent block suballocators
by Mark Fasheh
· 17 years ago
59a5e41
ocfs2: plug truncate into cached dealloc routines
by Mark Fasheh
· 17 years ago
2b60435
ocfs2: simplify deallocation locking
by Mark Fasheh
· 17 years ago
2e89b2e
ocfs2: take ip_alloc_sem during entire truncate
by Mark Fasheh
· 17 years ago
1ca1a11
ocfs2: fix sparse warnings in fs/ocfs2
by Mark Fasheh
· 18 years ago
8341897
ocfs2: Cache extent records
by Mark Fasheh
· 18 years ago
49cb8d2
ocfs2: Read from an unwritten extent returns zeros
by Mark Fasheh
· 18 years ago
e48edee
ocfs2: make room for unwritten extents flag
by Mark Fasheh
· 18 years ago
fa41045
ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate()
by Mark Fasheh
· 18 years ago
60b1139
ocfs2: zero tail of sparse files on truncate
by Mark Fasheh
· 18 years ago
3a0782d
ocfs2: teach extend/truncate about sparse files
by Mark Fasheh
· 18 years ago
363041a
ocfs2: temporarily remove extent map caching
by Mark Fasheh
· 18 years ago
dcd0538
ocfs2: sparse b-tree support
by Mark Fasheh
· 18 years ago
cd86128
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
by Robert P. J. Day
· 18 years ago
9db7372
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
1fabe14
ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t
by Mark Fasheh
· 18 years ago
65eff9c
ocfs2: remove handle argument to ocfs2_start_trans()
by Mark Fasheh
· 18 years ago
02dc1af
ocfs2: pass ocfs2_super * into ocfs2_commit_trans()
by Mark Fasheh
· 18 years ago
4bcec18
ocfs2: remove unused handle argument from ocfs2_meta_lock_full()
by Mark Fasheh
· 18 years ago
e08dc8b
ocfs2: don't pass handle to ocfs2_meta_lock() in __ocfs2_flush_truncate_log()
by Mark Fasheh
· 18 years ago
1fc5814
ocfs2: have ocfs2_extend_trans() take handle_t
by Mark Fasheh
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
eb35746
ocfs2: Remove overzealous BUG_ON()
by Mark Fasheh
· 18 years ago
b069705
ocfs2: don't use MLF* in the file system
by Mark Fasheh
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
ccd979b
[PATCH] OCFS2: The Second Oracle Cluster Filesystem
by Mark Fasheh
· 19 years ago