aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-09Merge branch 'xfs-extent-list-locking-fixes' into for-nextBen Myers1-12/+23
2014-01-09Merge branch 'xfs-misc' into for-nextBen Myers1-0/+1
2014-01-09xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu1-0/+1
2013-12-18xfs: take the ilock around xfs_bmapi_read in xfs_zero_remaining_bytesChristoph Hellwig1-0/+6
2013-12-18xfs: add xfs_ilock_attr_map_sharedChristoph Hellwig1-11/+16
2013-12-18xfs: rename xfs_ilock_map_sharedChristoph Hellwig1-1/+1
2013-12-18xfs: remove xfs_iunlock_map_sharedChristoph Hellwig1-1/+1
2013-12-17xfs: remove xfsbdstrat errorChristoph Hellwig1-2/+12
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-4/+2
2013-10-23xfs: decouple log and transaction headersDave Chinner1-4/+5
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-1/+1
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+1
2013-10-21xfs: fold xfs_change_file_space into xfs_ioc_spaceChristoph Hellwig1-177/+1
2013-10-21xfs: simplify the fallocate pathChristoph Hellwig1-35/+4
2013-10-21xfs: always hold the iolock when calling xfs_change_file_spaceChristoph Hellwig1-47/+24
2013-10-21xfs: always take the iolock around xfs_setattr_sizeChristoph Hellwig1-2/+1
2013-09-10xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner1-11/+4
2013-09-10xfs: recovery of swap extents operations for CRC filesystemsDave Chinner1-6/+8
2013-09-10xfs: swap extents operations for CRC filesystemsDave Chinner1-14/+38
2013-08-20xfs: fix the comment of xfs_bmap_punch_delalloc_range()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_bmap_count_tree()Zhi Yong Wu1-1/+1
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-27/+15
2013-08-12xfs: consolidate extent swap codeDave Chinner1-0/+343
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner1-0/+861
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner1-0/+834