aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/extent_map.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-2/+2
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepGravatar Christoph Hellwig 1-4/+1
2020-06-03fs: move fiemap range validation into the file systems instancesGravatar Christoph Hellwig 1-1/+2
2019-09-24ocfs2: delete unnecessary checks before brelse()Gravatar Markus Elfring 1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405Gravatar Thomas Gleixner 1-14/+1
2018-01-31ocfs2: add ocfs2_overwrite_io()Gravatar Gang He 1-0/+45
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortGravatar Joe Perches 1-10/+12
2013-09-11ocfs2: fix the end cluster offset of FIEMAPGravatar Jie Liu 1-1/+0
2013-09-11ocfs2: use i_size_read() to access i_sizeGravatar Junxiao Bi 1-5/+5
2013-05-24ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()Gravatar Joseph Qi 1-1/+1
2013-02-21ocfs2: remove kfree() redundant null checksGravatar Tim Gardner 1-2/+1
2012-12-17lseek: the "whence" argument is called "whence"Gravatar Andrew Morton 1-6/+6
2012-07-03ocfs2: for SEEK_DATA/SEEK_HOLE, return internal error unchanged if ocfs2_get_...Gravatar Jeff Liu 1-2/+0
2011-07-25ocfs2: Implement llseek()Gravatar Sunil Mushran 1-0/+96
2011-02-22ocfs2: Remove masklog ML_EXTENT_MAP.Gravatar Tao Ma 1-3/+2
2011-03-07ocfs2: Remove EXIT from masklog.Gravatar Tao Ma 1-1/+0
2011-02-21ocfs2: Remove ENTRY from masklog.Gravatar Tao Ma 1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-02-09tree-wide: Assorted spelling fixesGravatar Daniel Mack 1-1/+1
2010-02-05ocfs2: Fix contiguousness check in ocfs2_try_to_merge_extent_map()Gravatar Roel Kluin 1-1/+1
2009-12-23Ocfs2: Let ocfs2 support fiemap for symlink and fast symlink.Gravatar Tristan Ye 1-4/+19
2009-12-17ocfs2: Use FIEMAP_EXTENT_SHAREDGravatar Sunil Mushran 1-0/+2
2009-09-22ocfs2: Return extent flags for xattr value tree.Gravatar Tao Ma 1-1/+5
2009-09-22ocfs2: Add support for incrementing refcount in the tree.Gravatar Tao Ma 1-7/+8
2009-09-04ocfs2: ocfs2_find_path() only needs the caching infoGravatar Joel Becker 1-2/+4
2009-09-04ocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_block().Gravatar Joel Becker 1-2/+2
2009-09-04ocfs2: Take the inode out of the metadata read/write paths.Gravatar Joel Becker 1-2/+2
2009-01-05ocfs2: Wrap virtual block reads in ocfs2_read_virt_blocks()Gravatar Joel Becker 1-0/+71
2009-01-05ocfs2: Wrap extent block reads in a dedicated function.Gravatar Joel Becker 1-18/+5
2009-01-05ocfs2: Wrap inode block reads in a dedicated function.Gravatar Joel Becker 1-1/+1
2008-10-14ocfs2: Simplify ocfs2_read_block()Gravatar Joel Becker 1-5/+3
2008-10-14ocfs2: Require an inode for ocfs2_read_block(s)().Gravatar Joel Becker 1-6/+6
2008-10-13ocfs2: Add extent tree operation for xattr value btreesGravatar Tao Ma 1-0/+60
2008-10-03ocfs2: fiemap supportGravatar Mark Fasheh 1-53/+293
2007-10-12ocfs2: Read support for inline dataGravatar Mark Fasheh 1-0/+6
2007-07-10ocfs2: btree changes for unwritten extentsGravatar Mark Fasheh 1-31/+0
2007-07-10[PATCH] ocfs2: use list_for_each_entry where beneficalGravatar Christoph Hellwig 1-7/+3
2007-04-26ocfs2: Cache extent recordsGravatar Mark Fasheh 1-0/+255
2007-04-26ocfs2: Fix extent lookup to return true size of holesGravatar Mark Fasheh 1-4/+103
2007-04-26ocfs2: Read from an unwritten extent returns zerosGravatar Mark Fasheh 1-3/+11
2007-04-26ocfs2: make room for unwritten extents flagGravatar Mark Fasheh 1-4/+15
2007-04-26ocfs2: teach ocfs2_file_aio_write() about sparse filesGravatar Mark Fasheh 1-2/+2
2007-04-26ocfs2: temporarily remove extent map cachingGravatar Mark Fasheh 1-943/+81
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-1/+1
2006-06-29ocfs2: silence -EEXIST from ocfs2_extent_map_insert/lookupGravatar Joel Becker 1-7/+22
2006-05-17ocfs2: fix gfp mask in some file system pathsGravatar Sunil Mushran 1-3/+3
2006-03-24ocfs2: don't use MLF* in the file systemGravatar Mark Fasheh 1-17/+17
2006-03-01ocfs2: Respond to on-disk corruption in the extent map code.Gravatar Joel Becker 1-2/+36
2006-02-03[PATCH] BUG_ON() Conversion in fs/ocfs2/Gravatar Eric Sesterhenn / snakebyte 1-6/+4