- f018844 ocfs2: remove redundant assignment to pointer root_bh by Colin Ian King · 3 years ago
- c7c14a3 ocfs2: do not zero pages beyond i_size by Jan Kara · 3 years, 2 months ago
- ae3fab5 ocfs2: fix handle refcount leak in two exception handling paths by Chenyuan Mi · 3 years, 2 months ago
- 5314454e ocfs2: fix data corruption after conversion from inline format by Jan Kara · 3 years, 2 months ago
- 01d5d96 ext4: add discard/zeroout flags to journal flush by Leah Rumancik · 3 years, 7 months ago
- fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 8 months ago
- 8dd71b2 ocfs2: fix potential soft lockup during fstrim by Gang He · 4 years, 3 months ago
- 679edeb ocfs2: delete repeated words in comments by Randy Dunlap · 4 years, 3 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- 783fda85 ocfs2: no need try to truncate file beyond i_size by Changwei Ge · 4 years, 9 months ago
- 41f4dc8 ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec" by wangyan · 4 years, 9 months ago
- cb5bc85 ocfs2: there is no need to log twice in several functions by wangyan · 4 years, 9 months ago
- 9797a90 ocfs2: Use accessor function for h_buffer_credits by Jan Kara · 5 years ago
- d7283b39 ocfs2: checkpoint appending truncate log transaction before flushing by Changwei Ge · 5 years ago
- bbd0f32 ocfs2: use jbd2_inode dirty range scoping by Joseph Qi · 5 years ago
- d8b2fa6 ocfs2: use kmemdup rather than duplicating its implementation by Fuqian Huang · 5 years ago
- 328970d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 by Thomas Gleixner · 6 years ago
- 5500ab4 ocfs2: fix the application IO timeout when fstrim is running by Gang He · 6 years ago
- 2de24cb ocfs2: remove unused pointer 'eb' by Colin Ian King · 6 years ago
- 229ba1f ocfs2: clean up some unnecessary code by wangyan · 6 years ago
- 93f5920 ocfs2: return -EROFS when filesystem becomes read-only by Jun Piao · 6 years ago
- d324cd4 ocfs2: use 'oi' instead of 'OCFS2_I()' by piaojun · 7 years ago
- 637dd20 ocfs2: add trimfs lock to avoid duplicated trims in cluster by Gang He · 7 years ago
- 71a3694 ocfs2: try to reuse extent block in dealloc without meta_alloc by Changwei Ge · 7 years ago
- d22aa61 ocfs2: clean up dead code in alloc.c by Changwei Ge · 7 years ago
- 98d6c09 ocfs2: cleanup unused func declaration and assignment by piaojun · 7 years ago
- 105ddc9 ocfs2: fstrim: Fix start offset of first cluster group during fstrim by Ashish Samant · 7 years ago
- 964f14a ocfs2: clean up some dead code by Jun Piao · 7 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 86544fb ocfs2: add newlines to some error messages by Darrick J. Wong · 8 years ago
- 84e4008 ocfs2: convert inode refcount test to a helper by Darrick J. Wong · 8 years ago
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- d5bf141 ocfs2: fix trans extend while free cached blocks by Junxiao Bi · 8 years ago
- 2b0ad00 ocfs2: fix trans extend while flush truncate log by Junxiao Bi · 8 years ago
- 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 · 9 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 · 10 years ago
- 9f99ad0 ocfs2: return error when ocfs2_figure_merge_contig_type() fails by Xue jiufei · 10 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 · 11 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 · 14 years ago
- e80de36 ocfs2: Add ocfs2_trim_fs for SSD trim support. by Tao Ma · 14 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 · 15 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