summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-v3.10-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-05-0915-32/+83
|\
| * xfs: fallback to vmalloc for large buffers in xfs_compat_attrlist_by_handleEric Sandeen2013-05-081-4/+10
| * xfs: fallback to vmalloc for large buffers in xfs_attrlist_by_handleEric Sandeen2013-05-081-4/+10
| * xfs: introduce CONFIG_XFS_WARNDave Chinner2013-05-0813-24/+63
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-082-0/+2
* | Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-05-0263-5846/+9572
|\|
| * xfs: fix da node magic number mismatchesDave Chinner2013-05-012-3/+2Star
| * xfs: Remote attr validation fixes and optimisationsDave Chinner2013-05-011-14/+5Star
| * xfs: Teach dquot recovery about CONFIG_XFS_QUOTADave Chinner2013-04-301-0/+6
| * xfs: implement extended feature masksDave Chinner2013-04-273-8/+129
| * xfs: add CRC checks to the superblockDave Chinner2013-04-274-45/+172
| * xfs: buffer type overruns blf_flags fieldDave Chinner2013-04-2714-106/+134
| * xfs: add buffer types to directory and attribute buffersDave Chinner2013-04-2713-90/+323
| * xfs: add CRC protection to remote attributesDave Chinner2013-04-272-51/+292
| * xfs: split remote attribute code outDave Chinner2013-04-276-298/+356
| * xfs: add CRCs to attr leaf blocksDave Chinner2013-04-275-849/+1177
| * xfs: add CRCs to dir2/da node blocksDave Chinner2013-04-277-619/+972
| * xfs: shortform directory offsets change for dir3 formatDave Chinner2013-04-272-16/+19
| * xfs: add CRC checking to dir2 leaf blocksDave Chinner2013-04-277-522/+924
| * xfs: add CRC checking to dir2 data blocksDave Chinner2013-04-277-105/+162
| * xfs: add CRC checking to dir2 free blocksDave Chinner2013-04-273-162/+382
| * xfs: add CRC checks to block format directory blocksDave Chinner2013-04-277-105/+344
| * xfs: add CRC checks to remote symlinksDave Chinner2013-04-274-43/+283
| * xfs: split out symlink code into it's own file.Dave Chinner2013-04-215-493/+578
| * xfs: add version 3 inode format with CRCsChristoph Hellwig2013-04-218-77/+254
| * xfs: add CRC checks for quota blocksChristoph Hellwig2013-04-215-17/+141
| * xfs: add CRC checks to the AGIDave Chinner2013-04-215-15/+65
| * xfs: add CRC checks to the AGFLChristoph Hellwig2013-04-215-44/+119
| * xfs: add CRC checks to the AGFDave Chinner2013-04-215-27/+91
| * xfs: add support for large btree blocksChristoph Hellwig2013-04-2117-209/+645
| * xfs: increase hexdump output in xfs_corruption_errorDave Chinner2013-04-211-1/+1
| * xfs: Update xfs_log_commit_cil() commentsJeff Liu2013-04-161-4/+0Star
| * xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macrosJeff Liu2013-04-161-1/+0Star
| * xfs: don't free EFIs before the EFDs are committedDave Chinner2013-04-053-19/+23
| * xfs: Add ratelimited printk for different alert levelsRich Johnston2013-04-032-0/+27
| * xfs: Fix WARN_ON(delalloc) in xfs_vm_releasepage()Jan Kara2013-03-221-6/+6
| * xfs: xfs_iomap_prealloc_size() tracepointBrian Foster2013-03-222-0/+27
| * xfs: add quota-driven speculative preallocation throttlingBrian Foster2013-03-221-0/+82
| * xfs: xfs_dquot prealloc throttling watermarks and low free spaceBrian Foster2013-03-224-7/+57
| * xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_tBrian Foster2013-03-224-11/+12
| * xfs: push rounddown_pow_of_two() to after prealloc throttleBrian Foster2013-03-221-2/+17
| * xfs: reorganize xfs_iomap_prealloc_size to remove indentationBrian Foster2013-03-221-31/+32
| * xfs: take inode version into account in XFS_LITINOChristoph Hellwig2013-03-145-10/+13
| * xfs: ensure we capture IO errors correctlyDave Chinner2013-03-141-0/+6
| * xfs: Remove obsoleted m_inode_shrink from xfs_mount structureJeff Liu2013-03-141-1/+0Star
| * xfs: rearrange some code in xfs_bmap for better localityDave Chinner2013-03-071-2206/+2069Star
| * xfs: rename random32() to prandom_u32()Akinobu Mita2013-03-074-4/+4
| * xfs: don't verify buffers after IO errorsDave Chinner2013-03-071-1/+3
| * xfs: fix xfs_iomap_eof_prealloc_initial_size typeMark Tinguely2013-03-071-1/+1
| * xfs: increase prealloc size to double that of the previous extentBrian Foster2013-03-071-1/+1