aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ialloc.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-25libxfs: move source filesDave Chinner1-2189/+0
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-8/+8
2014-06-10Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner1-1/+0
2014-06-06xfs: kill xfs_buf_geterror()Dave Chinner1-1/+0
2014-05-20Merge branch 'xfs-feature-bit-cleanup' into for-nextDave Chinner1-3/+1
2014-05-20Merge branch 'xfs-misc-fixes-2-for-3.16' into for-nextDave Chinner1-5/+5
2014-05-20xfs: fix compile error when libxfs header used in C++ codeRoger Willcocks1-3/+3
2014-05-20xfs: turn NLINK feature on by defaultDave Chinner1-3/+1
2014-04-24xfs: update the finobt on inode freeBrian Foster1-0/+102
2014-04-24xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helperBrian Foster1-65/+96
2014-04-24xfs: use and update the finobt on inode allocationBrian Foster1-5/+290
2014-04-24xfs: insert newly allocated inode chunks into the finobtBrian Foster1-23/+70
2014-04-24xfs: support the XFS_BTNUM_FINOBT free inode btree typeBrian Foster1-6/+32
2014-04-24xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbersBrian Foster1-4/+4
2014-03-13Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextDave Chinner1-0/+12
2014-03-07xfs: avoid AGI/AGF deadlock scenario for inode chunk allocationBrian Foster1-0/+12
2014-02-27xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen1-11/+10
2014-02-27xfs: add helper for updating checksums on xfs_bufsEric Sandeen1-1/+1
2014-02-27xfs: add helper for verifying checksums on xfs_bufsEric Sandeen1-2/+2
2014-02-27xfs: Use defines for CRC offsets in all casesEric Sandeen1-3/+2
2013-12-13xfs: use xfs_icluster_size_fsb in xfs_imapJie Liu1-2/+2
2013-12-13xfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_initJie Liu1-15/+8
2013-12-13xfs: get rid of XFS_IALLOC_BLOCKS macrosJie Liu1-6/+6
2013-12-13xfs: get rid of XFS_INODE_CLUSTER_SIZE macrosJie Liu1-5/+5
2013-12-13xfs: get rid of XFS_IALLOC_INODES macrosJie Liu1-6/+6
2013-12-11xfs: fix calculation of freed inode cluster blocksBen Myers1-1/+1
2013-11-06xfs: add tracepoints to AGF/AGI read operationsDave Chinner1-1/+5
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-4/+2
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+4
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-1/+2
2013-08-30xfs: check correct status variable for xfs_inobt_get_rec() callBrian Foster1-1/+1
2013-08-20xfs: fix the comment of xfs_ialloc_ag_select()Zhi Yong Wu1-1/+1
2013-08-12xfs: fix issues that cause userspace warningsDave Chinner1-1/+1
2013-08-12xfs: move unrelated definitions out of xfs_inode.hDave Chinner1-0/+1
2013-06-27xfs: Use inode create transactionDave Chinner1-9/+23
2013-06-27xfs: Inode create item recoveryDave Chinner1-9/+28
2013-06-26xfs: Remove the left function variable from xfs_ialloc_get_rec()Jie Liu1-4/+3
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner1-1/+1
2013-04-21xfs: add version 3 inode format with CRCsChristoph Hellwig1-9/+41
2013-04-21xfs: add CRC checks to the AGIDave Chinner1-14/+43
2013-03-07xfs: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2013-01-03xfs: don't zero structure members after a memset(0)Eric Sandeen1-4/+0
2012-11-26xfs: inode allocation should use unmapped buffers.Dave Chinner1-1/+2
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-8/+10
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner1-2/+3
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner1-1/+16
2012-11-15xfs: verify AGI blocks as they are read from diskDave Chinner1-21/+35
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-1/+1
2012-11-02xfs: Update inode alloc commentsCarlos Maiolino1-3/+3
2012-10-18xfs: zero allocation_args on the kernel stackMark Tinguely1-0/+1
2012-09-26xfs: Fix m_agirotor reset during AG selectionCarlos Maiolino1-1/+1
2012-08-16xfs: unlock the AGI buffer when looping in xfs_diallocChristoph Hellwig1-8/+9
2012-07-29xfs: do not read the AGI buffer in xfs_dialloc until nessecaryChristoph Hellwig1-58/+69
2012-07-29xfs: refactor xfs_ialloc_ag_selectChristoph Hellwig1-51/+44
2012-07-29xfs: add a short cut to xfs_dialloc for the non-NULL agbp caseChristoph Hellwig1-21/+26
2012-07-29xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig1-3/+0
2012-07-29xfs: split xfs_diallocChristoph Hellwig1-175/+174
2012-07-22xfs: remove xfs_ialloc_find_freeChristoph Hellwig1-8/+1
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-0/+7
2012-05-14xfs: kill XBF_LOCKDave Chinner1-2/+1
2012-01-03xfs: propagate umode_tAl Viro1-2/+2
2011-10-11xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig1-1/+1
2011-10-11xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman1-5/+8
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman1-3/+2
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig1-7/+7
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner1-26/+17
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner1-22/+17
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-1/+1
2010-08-24xfs: fix untrusted inode number lookupDave Chinner1-6/+10
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-16/+0
2010-06-24xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner1-4/+7
2010-06-24xfs: validate untrusted inode numbers during lookupDave Chinner1-43/+78
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-1/+1
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner1-23/+2
2010-01-15xfs: convert remaining direct references to m_peragDave Chinner1-10/+25
2009-12-11xfs: kill the STATIC_INLINE macroChristoph Hellwig1-1/+1
2009-10-30xfs: free temporary cursor in xfs_diallocEric Sandeen1-0/+1
2009-09-01xfs: un-static xfs_inobt_lookupChristoph Hellwig1-1/+1
2009-09-01xfs: speed up free inode searchDave Chinner1-27/+106
2009-09-01xfs: rationalize xfs_inobt_lookup*Christoph Hellwig1-55/+22
2009-09-01xfs: untangle xfs_diallocChristoph Hellwig1-153/+138
2009-09-01xfs: factor out debug checks from xfs_dialloc and xfs_difreeDave Chinner1-75/+56
2009-09-01xfs: improve xfs_inobt_update prototypeChristoph Hellwig1-12/+11
2009-09-01xfs: improve xfs_inobt_get_rec prototypeChristoph Hellwig1-50/+31
2009-09-01xfs: factor out inode initialisationDave Chinner1-80/+95
2009-03-29xfs: fix various typosMalcolm Parsons1-1/+1
2009-02-09xfs: remove superflous inobt macrosChristoph Hellwig1-5/+5
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-3/+3
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/+0
2008-12-01[XFS] merge xfs_imap into xfs_dilocateChristoph Hellwig1-47/+82
2008-12-01[XFS] remove dead code for old inode item recoveryChristoph Hellwig1-2/+1
2008-12-01[XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig1-2/+2
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig1-4/+4
2008-12-01[XFS] kill xfs_ialloc_log_diChristoph Hellwig1-65/+10
2008-12-01[XFS] factor out xfs_read_agi helperChristoph Hellwig1-38/+63
2008-10-30[XFS] implement generic xfs_btree_get_recChristoph Hellwig1-0/+23
2008-10-30[XFS] implement generic xfs_btree_delete/delrecChristoph Hellwig1-2/+2
2008-10-30[XFS] implement generic xfs_btree_insert/insrecChristoph Hellwig1-1/+1
2008-10-30[XFS] implement generic xfs_btree_updateChristoph Hellwig1-0/+20
2008-10-30[XFS] implement generic xfs_btree_lookupChristoph Hellwig1-0/+53
2008-10-30[XFS] implement generic xfs_btree_decrementChristoph Hellwig1-2/+2
2008-10-30[XFS] implement generic xfs_btree_incrementChristoph Hellwig1-7/+7
2008-10-30[XFS] split up xfs_btree_init_cursorChristoph Hellwig1-8/+4
2008-04-29[XFS] Don't initialise new inode generation numbers to zeroDavid Chinner1-0/+10
2008-04-18[XFS] Account for inode cluster alignment in all allocationsDavid Chinner1-15/+29
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen1-3/+3
2008-02-28[XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek1-1/+1
2008-02-13xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz1-6/+6
2007-10-15[XFS] dinode endianess annotationsChristoph Hellwig1-3/+3
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner1-3/+25
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner1-1/+1
2006-09-28[XFS] Remove last bulkstat false-positives with debug kernels.Nathan Scott1-0/+1
2006-09-28[XFS] use NULL for pointer initialisation instead of zero-cast-to-ptrNathan Scott1-2/+2
2006-09-28[XFS] endianess annotations for xfs_inobt_rec_t / xfs_inobt_key_tChristoph Hellwig1-3/+3
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-06-09[XFS] Fix up debug code so that bulkstat wont generate thousands ofNathan Scott1-0/+3
2006-04-11[XFS] Fix a problem in aligning inode allocations to stripe unitNathan Scott1-7/+8
2006-03-29[XFS] A change to inode chunk allocation to try allocating the new chunkGlen Overby1-40/+68
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-1/+1
2006-03-14[XFS] Dynamically allocate the xfs_dinode_core_t structure to reduce ourNathan Scott1-9/+4
2005-11-02[XFS] Endianess annotations for various allocator data structuresChristoph Hellwig1-38/+36
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-9/+7
2005-11-02[XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig1-2/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1401