summaryrefslogtreecommitdiff
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAge
...
* | xfs: make use of xfs_calc_buf_res() in xfs_trans.cJeff Liu2013-02-01
* | xfs: add a helper to figure out the space log reservation per itemJeff Liu2013-02-01
* | xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()Torsten Kaiser2013-01-28
* | xfs: Fix possible use-after-free with AIOJan Kara2013-01-26
* | xfs: fix shutdown hang on invalid inode during createDave Chinner2013-01-26
* | xfs: limit speculative prealloc near ENOSPC thresholdsDave Chinner2013-01-24
* | xfs: fix _xfs_buf_find oops on blocks beyond the filesystem endDave Chinner2013-01-24
* | xfs: fix fs/xfs/xfs_log.c:1740:39: error: 'B_TRUE' undeclaredBen Myers2013-01-18
* | xfs: pull up stack_switch check into xfs_bmapi_writeBrian Foster2013-01-17
* | xfs: Remove boolean_t typedef completely.Thiago Farina2013-01-17
* | xfs: Do not return EFSCORRUPTED when filesystem probe finds no XFS magicEric Sandeen2013-01-16
* | fs/xfs remove obsolete simple_strto<foo>Abhijit Pawar2013-01-13
* | xfs: recalculate leaf entry pointer after compacting a dir2 blockEric Sandeen2013-01-13
* | xfs: don't zero structure members after a memset(0)Eric Sandeen2013-01-03
* | xfs: remove int casts from debug dquot soft limit timer assertsBrian Foster2013-01-03
* | xfs remove the XFS_TRANS_DEBUG routinesMark Tinguely2012-12-17
* | xfs: fix the multi-segment log buffer formatMark Tinguely2012-12-17
* | xfs: fix segment in xfs_buf_item_format_segmentMark Tinguely2012-12-17
* | xfs: rename bli_format to avoid confusion with bli_formatsMark Tinguely2012-12-17
* | xfs: use b_maps[] for discontiguous buffersMark Tinguely2012-12-17
|/
* xfs: fix sparse reported log CRC endian issueDave Chinner2012-12-03
* xfs: fix stray dquot unlock when reclaiming dquotsDave Chinner2012-11-29
* xfs: fix direct IO nested transaction deadlock.Dave Chinner2012-11-29
* xfs: byte range granularity for XFS_IOC_ZERO_RANGEDave Chinner2012-11-29
* xfs: inode allocation should use unmapped buffers.Dave Chinner2012-11-26
* xfs: add CRC checks to the logChristoph Hellwig2012-11-19
* xfs: add CRC infrastructureChristoph Hellwig2012-11-19
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-15
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-15
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-15
* xfs: add buffer pre-write callbackDave Chinner2012-11-15
* xfs: Add verifiers to dir2 data readahead.Dave Chinner2012-11-15
* xfs: add xfs_da_node verificationDave Chinner2012-11-15
* xfs: factor and verify attr leaf readsDave Chinner2012-11-15
* xfs: factor dir2 leaf readDave Chinner2012-11-15
* xfs: factor out dir2 data block readingDave Chinner2012-11-15
* xfs: factor dir2 free block readingDave Chinner2012-11-15
* xfs: verify dir2 block format buffersDave Chinner2012-11-15
* xfs: factor dir2 block read operationsDave Chinner2012-11-15
* xfs: add verifier callback to directory read codeDave Chinner2012-11-15
* xfs: verify dquot blocks as they are read from diskDave Chinner2012-11-15
* xfs: verify btree blocks as they are read from diskDave Chinner2012-11-15
* xfs: verify inode buffers as they are read from diskDave Chinner2012-11-15
* xfs: verify AGFL blocks as they are read from diskDave Chinner2012-11-15
* xfs: verify AGI blocks as they are read from diskDave Chinner2012-11-15
* xfs: verify AGF blocks as they are read from diskDave Chinner2012-11-15
* xfs: verify superblocks as they are read from diskDave Chinner2012-11-15
* xfs: uncached buffer reads need to return an errorDave Chinner2012-11-15
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-15
* xfs: remove xfs_flushinval_pagesDave Chinner2012-11-14