- fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 8 months ago
- 7c908ae ocfs2: simplify the calculation of variables by Jiapeng Chong · 3 years, 10 months ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- 185a732 ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refcount_cache_unlock() by Jules Irenge · 4 years, 9 months ago
- 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
- e6a9467 ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock by Darrick J. Wong · 6 years ago
- c2aa1a4 Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
- 65f098e ocfs2: remove ocfs2_reflink_remap_range by Darrick J. Wong · 6 years ago
- 900611a ocfs2: support partial clone range and dedupe range by Darrick J. Wong · 6 years ago
- a8a9430 ocfs2: fix pagecache truncation prior to reflink by Darrick J. Wong · 6 years ago
- 2587b1f ocfs2: truncate page cache for clone destination file before remapping by Darrick J. Wong · 6 years ago
- 8c5c836 vfs: clean up generic_remap_file_range_prep return value by Darrick J. Wong · 6 years ago
- 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
- a91ae49b vfs: pass remap flags to generic_remap_file_range_prep by Darrick J. Wong · 6 years ago
- a83ab01 vfs: rename vfs_clone_file_prep to be more descriptive by Darrick J. Wong · 6 years ago
- 1383a7e vfs: check file ranges before cloning files by Darrick J. Wong · 6 years ago
- 867632d6 ocfs2: remove set but not used variable 'rb' by YueHaibing · 6 years ago
- 69eb776 ocfs2: fix crash in ocfs2_duplicate_clusters_by_page() by Larry Chen · 6 years ago
- e438302 ocfs2: take inode cluster lock before moving reflinked inode from orphan dir by Ashish Samant · 7 years ago
- d324cd4 ocfs2: use 'oi' instead of 'OCFS2_I()' by piaojun · 7 years ago
- 1119d3c ocfs2: use 'osb' instead of 'OCFS2_SB()' by piaojun · 7 years ago
- 964f14a ocfs2: clean up some dead code by Jun Piao · 7 years ago
- 22725ce vfs: fix isize/pos/len checks for reflink & dedupe by Darrick J. Wong · 8 years ago
- 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 4131d53 ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree() by Ashish Samant · 8 years ago
- 29ac8e8 ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features by Darrick J. Wong · 8 years ago
- 86e5943 ocfs2: charge quota for reflinked blocks by Darrick J. Wong · 8 years ago
- 3e10b79 ocfs2: budget for extent tree splits when adding refcount flag by Darrick J. Wong · 8 years ago
- 84e4008 ocfs2: convert inode refcount test to a helper by Darrick J. Wong · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- c25a1e0 ocfs2: fix posix_acl_create deadlock by Junxiao Bi · 9 years ago
- ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 262d8a8 ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page() by Joseph Qi · 9 years ago
- 7ecef14 ocfs2: neaten do_error, ocfs2_error and ocfs2_abort by Joe Perches · 9 years ago
- 17a5b9a ocfs2: acknowledge return value of ocfs2_error() by Goldwyn Rodrigues · 9 years ago
- 9c89fe0 ocfs2: Handle error from dquot_initialize() by Jan Kara · 9 years ago
- a612543 ocfs2: use swap() in swap_refcount_rec() by Fabian Frederick · 10 years ago
- 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- e073fc5 ocfs2: dereferencing freed pointers in ocfs2_reflink() by Dan Carpenter · 10 years ago
- d9510a2 ocfs2: remove pointless assignment from ocfs2_calc_refcount_meta_credits() by Jan Kara · 10 years ago
- 981035b ocfs2: correctly check the return value of ocfs2_search_extent_list by Yingtai Xie · 10 years ago
- 8a8ad1c ocfs2: refcount: take rw_lock in ocfs2_reflink by Wengang Wang · 11 years ago
- b3821c3 ocfs2: remove some redundant casting by George Spelvin · 11 years ago
- 702e5bc ocfs2: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
- 5879620 ocfs2: add necessary check in case sb_getblk() fails by Rui Xiang · 11 years ago
- 7391a29 ocfs2: return ENOMEM when sb_getblk() fails by Rui Xiang · 11 years ago
- 06f9da6 fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits by Goldwyn Rodrigues · 11 years ago
- 2b0f6ea ocfs2: add missing return value check of ocfs2_get_clusters() by Joseph Qi · 11 years ago
- c7dd339 ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_page by Tiger Yang · 11 years ago
- 62c6104 ocfs2/refcounttree: add the missing NULL check of the return value of find_or_create_page() by Gu Zheng · 11 years ago
- d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- 488c8ef ocfs2: Compare kuids and kgids using uid_eq and gid_eq by Eric W. Biederman · 12 years ago
- a8104a9 pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp. by Al Viro · 12 years ago
- 921a165 new helper: done_path_create() by Al Viro · 12 years ago
- 28748b3 ocfs2: ->rl_count endianness breakage by Al Viro · 13 years ago
- e1bf4cc ocfs: ->rl_used breakage on big-endian by Al Viro · 13 years ago
- 3a251f0 ocfs2: ->l_next_free_req breakage on big-endian by Al Viro · 13 years ago
- dae6ad8 new helpers: kern_path_create/user_path_create by Al Viro · 14 years ago
- 3e19a25 Ocfs2/refcounttree: Publicize couple of funcs from refcounttree.c by Tristan Ye · 14 years ago
- 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
- 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 14 years ago
- 03e4970 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
- 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
- c9c6cac kill path_lookup() by Al Viro · 14 years ago
- fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 14 years ago
- 198aac2 ocfs2: Remove masklog ML_REFCOUNT. by Tao Ma · 14 years ago
- acf3bb0 Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a right number. by Tristan Ye · 14 years ago
- 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 14 years ago
- fc37189 Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-merge-window by Joel Becker · 14 years ago
- 07eaac9 ocfs2: Fix lockdep warning in reflink. by Tao Ma · 14 years ago
- 729963a Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into merge-2 by Joel Becker · 14 years ago
- 9b4c0ff ocfs2: Fix deadlock when allocating page by Jan Kara · 14 years ago
- 6ea4843f ocfs2: Add readhead during CoW. by Tao Ma · 14 years ago
- 7b61cf5 ocfs2: Add readahead support for CoW. by Tao Ma · 15 years ago
- 1550271 ocfs2: Add struct file to ocfs2_refcount_cow. by Tao Ma · 14 years ago
- 8a2e70c ocfs2: Count more refcount records in file system fragmentation. by Tao Ma · 14 years ago
- f5e27b6 ocfs2: Don't duplicate pages past i_size during CoW. by Tao Ma · 14 years ago
- 5693486 ocfs2: Zero the tail cluster when extending past i_size. by Joel Becker · 14 years ago
- 03e6230 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 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
- 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
- ec20cec ocfs2: Make ocfs2_journal_dirty() void. by Joel Becker · 15 years ago
- f9221fd Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2-mark into ocfs2-fixes by Joel Becker · 15 years ago
- c21a534 ocfs2: Update VFS inode's id info after reflink. by Tao Ma · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 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
- 6527f8f ocfs2: Update i_blocks in reflink operations. by Tao Ma · 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
- 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 15 years ago
- b89c542 ocfs2: add extent block stealing for ocfs2 v5 by Tiger Yang · 15 years ago
- 0a1ea43 ocfs2: Only bug out when page size is larger than cluster size. by Tao Ma · 15 years ago
- d622b89 ocfs2: Fix memory overflow in cow_by_page. by Tao Ma · 15 years ago