aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_itable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-08xfs: fix variable set but not used warningsChristoph Hellwig1-2/+0
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz1-1/+2
2010-07-26xfs: remove xfs_iputChristoph Hellwig1-1/+3
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-3/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-06-24xfs: remove block number from inode lookup codeDave Chinner1-8/+4
2010-06-24xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner1-1/+1
2010-06-23xfs: always use iget in bulkstatChristoph Hellwig1-241/+40
2010-03-05xfs: return inode fork offset in bulkstat for fsrDave Chinner1-0/+2
2010-01-21xfs: replace KM_LARGE with explicit vmalloc useChristoph Hellwig1-3/+5
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner1-4/+0
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig1-8/+13
2009-09-01xfs: rationalize xfs_inobt_lookup*Christoph Hellwig1-5/+7
2009-09-01xfs: improve xfs_inobt_get_rec prototypeChristoph Hellwig1-40/+44
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-1/+1
2009-03-29xfs: fix various typosMalcolm Parsons1-1/+1
2009-03-16xfs: kill vn_atime_* helpers.Christoph Hellwig1-1/+6
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-3/+3
2008-12-02[XFS] Fix xfs_bulkstat_one size checks & error handlingsandeen@sandeen.net1-10/+11
2008-12-02[XFS] Make the bulkstat_one compat ioctl handling more sanesandeen@sandeen.net1-4/+20
2008-12-01[XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig1-1/+1
2008-12-01[XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig1-1/+1
2008-12-01[XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig1-1/+1
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig1-12/+8
2008-10-30[XFS] stop using xfs_itobp in xfs_bulkstatChristoph Hellwig1-13/+8
2008-10-30[XFS] implement generic xfs_btree_incrementChristoph Hellwig1-3/+3
2008-10-30[XFS] split up xfs_btree_init_cursorChristoph Hellwig1-4/+2
2008-10-30[XFS] Make use of the init-once slab optimisation.David Chinner1-7/+7
2008-08-13[XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig1-3/+1
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner1-1/+1
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-3/+3
2008-04-29[XFS] kill di_mode checks after xfs_igetChristoph Hellwig1-6/+0
2008-04-18[XFS] xfs_bulkstat_one_dinode() never returns an error.David Chinner1-3/+1
2008-04-18[XFS] Don't block pdflush when writing back inodesDavid Chinner1-1/+2
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen1-1/+1
2008-02-07[XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.Christoph Hellwig1-2/+2
2008-02-07[XFS] Remove the BPCSHIFT and NB* based macros from XFS.Tim Shimmin1-2/+2
2008-02-07[XFS] Make xfs_bulkstat() to report unlinked but referenced inodesVlad Apostolov1-2/+2
2007-12-10[XFS] 971064 Various fixups for xfs_bulkstat().Lachlan McIlroy1-14/+29
2007-10-16[XFS] This fix prevents bulkstat from spinning in an infinite loop.Lachlan McIlroy1-6/+9
2007-10-16[XFS] get_bulkall() could return incorrect inode stateVlad Apostolov1-1/+9
2007-10-15[XFS] dinode endianess annotationsChristoph Hellwig1-28/+27
2007-07-14[XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat modeMichal Marek1-8/+34
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2006-09-28[XFS] 955947: Infinite loop in xfs_bulkstat() on formatter() errorVlad Apostolov1-0/+2
2006-09-28[XFS] pv 956241, author: nathans, rv: vapo - make ino validation checksVlad Apostolov1-10/+14
2006-09-28[XFS] Really fix use after free in xfs_iunpin.David Chinner1-0/+1
2006-09-28[XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms.Nathan Scott1-1/+1
2006-09-28[XFS] pv 955157, rv bnaujok - break the loop on EFAULT formatter() errorVlad Apostolov1-3/+3
2006-09-28[XFS] pv 955157, rv bnaujok - break the loop on formatter() errorVlad Apostolov1-0/+5