aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-25libxfs: move source filesDave Chinner1-5609/+0
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-21/+21
2014-06-06xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner1-1/+2
2014-05-15Merge branch 'xfs-filestreams-lookup' into for-nextDave Chinner1-85/+117
2014-05-15Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner1-4/+2
2014-04-23xfs: split xfs_bmap_btalloc_nullfbChristoph Hellwig1-83/+117
2014-04-17xfs: collapse range is delalloc challengedDave Chinner1-6/+11
2014-04-14xfs: don't try to use the filestream allocator for metadata allocationsChristoph Hellwig1-22/+20
2014-04-14xfs: remove unused mp arg from xfs_bmap_forkoff_reset()Eric Sandeen1-2/+1
2014-04-14xfs: remove unused mp arg from xfs_bmdr_maxrecs()Eric Sandeen1-1/+1
2014-04-14xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen1-1/+0
2014-02-24xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon1-0/+193
2014-01-09Merge branch 'xfs-extent-list-locking-fixes' into for-nextBen Myers1-0/+4
2013-12-18xfs: assert that we hold the ilock for extent map accessChristoph Hellwig1-0/+4
2013-12-17xfs: swalloc doesn't align allocations properlyDave Chinner1-6/+17
2013-12-17xfs: align initial file allocations correctlyDave Chinner1-2/+7
2013-12-11xfs: align initial file allocations correctlyDave Chinner1-2/+7
2013-11-18xfs: fix unlock in xfs_bmap_add_attrforkMark Tinguely1-17/+21
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-8/+4
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+4
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-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen1-1/+1
2013-09-09xfs: fix some minor sparse warningsDave Chinner1-1/+1
2013-08-20xfs: fix the comment of xfs_bmap_last_before()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_bmap_validate_ret()Zhi Yong Wu1-2/+2
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-2/+2
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner1-1/+0
2013-08-12xfs: fix issues that cause userspace warningsDave Chinner1-3/+0
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner1-795/+9
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner1-1/+2
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-1/+1
2013-07-09xfs: remove local fork format handling from xfs_bmapi_write()Dave Chinner1-116/+83
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner1-1/+1
2013-04-27xfs: add CRCs to dir2/da node blocksDave Chinner1-0/+1
2013-04-21xfs: split out symlink code into it's own file.Dave Chinner1-15/+6
2013-04-21xfs: add support for large btree blocksChristoph Hellwig1-16/+31
2013-03-14xfs: take inode version into account in XFS_LITINOChristoph Hellwig1-2/+2
2013-03-07xfs: rearrange some code in xfs_bmap for better localityDave Chinner1-2206/+2069
2013-02-14xfs: xfs_bmap_add_attrfork_local is too genericDave Chinner1-21/+93
2013-01-17xfs: pull up stack_switch check into xfs_bmapi_writeBrian Foster1-3/+3
2013-01-03xfs: don't zero structure members after a memset(0)Eric Sandeen1-4/+0
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-11/+11
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner1-0/+2
2012-11-15xfs: verify btree blocks as they are read from diskDave Chinner1-24/+36
2012-11-14xfs: remove xfs_flush_pagesDave Chinner1-1/+1
2012-10-18xfs: move allocation stack switch up to xfs_bmapi_allocateDave Chinner1-11/+49
2012-10-18xfs: introduce XFS_BMAPI_STACK_SWITCHDave Chinner1-0/+4
2012-10-18xfs: zero allocation_args on the kernel stackMark Tinguely1-0/+3
2012-06-14xfs: make largest supported offset less shoutyDave Chinner1-1/+1