Eric Ren
|
2070ad1aeb
ocfs2: retry on ENOSPC if sufficient space in truncate log
|
9 years ago |
piaojun
|
c14688ea24
ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_rec
|
9 years ago |
Kirill A. Shutemov
|
09cbfeaf1a
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
|
9 years ago |
Xue jiufei
|
102c2595aa
ocfs2: extend enough credits for freeing one truncate record while replaying truncate records
|
9 years ago |
Xue jiufei
|
1721598985
ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_edge_lengths() before to avoid inconsistency between inode and et
|
9 years ago |
jiangyiwen
|
35ddf78e41
ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local
|
9 years ago |
Al Viro
|
5955102c99
wrappers for ->i_mutex access
|
9 years ago |
Joseph Qi
|
72865d9230
ocfs2: clean up redundant NULL check before iput
|
9 years ago |
Julia Lawall
|
9e62dc096e
ocfs2: constify ocfs2_extent_tree_operations structures
|
9 years ago |
Joseph Qi
|
46359295a3
ocfs2: clean up redundant NULL checks before kfree
|
10 years ago |
Joe Perches
|
7ecef14ab1
ocfs2: neaten do_error, ocfs2_error and ocfs2_abort
|
10 years ago |
Xue jiufei
|
d0c97d52f5
ocfs2: do not set fs read-only if rec[0] is empty while committing truncate
|
10 years ago |
Goldwyn Rodrigues
|
17a5b9ab32
ocfs2: acknowledge return value of ocfs2_error()
|
10 years ago |
Xue jiufei
|
099768b0c6
ocfs2: remove BUG_ON(!empty_extent) in __ocfs2_rotate_tree_left()
|
10 years ago |
Xue jiufei
|
9f99ad0861
ocfs2: return error when ocfs2_figure_merge_contig_type() fails
|
10 years ago |
Markus Elfring
|
629a3b5f0b
ocfs2: one function call less in ocfs2_merge_rec_right() after error detection
|
10 years ago |
Markus Elfring
|
992ef6e794
ocfs2: one function call less in ocfs2_merge_rec_left() after error detection
|
10 years ago |
Markus Elfring
|
06a269ccdf
ocfs2: less function calls in ocfs2_figure_merge_contig_type() after error detection
|
10 years ago |
Markus Elfring
|
3cc79b795b
ocfs2: less function calls in ocfs2_convert_inline_data_to_extents() after error detection
|
10 years ago |
Markus Elfring
|
fd90d4dfb9
ocfs2: delete unnecessary checks before three function calls
|
10 years ago |
alex chen
|
15eba0fe3e
ocfs2: fix journal commit deadlock in ocfs2_convert_inline_data_to_extents
|
10 years ago |
Junxiao Bi
|
f62f12b3a4
ocfs2: reflink: fix slow unlink for refcounted file
|
10 years ago |
Yingtai Xie
|
981035b47d
ocfs2: correctly check the return value of ocfs2_search_extent_list
|
11 years ago |
Xue jiufei
|
a9e9acaeb0
ocfs2: fix umount hang while shutting down truncate log
|
11 years ago |
Darrick J. Wong
|
6fdb702d62
ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode
|
11 years ago |
Darrick J. Wong
|
2931cdcb49
ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file
|
11 years ago |
Younger Liu
|
d62e74be12
ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_size
|
11 years ago |
Zongxun Wang
|
fb951eb5e1
ocfs2: free allocated clusters if error occurs after ocfs2_claim_clusters
|
11 years ago |
Jie Liu
|
aa89762c54
ocfs2: return EINVAL if the given range to discard is less than block size
|
11 years ago |
Rui Xiang
|
7391a294b8
ocfs2: return ENOMEM when sb_getblk() fails
|
12 years ago |