aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merge branch 'xfs-quota-eofblocks-scan' into for-nextGravatar Dave Chinner 1-6/+14
2014-07-24xfs: squash prealloc while over quota free space as wellGravatar Brian Foster 1-6/+14
2014-07-15Merge branch 'xfs-libxfs-restructure' into for-nextGravatar Dave Chinner 1-17/+17
2014-07-15xfs: refine the allocation stack switchGravatar Dave Chinner 1-2/+1
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-6/+6
2014-06-22xfs: Nuke XFS_ERROR macroGravatar Eric Sandeen 1-13/+13
2014-04-14xfs: remove unused tp arg from xfs_bmap_last_offset() and callersGravatar Eric Sandeen 1-1/+1
2014-02-10xfs: always use unwritten extents for direct I/O writesGravatar Christoph Hellwig 1-7/+3
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-12/+4
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-5/+6
2013-10-23xfs: create a shared header file for format-related informationGravatar Dave Chinner 1-0/+1
2013-10-17xfs: remove newlines from strings passed to __xfs_printkGravatar Eric Sandeen 1-1/+1
2013-10-01xfs: get rid of count from xfs_iomap_write_allocate()Gravatar Jie Liu 1-1/+0
2013-08-12xfs: refactor xfs_trans_reserve() interfaceGravatar Jie Liu 1-12/+6
2013-08-12xfs: consolidate xfs_utils.cGravatar Dave Chinner 1-1/+0
2013-08-12xfs: create xfs_bmap_util.[ch]Gravatar Dave Chinner 1-0/+1
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hGravatar Dave Chinner 1-0/+1
2013-06-27xfs: don't use speculative prealloc for small filesGravatar Dave Chinner 1-0/+13
2013-03-22xfs: xfs_iomap_prealloc_size() tracepointGravatar Brian Foster 1-0/+3
2013-03-22xfs: add quota-driven speculative preallocation throttlingGravatar Brian Foster 1-0/+82
2013-03-22xfs: push rounddown_pow_of_two() to after prealloc throttleGravatar Brian Foster 1-2/+17
2013-03-22xfs: reorganize xfs_iomap_prealloc_size to remove indentationGravatar Brian Foster 1-31/+32
2013-03-07xfs: fix xfs_iomap_eof_prealloc_initial_size typeGravatar Mark Tinguely 1-1/+1
2013-03-07xfs: increase prealloc size to double that of the previous extentGravatar Brian Foster 1-1/+1
2013-03-07xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Gravatar Brian Foster 1-1/+1
2013-02-14xfs: limit speculative prealloc size on sparse filesGravatar Dave Chinner 1-10/+67
2013-01-24xfs: limit speculative prealloc near ENOSPC thresholdsGravatar Dave Chinner 1-0/+9
2012-11-08xfs: add EOFBLOCKS inode tagging/untaggingGravatar Brian Foster 1-0/+8
2012-10-18xfs: introduce XFS_BMAPI_STACK_SWITCHGravatar Dave Chinner 1-1/+3
2012-10-17xfs: xfs_sync_data is redundant.Gravatar Dave Chinner 1-16/+7
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2012-07-31xfs: Convert to new freezing codeGravatar Jan Kara 1-2/+2
2012-06-14xfs: make largest supported offset less shoutyGravatar Dave Chinner 1-1/+1
2012-06-14xfs: m_maxioffset is redundantGravatar Dave Chinner 1-2/+2
2012-05-21xfs: fix delalloc quota accounting on failureGravatar Dave Chinner 1-1/+1
2012-05-14xfs: clean up xfs_bit.h includesGravatar Dave Chinner 1-1/+0
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hGravatar Dave Chinner 1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hGravatar Dave Chinner 1-1/+0
2012-05-14xfs: limit specualtive delalloc to maxioffsetGravatar Dave Chinner 1-0/+9
2012-05-14xfs: use shared ilock mode for direct IO writes by defaultGravatar Dave Chinner 1-26/+19
2012-03-05xfs: log file size updates as part of unwritten extent conversionGravatar Christoph Hellwig 1-1/+18
2012-01-17xfs: remove the i_size field in struct xfs_inodeGravatar Christoph Hellwig 1-6/+6
2012-01-13xfs: cleanup xfs_iomap_eof_align_last_fsbGravatar Christoph Hellwig 1-18/+18
2011-10-11xfs: simplify xfs_trans_ijoin* againGravatar Christoph Hellwig 1-3/+3
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeGravatar Dave Chinner 1-12/+8
2011-10-11xfs: introduce xfs_bmapi_delay()Gravatar Christoph Hellwig 1-7/+2
2011-10-11xfs: introduce xfs_bmapi_read()Gravatar Dave Chinner 1-2/+2
2011-03-07xfs: rename xfs_cmn_err_fsblock_zero()Gravatar Dave Chinner 1-5/+5
2011-03-07xfs: convert xfs_cmn_err to xfs_alert_tagGravatar Dave Chinner 1-1/+1
2011-01-28xfs: speculative delayed allocation uses rounddown_power_of_2 badlyGravatar Dave Chinner 1-1/+6