aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
AgeCommit message (Expand)Author
2014-10-30xfs: rework zero range to prevent invalid i_size updatesBrian Foster
2014-10-13Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner
2014-10-02xfs: flush the range before zero range conversionBrian Foster
2014-10-02Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner
2014-10-02xfs: simplify xfs_zero_remaining_bytesChristoph Hellwig
2014-10-02xfs: introduce xfs_buf_submit[_wait]Dave Chinner
2014-09-23Merge branch 'xfs-misc-fixes-for-3.18-2' into for-nextDave Chinner
2014-09-23xfs: xfs_swap_extent_flush can be staticDave Chinner
2014-09-23xfs: only writeback and truncate pages for the freed rangeBrian Foster
2014-09-23xfs: writeback and inval. file range to be shifted by collapseBrian Foster
2014-09-23xfs: track collapse via file offset rather than extent indexBrian Foster
2014-09-02xfs: trim eofblocks before collapse rangeBrian Foster
2014-09-02xfs: xfs_file_collapse_range is delalloc challengedDave Chinner
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner
2014-08-04Merge branch 'xfs-misc-fixes-3.17-1' into for-nextDave Chinner
2014-08-04xfs: flush both inodes in xfs_swap_extentsDave Chinner
2014-08-04xfs: fix swapext ilock deadlockDave Chinner
2014-08-04xfs: kill VN_MAPPEDDave Chinner
2014-08-04xfs: kill VN_CACHEDDave Chinner
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig
2014-07-15Merge branch 'xfs-libxfs-restructure' into for-nextDave Chinner
2014-07-15xfs: refine the allocation stack switchDave Chinner
2014-07-15Revert "xfs: block allocation work needs to be kswapd aware"Dave Chinner
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-06-10Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner
2014-06-06xfs: block allocation work needs to be kswapd awareDave Chinner
2014-05-20xfs: remove XFS_TRANS_RESERVE in collapse rangeNamjae Jeon
2014-04-14xfs: zeroing space needs to punch delalloc blocksDave Chinner
2014-02-24xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon
2014-01-09Merge branch 'xfs-extent-list-locking-fixes' into for-nextBen Myers
2014-01-09Merge branch 'xfs-misc' into for-nextBen Myers
2014-01-09xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu
2013-12-18xfs: take the ilock around xfs_bmapi_read in xfs_zero_remaining_bytesChristoph Hellwig
2013-12-18xfs: add xfs_ilock_attr_map_sharedChristoph Hellwig
2013-12-18xfs: rename xfs_ilock_map_sharedChristoph Hellwig
2013-12-18xfs: remove xfs_iunlock_map_sharedChristoph Hellwig
2013-12-17xfs: remove xfsbdstrat errorChristoph Hellwig
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner
2013-10-23xfs: create a shared header file for format-related informationDave Chinner
2013-10-21xfs: fold xfs_change_file_space into xfs_ioc_spaceChristoph Hellwig
2013-10-21xfs: simplify the fallocate pathChristoph Hellwig
2013-10-21xfs: always hold the iolock when calling xfs_change_file_spaceChristoph Hellwig
2013-10-21xfs: always take the iolock around xfs_setattr_sizeChristoph Hellwig
2013-09-10xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner
2013-09-10xfs: recovery of swap extents operations for CRC filesystemsDave Chinner
2013-09-10xfs: swap extents operations for CRC filesystemsDave Chinner
2013-08-20xfs: fix the comment of xfs_bmap_punch_delalloc_range()Zhi Yong Wu