summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2013-05-24xfs: remote attribute lookups require the value lengthDave Chinner
2013-05-24xfs: xfs_attr_shortform_allfit() does not handle attr3 format.Dave Chinner
2013-05-24xfs: xfs_da3_node_read_verify() doesn't handle XFS_ATTR3_LEAF_MAGICDave Chinner
2013-05-24xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner
2013-05-24xfs: Don't reference the EFI after it is freedDave Chinner
2013-05-24xfs: fix rounding in xfs_free_file_spaceDave Chinner
2013-05-24xfs: fix sub-page blocksize data integrity writesDave Chinner
2013-05-09Merge tag 'for-linus-v3.10-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-07xfs: fallback to vmalloc for large buffers in xfs_compat_attrlist_by_handleEric Sandeen
2013-05-07xfs: fallback to vmalloc for large buffers in xfs_attrlist_by_handleEric Sandeen
2013-05-07xfs: introduce CONFIG_XFS_WARNDave Chinner
2013-05-02Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-05-01xfs: fix da node magic number mismatchesDave Chinner
2013-05-01xfs: Remote attr validation fixes and optimisationsDave Chinner
2013-04-30xfs: Teach dquot recovery about CONFIG_XFS_QUOTADave Chinner
2013-04-27xfs: implement extended feature masksDave Chinner
2013-04-27xfs: add CRC checks to the superblockDave Chinner
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner
2013-04-27xfs: add buffer types to directory and attribute buffersDave Chinner
2013-04-27xfs: add CRC protection to remote attributesDave Chinner
2013-04-27xfs: split remote attribute code outDave Chinner
2013-04-27xfs: add CRCs to attr leaf blocksDave Chinner
2013-04-27xfs: add CRCs to dir2/da node blocksDave Chinner
2013-04-27xfs: shortform directory offsets change for dir3 formatDave Chinner
2013-04-27xfs: add CRC checking to dir2 leaf blocksDave Chinner
2013-04-27xfs: add CRC checking to dir2 data blocksDave Chinner
2013-04-27xfs: add CRC checking to dir2 free blocksDave Chinner
2013-04-27xfs: add CRC checks to block format directory blocksDave Chinner
2013-04-27xfs: add CRC checks to remote symlinksDave Chinner
2013-04-21xfs: split out symlink code into it's own file.Dave Chinner
2013-04-21xfs: add version 3 inode format with CRCsChristoph Hellwig
2013-04-21xfs: add CRC checks for quota blocksChristoph Hellwig
2013-04-21xfs: add CRC checks to the AGIDave Chinner
2013-04-21xfs: add CRC checks to the AGFLChristoph Hellwig
2013-04-21xfs: add CRC checks to the AGFDave Chinner
2013-04-21xfs: add support for large btree blocksChristoph Hellwig
2013-04-21xfs: increase hexdump output in xfs_corruption_errorDave Chinner
2013-04-16xfs: Update xfs_log_commit_cil() commentsJeff Liu
2013-04-16xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macrosJeff Liu
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro
2013-04-05xfs: don't free EFIs before the EFDs are committedDave Chinner
2013-04-03xfs: Add ratelimited printk for different alert levelsRich Johnston
2013-03-22xfs: Fix WARN_ON(delalloc) in xfs_vm_releasepage()Jan Kara
2013-03-22xfs: xfs_iomap_prealloc_size() tracepointBrian Foster
2013-03-22xfs: add quota-driven speculative preallocation throttlingBrian Foster
2013-03-22xfs: xfs_dquot prealloc throttling watermarks and low free spaceBrian Foster
2013-03-22xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_tBrian Foster
2013-03-22xfs: push rounddown_pow_of_two() to after prealloc throttleBrian Foster
2013-03-22xfs: reorganize xfs_iomap_prealloc_size to remove indentationBrian Foster