aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/buffer_head_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-15/+1
2018-12-28ocfs2: don't clear bh uptodate for block readJunxiao Bi1-2/+0
2018-11-03ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge1-18/+59
2018-09-20ocfs2: fix ocfs2 read block panicJunxiao Bi1-0/+1
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2016-06-24ocfs2: disable BUG assertions in reading blocksGang He1-0/+5
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-4/+4
2015-09-04ocfs2: clear the rest of the buffers on errorGoldwyn Rodrigues1-0/+6
2014-04-03ocfs2: do not put bh when buffer_uptodate failedalex chen1-2/+0
2013-11-13ocfs2: return ENOMEM when sb_getblk() failsRui Xiang1-2/+2
2011-02-24ocfs2: Remove masklog ML_UPTODATE.Tao Ma1-2/+1
2011-02-24ocfs2: Remove masklog ML_BH_IO.Tao Ma1-24/+13
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma1-3/+4
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma1-6/+4
2010-04-30Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2-mark into ocfs2-fixesJoel Becker1-1/+0
2010-03-31ocfs2: Compute metaecc for superblocks during online resize.Joel Becker1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-01-25ocfs2/trivial: Remove trailing whitespacesSunil Mushran1-1/+1
2009-09-04ocfs2: Take the inode out of the metadata read/write paths.Joel Becker1-23/+24
2009-01-05ocfs2: Use BH_JBDPrivateStart instead of BH_UnshadowMark Fasheh1-3/+2
2009-01-05ocfs2: Validate metadata only when it's read from disk.Joel Becker1-1/+32
2008-12-01ocfs2: fix regression in ocfs2_read_blocks_sync()Mark Fasheh1-11/+4
2008-10-14ocfs2: Make cached block reads the common case.Joel Becker1-8/+11
2008-10-14ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker1-23/+12
2008-10-14ocfs2: Separate out sync reads from ocfs2_read_blocks()Joel Becker1-1/+83
2008-01-25ocfs2: clean up bh null checksMark Fasheh1-3/+3
2008-01-25[PATCH 1/2] ocfs2: Add group extend for online resizeTao Ma1-0/+61
2006-09-20ocfs2: implement directory read-aheadMark Fasheh1-23/+72
2006-03-24ocfs2: don't use MLF* in the file systemMark Fasheh1-5/+6
2006-02-03[OCFS2] Make ip_io_sem a mutexMark Fasheh1-5/+5
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh1-0/+232