aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-09xfs: pass a 64-bit count argument to xfs_iomap_write_unwrittenChristoph Hellwig1-1/+1
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner1-9/+6
2014-12-04xfs: fix set-but-unused warningsDave Chinner1-2/+0
2014-12-04xfs: overflow in xfs_iomap_eof_align_last_fsbPeter Watkins1-7/+6
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-10-02xfs: check for null dquot in xfs_quota_calc_throttle()Eric Sandeen1-2/+2
2014-08-04Merge branch 'xfs-quota-eofblocks-scan' into for-nextDave Chinner1-6/+14
2014-07-24xfs: squash prealloc while over quota free space as wellBrian Foster1-6/+14
2014-07-15Merge branch 'xfs-libxfs-restructure' into for-nextDave Chinner1-17/+17
2014-07-15xfs: refine the allocation stack switchDave Chinner1-2/+1
2014-06-25xfs: global error sign conversionDave Chinner1-6/+6
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-13/+13
2014-04-14xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen1-1/+1
2014-02-10xfs: always use unwritten extents for direct I/O writesChristoph Hellwig1-7/+3
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-12/+4
2013-10-23xfs: decouple log and transaction headersDave Chinner1-5/+6
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+1
2013-10-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen1-1/+1
2013-10-01xfs: get rid of count from xfs_iomap_write_allocate()Jie Liu1-1/+0
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-12/+6
2013-08-12xfs: consolidate xfs_utils.cDave Chinner1-1/+0
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner1-0/+1
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-0/+1
2013-06-27xfs: don't use speculative prealloc for small filesDave Chinner1-0/+13
2013-03-22xfs: xfs_iomap_prealloc_size() tracepointBrian Foster1-0/+3
2013-03-22xfs: add quota-driven speculative preallocation throttlingBrian Foster1-0/+82
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-07xfs: fix xfs_iomap_eof_prealloc_initial_size typeMark Tinguely1-1/+1
2013-03-07xfs: increase prealloc size to double that of the previous extentBrian Foster1-1/+1
2013-03-07xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Brian Foster1-1/+1
2013-02-14xfs: limit speculative prealloc size on sparse filesDave Chinner1-10/+67
2013-01-24xfs: limit speculative prealloc near ENOSPC thresholdsDave Chinner1-0/+9
2012-11-08xfs: add EOFBLOCKS inode tagging/untaggingBrian Foster1-0/+8
2012-10-18xfs: introduce XFS_BMAPI_STACK_SWITCHDave Chinner1-1/+3
2012-10-17xfs: xfs_sync_data is redundant.Dave Chinner1-16/+7
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2012-07-31xfs: Convert to new freezing codeJan Kara1-2/+2
2012-06-14xfs: make largest supported offset less shoutyDave Chinner1-1/+1
2012-06-14xfs: m_maxioffset is redundantDave Chinner1-2/+2
2012-05-21xfs: fix delalloc quota accounting on failureDave Chinner1-1/+1
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: limit specualtive delalloc to maxioffsetDave Chinner1-0/+9
2012-05-14xfs: use shared ilock mode for direct IO writes by defaultDave Chinner1-26/+19
2012-03-05xfs: log file size updates as part of unwritten extent conversionChristoph Hellwig1-1/+18
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig1-6/+6