summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_itable.c
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: introduce xfs_bulkstat_ichunk_raJie Liu2014-07-241-24/+32
* xfs: fix error handling at xfs_bulkstatJie Liu2014-07-241-31/+6Star
* xfs: remove redundant user buffer count checks at xfs_bulkstatJie Liu2014-07-241-3/+1Star
* xfs: fix error handling at xfs_inumbersJie Liu2014-07-241-57/+40Star
* xfs: consolidate xfs_inumbersJie Liu2014-07-241-37/+31Star
* xfs: remove xfs_bulkstat_singleChristoph Hellwig2014-07-241-48/+0Star
* xfs: remove redundant stat assignment in xfs_bulkstat_one_intJie Liu2014-07-241-4/+1Star
* xfs: global error sign conversionDave Chinner2014-06-251-11/+11
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-7/+7
* xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbersBrian Foster2014-04-241-2/+4
* xfs: use xfs_icluster_size_fsb in xfs_bulkstatJie Liu2013-12-131-13/+9Star
* xfs: get rid of XFS_INODE_CLUSTER_SIZE macrosJie Liu2013-12-131-2/+2
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-5/+4Star
* xfs: decouple log and transaction headersDave Chinner2013-10-231-2/+2
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-1/+1
* xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner2013-09-101-1/+1
* xfs: fix some minor sparse warningsDave Chinner2013-09-101-2/+3
* xfs: clean up unused codes at xfs_bulkstat()Jie Liu2013-07-091-27/+1Star
* xfs: Define a new function xfs_is_quota_inode()Chandra Seetharaman2013-06-281-1/+1
* xfs: add pluging for bulkstat readaheadDave Chinner2013-06-271-0/+3
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-161-1/+1
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-161-1/+1
* xfs: verify btree blocks as they are read from diskDave Chinner2012-11-161-1/+2
* xfs: remove xfs_iget.cDave Chinner2012-10-171-0/+1
* xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig2012-07-221-1/+1
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0Star
* xfs: don't cache inodes read through bulkstatDave Chinner2012-03-271-1/+2
* xfs: log timestamp updatesChristoph Hellwig2012-03-131-15/+6Star
* xfs: fix variable set but not used warningsChristoph Hellwig2011-04-081-2/+0Star
* xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz2010-10-181-1/+2
* xfs: remove xfs_iputChristoph Hellwig2010-07-261-1/+3
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-3/+0Star
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0Star
* xfs: remove block number from inode lookup codeDave Chinner2010-06-241-8/+4Star
* xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner2010-06-241-1/+1
* xfs: always use iget in bulkstatChristoph Hellwig2010-06-231-241/+40Star
* xfs: return inode fork offset in bulkstat for fsrDave Chinner2010-03-051-0/+2
* xfs: replace KM_LARGE with explicit vmalloc useChristoph Hellwig2010-01-211-3/+5
* xfs: Replace per-ag array with a radix treeDave Chinner2010-01-151-4/+0Star
* xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig2009-10-081-8/+13
* xfs: rationalize xfs_inobt_lookup*Christoph Hellwig2009-09-011-5/+7
* xfs: improve xfs_inobt_get_rec prototypeChristoph Hellwig2009-09-011-40/+44
* xfs: add more statics & drop some unused functionsEric Sandeen2009-08-311-1/+1
* xfs: fix various typosMalcolm Parsons2009-03-291-1/+1
* xfs: kill vn_atime_* helpers.Christoph Hellwig2009-03-161-1/+6
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-161-3/+3
* [XFS] Fix xfs_bulkstat_one size checks & error handlingsandeen@sandeen.net2008-12-021-10/+11
* [XFS] Make the bulkstat_one compat ioctl handling more sanesandeen@sandeen.net2008-12-021-4/+20
* [XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig2008-12-011-1/+1
* [XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig2008-12-011-1/+1