aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Merge tag 'for-linus-v3.10-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds15-32/+83
2013-05-07aio: don't include aio.h in sched.hKent Overstreet2-0/+2
2013-05-07xfs: fallback to vmalloc for large buffers in xfs_compat_attrlist_by_handleEric Sandeen1-4/+10
2013-05-07xfs: fallback to vmalloc for large buffers in xfs_attrlist_by_handleEric Sandeen1-4/+10
2013-05-07xfs: introduce CONFIG_XFS_WARNDave Chinner13-24/+63
2013-05-02Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds63-5846/+9572
2013-05-01xfs: fix da node magic number mismatchesDave Chinner2-3/+2
2013-05-01xfs: Remote attr validation fixes and optimisationsDave Chinner1-14/+5
2013-04-30xfs: Teach dquot recovery about CONFIG_XFS_QUOTADave Chinner1-0/+6
2013-04-27xfs: implement extended feature masksDave Chinner3-8/+129
2013-04-27xfs: add CRC checks to the superblockDave Chinner4-45/+172
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner14-106/+134
2013-04-27xfs: add buffer types to directory and attribute buffersDave Chinner13-90/+323
2013-04-27xfs: add CRC protection to remote attributesDave Chinner2-51/+292
2013-04-27xfs: split remote attribute code outDave Chinner6-298/+356
2013-04-27xfs: add CRCs to attr leaf blocksDave Chinner5-849/+1177
2013-04-27xfs: add CRCs to dir2/da node blocksDave Chinner7-619/+972
2013-04-27xfs: shortform directory offsets change for dir3 formatDave Chinner2-16/+19
2013-04-27xfs: add CRC checking to dir2 leaf blocksDave Chinner7-522/+924
2013-04-27xfs: add CRC checking to dir2 data blocksDave Chinner7-105/+162
2013-04-27xfs: add CRC checking to dir2 free blocksDave Chinner3-162/+382
2013-04-27xfs: add CRC checks to block format directory blocksDave Chinner7-105/+344
2013-04-27xfs: add CRC checks to remote symlinksDave Chinner4-43/+283
2013-04-21xfs: split out symlink code into it's own file.Dave Chinner5-493/+578
2013-04-21xfs: add version 3 inode format with CRCsChristoph Hellwig8-77/+254
2013-04-21xfs: add CRC checks for quota blocksChristoph Hellwig5-17/+141
2013-04-21xfs: add CRC checks to the AGIDave Chinner5-15/+65
2013-04-21xfs: add CRC checks to the AGFLChristoph Hellwig5-44/+119
2013-04-21xfs: add CRC checks to the AGFDave Chinner5-27/+91
2013-04-21xfs: add support for large btree blocksChristoph Hellwig17-209/+645
2013-04-21xfs: increase hexdump output in xfs_corruption_errorDave Chinner1-1/+1
2013-04-16xfs: Update xfs_log_commit_cil() commentsJeff Liu1-4/+0
2013-04-16xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macrosJeff Liu1-1/+0
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-3/+0
2013-04-05xfs: don't free EFIs before the EFDs are committedDave Chinner3-19/+23
2013-04-03xfs: Add ratelimited printk for different alert levelsRich Johnston2-0/+27
2013-03-22xfs: Fix WARN_ON(delalloc) in xfs_vm_releasepage()Jan Kara1-6/+6
2013-03-22xfs: xfs_iomap_prealloc_size() tracepointBrian Foster2-0/+27
2013-03-22xfs: add quota-driven speculative preallocation throttlingBrian Foster1-0/+82
2013-03-22xfs: xfs_dquot prealloc throttling watermarks and low free spaceBrian Foster4-7/+57
2013-03-22xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_tBrian Foster4-11/+12
2013-03-22xfs: push rounddown_pow_of_two() to after prealloc throttleBrian Foster1-2/+17
2013-03-22xfs: reorganize xfs_iomap_prealloc_size to remove indentationBrian Foster1-31/+32
2013-03-19Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-2/+8
2013-03-18xfs: ensure we capture IO errors correctlyDave Chinner1-0/+6
2013-03-18xfs: fix xfs_iomap_eof_prealloc_initial_size typeMark Tinguely1-1/+1
2013-03-18xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Brian Foster1-1/+1
2013-03-14xfs: take inode version into account in XFS_LITINOChristoph Hellwig5-10/+13
2013-03-14xfs: ensure we capture IO errors correctlyDave Chinner1-0/+6
2013-03-14xfs: Remove obsoleted m_inode_shrink from xfs_mount structureJeff Liu1-1/+0