Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0364a8824c020f12e2d5e9fad963685b58f7574e
/
fs
/
ocfs2
/
alloc.c
2070ad1
ocfs2: retry on ENOSPC if sufficient space in truncate log
by Eric Ren
· 8 years ago
c14688e
ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_rec
by piaojun
· 8 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
102c259
ocfs2: extend enough credits for freeing one truncate record while replaying truncate records
by Xue jiufei
· 9 years ago
1721598
ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_edge_lengths() before to avoid inconsistency between inode and et
by Xue jiufei
· 9 years ago
35ddf78
ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local
by jiangyiwen
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
72865d9
ocfs2: clean up redundant NULL check before iput
by Joseph Qi
· 9 years ago
9e62dc0
ocfs2: constify ocfs2_extent_tree_operations structures
by Julia Lawall
· 9 years ago
4635929
ocfs2: clean up redundant NULL checks before kfree
by Joseph Qi
· 9 years ago
7ecef14
ocfs2: neaten do_error, ocfs2_error and ocfs2_abort
by Joe Perches
· 9 years ago
d0c97d5
ocfs2: do not set fs read-only if rec[0] is empty while committing truncate
by Xue jiufei
· 9 years ago
17a5b9a
ocfs2: acknowledge return value of ocfs2_error()
by Goldwyn Rodrigues
· 9 years ago
099768b
ocfs2: remove BUG_ON(!empty_extent) in __ocfs2_rotate_tree_left()
by Xue jiufei
· 9 years ago
9f99ad0
ocfs2: return error when ocfs2_figure_merge_contig_type() fails
by Xue jiufei
· 9 years ago
629a3b5
ocfs2: one function call less in ocfs2_merge_rec_right() after error detection
by Markus Elfring
· 10 years ago
992ef6e
ocfs2: one function call less in ocfs2_merge_rec_left() after error detection
by Markus Elfring
· 10 years ago
06a269cc
ocfs2: less function calls in ocfs2_figure_merge_contig_type() after error detection
by Markus Elfring
· 10 years ago
3cc79b7
ocfs2: less function calls in ocfs2_convert_inline_data_to_extents() after error detection
by Markus Elfring
· 10 years ago
fd90d4df
ocfs2: delete unnecessary checks before three function calls
by Markus Elfring
· 10 years ago
15eba0f
ocfs2: fix journal commit deadlock in ocfs2_convert_inline_data_to_extents
by alex chen
· 10 years ago
f62f12b
ocfs2: reflink: fix slow unlink for refcounted file
by Junxiao Bi
· 10 years ago
981035b
ocfs2: correctly check the return value of ocfs2_search_extent_list
by Yingtai Xie
· 10 years ago
a9e9aca
ocfs2: fix umount hang while shutting down truncate log
by Xue jiufei
· 10 years ago
6fdb702
ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode
by Darrick J. Wong
· 11 years ago
2931cdc
ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file
by Darrick J. Wong
· 11 years ago
d62e74b
ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_size
by Younger Liu
· 11 years ago
fb951eb
ocfs2: free allocated clusters if error occurs after ocfs2_claim_clusters
by Zongxun Wang
· 11 years ago
aa89762
ocfs2: return EINVAL if the given range to discard is less than block size
by Jie Liu
· 11 years ago
7391a29
ocfs2: return ENOMEM when sb_getblk() fails
by Rui Xiang
· 11 years ago
33add0e
ocfs2: fix mutex_unlock and possible memory leak in ocfs2_remove_btree_range
by Joseph Qi
· 11 years ago
d787ab0
ocfs2: remove kfree() redundant null checks
by Tim Gardner
· 12 years ago
3a251f0
ocfs2: ->l_next_free_req breakage on big-endian
by Al Viro
· 13 years ago
b8a0ae5
ocfs2: Commit transactions in error cases -v2
by Wengang Wang
· 13 years ago
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
· 15 years ago
78f9467
Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead.
by Tristan Ye
· 15 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
Next »