aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_itable.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix variable set but not used warningsChristoph Hellwig2011-04-081-2/+0
* 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/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: remove block number from inode lookup codeDave Chinner2010-06-241-8/+4
* xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner2010-06-241-1/+1
* xfs: always use iget in bulkstatChristoph Hellwig2010-06-231-241/+40
* 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/+0
* 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
* [XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig2008-12-011-1/+1
* [XFS] kill xfs_dinode_core_tChristoph Hellwig2008-12-011-12/+8
* [XFS] stop using xfs_itobp in xfs_bulkstatChristoph Hellwig2008-10-301-13/+8
* [XFS] implement generic xfs_btree_incrementChristoph Hellwig2008-10-301-3/+3
* [XFS] split up xfs_btree_init_cursorChristoph Hellwig2008-10-301-4/+2
* [XFS] Make use of the init-once slab optimisation.David Chinner2008-10-301-7/+7
* [XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig2008-08-131-3/+1
* [XFS] Kill shouty XFS_ITOV() macroDavid Chinner2008-08-131-1/+1
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-3/+3
* [XFS] kill di_mode checks after xfs_igetChristoph Hellwig2008-04-291-6/+0
* [XFS] xfs_bulkstat_one_dinode() never returns an error.David Chinner2008-04-181-3/+1
* [XFS] Don't block pdflush when writing back inodesDavid Chinner2008-04-181-1/+2
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-1/+1
* [XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.Christoph Hellwig2008-02-071-2/+2
* [XFS] Remove the BPCSHIFT and NB* based macros from XFS.Tim Shimmin2008-02-071-2/+2
* [XFS] Make xfs_bulkstat() to report unlinked but referenced inodesVlad Apostolov2008-02-071-2/+2
* [XFS] 971064 Various fixups for xfs_bulkstat().Lachlan McIlroy2007-12-101-14/+29
* [XFS] This fix prevents bulkstat from spinning in an infinite loop.Lachlan McIlroy2007-10-161-6/+9
* [XFS] get_bulkall() could return incorrect inode stateVlad Apostolov2007-10-161-1/+9
* [XFS] dinode endianess annotationsChristoph Hellwig2007-10-151-28/+27
* [XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat modeMichal Marek2007-07-141-8/+34
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* [XFS] 955947: Infinite loop in xfs_bulkstat() on formatter() errorVlad Apostolov2006-09-281-0/+2
* [XFS] pv 956241, author: nathans, rv: vapo - make ino validation checksVlad Apostolov2006-09-281-10/+14
* [XFS] Really fix use after free in xfs_iunpin.David Chinner2006-09-281-0/+1
* [XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms.Nathan Scott2006-09-281-1/+1
* [XFS] pv 955157, rv bnaujok - break the loop on EFAULT formatter() errorVlad Apostolov2006-09-281-3/+3
* [XFS] pv 955157, rv bnaujok - break the loop on formatter() errorVlad Apostolov2006-09-281-0/+5