aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/buffer_head_io.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 1-15/+1
2018-12-28ocfs2: don't clear bh uptodate for block readGravatar Junxiao Bi 1-2/+0
2018-11-03ocfs2: don't put and assigning null to bh allocated outsideGravatar Changwei Ge 1-18/+59
2018-09-20ocfs2: fix ocfs2 read block panicGravatar Junxiao Bi 1-0/+1
2016-11-01block,fs: untangle fs.h and blk_types.hGravatar Christoph Hellwig 1-0/+1
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+4
2016-06-24ocfs2: disable BUG assertions in reading blocksGravatar Gang He 1-0/+5
2016-06-07fs: have submit_bh users pass in op and flags separatelyGravatar Mike Christie 1-4/+4
2015-09-04ocfs2: clear the rest of the buffers on errorGravatar Goldwyn Rodrigues 1-0/+6
2014-04-03ocfs2: do not put bh when buffer_uptodate failedGravatar alex chen 1-2/+0
2013-11-13ocfs2: return ENOMEM when sb_getblk() failsGravatar Rui Xiang 1-2/+2
2011-02-24ocfs2: Remove masklog ML_UPTODATE.Gravatar Tao Ma 1-2/+1
2011-02-24ocfs2: Remove masklog ML_BH_IO.Gravatar Tao Ma 1-24/+13
2011-03-07ocfs2: Remove EXIT from masklog.Gravatar Tao Ma 1-3/+4
2011-02-21ocfs2: Remove ENTRY from masklog.Gravatar Tao Ma 1-6/+4
2010-04-30Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Joel Becker 1-1/+0
2010-03-31ocfs2: Compute metaecc for superblocks during online resize.Gravatar Joel Becker 1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-01-25ocfs2/trivial: Remove trailing whitespacesGravatar Sunil Mushran 1-1/+1
2009-09-04ocfs2: Take the inode out of the metadata read/write paths.Gravatar Joel Becker 1-23/+24
2009-01-05ocfs2: Use BH_JBDPrivateStart instead of BH_UnshadowGravatar Mark Fasheh 1-3/+2
2009-01-05ocfs2: Validate metadata only when it's read from disk.Gravatar Joel Becker 1-1/+32
2008-12-01ocfs2: fix regression in ocfs2_read_blocks_sync()Gravatar Mark Fasheh 1-11/+4
2008-10-14ocfs2: Make cached block reads the common case.Gravatar Joel Becker 1-8/+11
2008-10-14ocfs2: Require an inode for ocfs2_read_block(s)().Gravatar Joel Becker 1-23/+12
2008-10-14ocfs2: Separate out sync reads from ocfs2_read_blocks()Gravatar Joel Becker 1-1/+83
2008-01-25ocfs2: clean up bh null checksGravatar Mark Fasheh 1-3/+3
2008-01-25[PATCH 1/2] ocfs2: Add group extend for online resizeGravatar Tao Ma 1-0/+61
2006-09-20ocfs2: implement directory read-aheadGravatar Mark Fasheh 1-23/+72
2006-03-24ocfs2: don't use MLF* in the file systemGravatar Mark Fasheh 1-5/+6
2006-02-03[OCFS2] Make ip_io_sem a mutexGravatar Mark Fasheh 1-5/+5
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemGravatar Mark Fasheh 1-0/+232