aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_rtalloc.c
AgeCommit message (Expand)Author
2014-10-02Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner
2014-10-02xfs: check xfs_buf_read_uncached returns correctlyDave Chinner
2014-09-23xfs: xfs_rtget_summary can be staticFengguang Wu
2014-09-09xfs: combine xfs_rtmodify_summary and xfs_rtget_summaryEric Sandeen
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-02-07xfs: use tr_growrtalloc for growing rt filesBrian Foster
2013-10-23xfs: split xfs_rtalloc.c for userspace sanityDave Chinner
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: create a shared header file for format-related informationDave Chinner
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu
2013-08-12xfs: remove __KERNEL__ from debug codeDave Chinner
2013-08-12xfs: consolidate xfs_utils.cDave 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: introduce xfs_rtalloc_defs.hDave Chinner
2012-11-15xfs: uncached buffer reads need to return an errorDave Chinner
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner
2012-10-17xfs: remove xfs_iget.cDave Chinner
2012-08-23xfs: fix uninitialised variable in xfs_rtbuf_get()Dave Chinner
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-05-14xfs: clean up buffer get/read call APIDave Chinner
2012-03-22xfs: fix deadlock in xfs_rtfree_extentKamal Dasu
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner
2011-10-11xfs: remove xfs_bmapi_single()Dave Chinner
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner
2011-02-22xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig
2011-02-07xfs: add lockdep annotations for the rt inodesChristoph Hellwig
2011-02-07xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig
2010-10-18xfs: use unhashed buffers for size checksDave Chinner
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-06-24xfs: remove block number from inode lookup codeDave Chinner
2010-05-28xfs: replace E2BIG with EFBIG where appropriateEric Sandeen
2010-01-15xfs: fix missing error check in xfs_rtfree_rangeDave Chinner
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-02-04xfs: make sure to free the real-time inodes in the mount error pathChristoph Hellwig
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen
2008-12-02[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.sandeen@sandeen.net
2008-12-01[XFS] fix uninitialised variable bug in dquot release.Dave Chinner
2008-08-13[XFS] Use the generic bitops rather than implementing them ourselves.David Chinner
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko