aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_itable.c
AgeCommit message (Expand)Author
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner
2012-11-15xfs: verify btree blocks as they are read from diskDave Chinner
2012-10-17xfs: remove xfs_iget.cDave Chinner
2012-07-22xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner
2012-03-26xfs: don't cache inodes read through bulkstatDave Chinner
2012-03-13xfs: log timestamp updatesChristoph Hellwig
2011-04-08xfs: fix variable set but not used warningsChristoph Hellwig
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz
2010-07-26xfs: remove xfs_iputChristoph 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-06-24xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner
2010-06-23xfs: always use iget in bulkstatChristoph Hellwig
2010-03-05xfs: return inode fork offset in bulkstat for fsrDave Chinner
2010-01-21xfs: replace KM_LARGE with explicit vmalloc useChristoph Hellwig
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig
2009-09-01xfs: rationalize xfs_inobt_lookup*Christoph Hellwig
2009-09-01xfs: improve xfs_inobt_get_rec prototypeChristoph Hellwig
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen
2009-03-29xfs: fix various typosMalcolm Parsons
2009-03-16xfs: kill vn_atime_* helpers.Christoph Hellwig
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen
2008-12-02[XFS] Fix xfs_bulkstat_one size checks & error handlingsandeen@sandeen.net
2008-12-02[XFS] Make the bulkstat_one compat ioctl handling more sanesandeen@sandeen.net
2008-12-01[XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig
2008-12-01[XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig
2008-12-01[XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig
2008-10-30[XFS] stop using xfs_itobp in xfs_bulkstatChristoph Hellwig
2008-10-30[XFS] implement generic xfs_btree_incrementChristoph Hellwig
2008-10-30[XFS] split up xfs_btree_init_cursorChristoph Hellwig
2008-10-30[XFS] Make use of the init-once slab optimisation.David Chinner
2008-08-13[XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko
2008-04-29[XFS] kill di_mode checks after xfs_igetChristoph Hellwig
2008-04-18[XFS] xfs_bulkstat_one_dinode() never returns an error.David Chinner
2008-04-18[XFS] Don't block pdflush when writing back inodesDavid Chinner
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen
2008-02-07[XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.Christoph Hellwig
2008-02-07[XFS] Remove the BPCSHIFT and NB* based macros from XFS.Tim Shimmin
2008-02-07[XFS] Make xfs_bulkstat() to report unlinked but referenced inodesVlad Apostolov
2007-12-10[XFS] 971064 Various fixups for xfs_bulkstat().Lachlan McIlroy
2007-10-16[XFS] This fix prevents bulkstat from spinning in an infinite loop.Lachlan McIlroy
2007-10-16[XFS] get_bulkall() could return incorrect inode stateVlad Apostolov
2007-10-15[XFS] dinode endianess annotationsChristoph Hellwig