summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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-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
2013-03-14xfs: take inode version into account in XFS_LITINOChristoph Hellwig
2013-03-14xfs: ensure we capture IO errors correctlyDave Chinner
2013-03-14xfs: Remove obsoleted m_inode_shrink from xfs_mount structureJeff Liu
2013-03-07xfs: rearrange some code in xfs_bmap for better localityDave Chinner
2013-03-07xfs: rename random32() to prandom_u32()Akinobu Mita
2013-03-07xfs: don't verify buffers after IO errorsDave Chinner
2013-03-07xfs: fix xfs_iomap_eof_prealloc_initial_size typeMark Tinguely
2013-03-07xfs: increase prealloc size to double that of the previous extentBrian Foster
2013-03-07xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Brian Foster
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-14xfs: xfs_bmap_add_attrfork_local is too genericDave Chinner
2013-02-14xfs: remove log force from xfs_buf_trylock()Brian Foster
2013-02-14xfs: recheck buffer pinned status after push trylock failureBrian Foster
2013-02-14xfs: limit speculative prealloc size on sparse filesDave Chinner
2013-02-07xfs: memory barrier before wake_up_bit()Alex Elder
2013-02-01xfs: refactor space log reservation for XFS_TRANS_ATTR_SETJeff Liu
2013-02-01xfs: make use of XFS_SB_LOG_RES() at xfs_fs_log_dummy()Jeff Liu
2013-02-01xfs: make use of XFS_SB_LOG_RES() at xfs_mount_log_sb()Jeff Liu
2013-02-01xfs: make use of XFS_SB_LOG_RES() at xfs_log_sbcount()Jeff Liu
2013-02-01xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on diskJeff Liu
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount timeJeff Liu
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount timeJeff Liu
2013-02-01xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount timeJeff Liu
2013-02-01xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeJeff Liu
2013-02-01xfs: calculate xfs_qm_write_sb_changes() space log reservation at mount timeJeff Liu
2013-02-01xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount timeJeff Liu
2013-02-01xfs: make use of xfs_calc_buf_res() in xfs_trans.cJeff Liu
2013-02-01xfs: add a helper to figure out the space log reservation per itemJeff Liu
2013-01-28xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()Torsten Kaiser
2013-01-26xfs: Fix possible use-after-free with AIOJan Kara
2013-01-26xfs: fix shutdown hang on invalid inode during createDave Chinner
2013-01-24xfs: limit speculative prealloc near ENOSPC thresholdsDave Chinner
2013-01-24xfs: fix _xfs_buf_find oops on blocks beyond the filesystem endDave Chinner