summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap.c
AgeCommit message (Expand)Author
2014-04-17xfs: collapse range is delalloc challengedDave 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
2013-12-18xfs: assert that we hold the ilock for extent map accessChristoph Hellwig
2013-12-17xfs: swalloc doesn't align allocations properlyDave Chinner
2013-12-17xfs: align initial file allocations correctlyDave Chinner
2013-12-11xfs: align initial file allocations correctlyDave Chinner
2013-11-18xfs: fix unlock in xfs_bmap_add_attrforkMark Tinguely
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-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen
2013-09-09xfs: fix some minor sparse warningsDave Chinner
2013-08-20xfs: fix the comment of xfs_bmap_last_before()Zhi Yong Wu
2013-08-20xfs: fix the comment of xfs_bmap_validate_ret()Zhi Yong Wu
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner
2013-08-12xfs: fix issues that cause userspace warningsDave Chinner
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner
2013-07-09xfs: remove local fork format handling from xfs_bmapi_write()Dave Chinner
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner
2013-04-27xfs: add CRCs to dir2/da node blocksDave Chinner
2013-04-21xfs: split out symlink code into it's own file.Dave Chinner
2013-04-21xfs: add support for large btree blocksChristoph Hellwig
2013-03-14xfs: take inode version into account in XFS_LITINOChristoph Hellwig
2013-03-07xfs: rearrange some code in xfs_bmap for better localityDave Chinner
2013-02-14xfs: xfs_bmap_add_attrfork_local is too genericDave Chinner
2013-01-17xfs: pull up stack_switch check into xfs_bmapi_writeBrian Foster
2013-01-03xfs: don't zero structure members after a memset(0)Eric Sandeen
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner
2012-11-15xfs: verify btree blocks as they are read from diskDave Chinner
2012-11-14xfs: remove xfs_flush_pagesDave Chinner
2012-10-18xfs: move allocation stack switch up to xfs_bmapi_allocateDave Chinner
2012-10-18xfs: introduce XFS_BMAPI_STACK_SWITCHDave Chinner
2012-10-18xfs: zero allocation_args on the kernel stackMark Tinguely
2012-06-14xfs: make largest supported offset less shoutyDave Chinner
2012-05-21xfs: fix delalloc quota accounting on failureDave Chinner
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner
2012-05-14xfs: move xfs_fsb_to_db to xfs_bmap.hDave Chinner
2012-05-14xfs: don't assert on delalloc regions beyond EOFDave Chinner
2012-03-22xfs: fix deadlock in xfs_rtfree_extentKamal Dasu
2012-03-15xfs: fallback to vmalloc for large buffers in xfs_getbmapDave Chinner
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig
2012-01-17xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig
2011-12-02xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig