aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-08xfs: move allocation stack switch up to xfs_bmapi_allocateDave Chinner1-11/+49
2012-11-08xfs: introduce XFS_BMAPI_STACK_SWITCHDave Chinner1-0/+4
2012-11-08xfs: zero allocation_args on the kernel stackMark Tinguely1-0/+3
2012-06-14xfs: make largest supported offset less shoutyDave Chinner1-1/+1
2012-05-21xfs: fix delalloc quota accounting on failureDave Chinner1-1/+1
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-1/+0
2012-05-14xfs: move xfs_fsb_to_db to xfs_bmap.hDave Chinner1-0/+13
2012-05-14xfs: don't assert on delalloc regions beyond EOFDave Chinner1-2/+14
2012-03-22xfs: fix deadlock in xfs_rtfree_extentKamal Dasu1-0/+9
2012-03-15xfs: fallback to vmalloc for large buffers in xfs_getbmapDave Chinner1-3/+10
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig1-9/+6
2012-01-17xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig1-54/+47
2011-12-02xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner1-1/+19
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig1-2/+2
2011-10-11xfs: dont ignore error code from xfs_bmbt_updateChristoph Hellwig1-2/+3
2011-10-11xfs: pass bmalloca to xfs_bmap_add_extent_hole_realChristoph Hellwig1-83/+78
2011-10-11xfs: pass bmalloca to xfs_bmap_add_extent_delay_realChristoph Hellwig1-161/+171
2011-10-11xfs: move logflags into bmallocaChristoph Hellwig1-26/+22
2011-10-11xfs: move lastx and nallocs into bmallocaDave Chinner1-26/+21
2011-10-11xfs: move btree cursor into bmallocaDave Chinner1-30/+26
2011-10-11xfs: do not keep local copies of allocation ranges in xfs_bmapi_allocateDave Chinner1-29/+14
2011-10-11xfs: rename allocation range fields in struct xfs_bmallocaDave Chinner1-69/+69
2011-10-11xfs: move firstblock and bmap freelist cursor into bmalloca structureDave Chinner1-47/+45
2011-10-11xfs: move extent records into bmalloca structureDave Chinner1-48/+45
2011-10-11xfs: pass bmalloca structure to xfs_bmap_isaeofDave Chinner1-11/+11
2011-10-11xfs: remove xfs_bmap_add_extentChristoph Hellwig1-243/+173
2011-10-11xfs: introduce xfs_bmap_last_extentChristoph Hellwig1-121/+105
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner1-131/+94
2011-10-11xfs: factor unwritten extent map manipulations out of xfs_bmapiDave Chinner1-37/+70
2011-10-11xfs: factor extent allocation out of xfs_bmapiDave Chinner1-140/+162
2011-10-11xfs: do not use xfs_bmap_add_extent for adding delalloc extentsChristoph Hellwig1-43/+9
2011-10-11xfs: introduce xfs_bmapi_delay()Christoph Hellwig1-26/+89
2011-10-11xfs: factor delalloc reservations out of xfs_bmapiChristoph Hellwig1-84/+118
2011-10-11xfs: remove xfs_bmapi_single()Dave Chinner1-52/+0
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner1-7/+97
2011-10-11xfs: factor extent map manipulations out of xfs_bmapiDave Chinner1-74/+107
2011-10-11xfs: remove the nextents variable in xfs_bmapiChristoph Hellwig1-5/+1
2011-10-11xfs: remove impossible to read code in xfs_bmap_add_extent_delay_realChristoph Hellwig1-27/+8
2011-10-11xfs: remove the first extent special case in xfs_bmap_add_extentChristoph Hellwig1-18/+1
2011-10-11xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig1-9/+1
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder1-4/+3
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro1-4/+3
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman1-2/+1
2011-07-13xfs: reshuffle dir2 headersChristoph Hellwig1-4/+0
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig1-1/+1
2011-07-08xfs: remove i_transpChristoph Hellwig1-16/+19
2011-05-25xfs: correctly decrement the extent buffer index in xfs_bmap_del_extentChristoph Hellwig1-0/+2
2011-05-25xfs: do not do pointer arithmetic on extent recordsChristoph Hellwig1-3/+6
2011-05-25xfs: do not use unchecked extent indices in xfs_bunmapiChristoph Hellwig1-8/+8
2011-05-25xfs: do not use unchecked extent indices in xfs_bmapiChristoph Hellwig1-4/+5
2011-05-25xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Christoph Hellwig1-8/+6
2011-05-25xfs: remove if_lastexChristoph Hellwig1-220/+203
2011-05-25xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig1-61/+33
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner1-3/+3
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner1-1/+1
2011-03-07xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner1-4/+3
2011-03-07xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner1-1/+1
2011-02-22xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig1-6/+2
2011-02-07xfs: add lockdep annotations for the rt inodesChristoph Hellwig1-1/+1
2011-02-07xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig1-0/+11
2011-01-28xfs: xfs_bmap_add_extent_delay_real should init br_startblockbpm@sgi.com1-8/+25
2011-01-28xfs: prevent extsize alignment from exceeding maximum extent sizeDave Chinner1-0/+10
2011-01-28xfs: limit extent length for allocation to AG sizeDave Chinner1-8/+10
2010-12-01xfs: delayed alloc blocks beyond EOF are valid after writebackDave Chinner1-2/+7
2010-12-01xfs: fix failed write truncation handling.Dave Chinner1-0/+76
2010-10-18xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig1-14/+18
2010-10-18xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner1-3/+9
2010-09-03xfs: Make fiemap work with sparse filesTao Ma1-1/+13
2010-07-26xfs: clean up xfs_bmap_get_bpChristoph Hellwig1-25/+18
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig1-199/+18
2010-07-26xfs: remove unused XFS_BMAPI_ flagsChristoph Hellwig1-7/+1
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-2/+3
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig1-35/+10
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-2/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-23/+0
2010-05-19xfs: fix reservation release commit flag in xfs_bmap_add_attrfork()Dave Chinner1-1/+1
2010-03-01xfs: split xfs_bmap_btallocChristoph Hellwig1-101/+119
2010-01-20xfs: suppress spurious uninitialised var warning in xfs_bmapi()Dave Chinner1-1/+1
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner1-6/+1
2010-01-15xfs: convert remaining direct references to m_peragDave Chinner1-1/+7
2009-12-14xfs: event tracing supportChristoph Hellwig1-399/+108
2009-12-14xfs: change the xfs_iext_insert / xfs_iext_removeChristoph Hellwig1-19/+26
2009-12-14xfs: cleanup bmap extent state macrosChristoph Hellwig1-222/+172
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-1/+1
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_getbmapChristoph Hellwig1-1/+1
2009-06-12xfs: fix freeing memory in xfs_getbmap()Felix Blyakher1-0/+1
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-16/+17
2009-04-29xfs: fix getbmap vs mmap deadlockChristoph Hellwig1-17/+35
2009-04-29xfs: a couple getbmap cleanupsChristoph Hellwig1-83/+79
2009-03-29xfs: remove m_attroffsetChristoph Hellwig1-16/+40
2009-03-29xfs: fix various typosMalcolm Parsons1-3/+3
2009-03-16xfs: factor out code to find the longest free extent in the AGDave Chinner1-10/+2
2009-03-06xfs: make symbols staticHannes Eder1-1/+1
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-83/+83
2008-12-01[XFS] Add new getbmap flags.Eric Sandeen1-14/+32
2008-12-01[XFS] convert xfs_getbmap to take formatter functionsEric Sandeen1-37/+25
2008-11-17[XFS] Fix double free of log ticketsDave Chinner1-2/+8
2008-10-30[XFS] Move XFS_BMAP_SANITY_CHECK out of line.Christoph Hellwig1-3/+19
2008-10-30[XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig1-34/+37
2008-10-30[XFS] cleanup btree record / key / ptr addressing macros.Christoph Hellwig1-30/+24
2008-10-30[XFS] Cleanup maxrecs calculation.Christoph Hellwig1-9/+9
2008-10-30[XFS] add keys_inorder and recs_inorder btree methodsChristoph Hellwig1-3/+8
2008-10-30[XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recsChristoph Hellwig1-2/+2
2008-10-30[XFS] implement generic xfs_btree_delete/delrecChristoph Hellwig1-7/+7
2008-10-30[XFS] implement generic xfs_btree_insert/insrecChristoph Hellwig1-10/+10
2008-10-30[XFS] move xfs_bmbt_newroot to common codeChristoph Hellwig1-1/+1
2008-10-30[XFS] implement generic xfs_btree_updateChristoph Hellwig1-0/+18
2008-10-30[XFS] implement generic xfs_btree_lookupChristoph Hellwig1-0/+29
2008-10-30[XFS] implement generic xfs_btree_decrementChristoph Hellwig1-7/+7
2008-10-30[XFS] implement generic xfs_btree_incrementChristoph Hellwig1-2/+2
2008-10-30[XFS] split up xfs_btree_init_cursorChristoph Hellwig1-11/+6
2008-08-13[XFS] Make xfs_bmap_*_count_leaves void.Ruben Porras1-19/+7
2008-08-13[XFS] remove remaining VN_HOLD callsChristoph Hellwig1-1/+1
2008-08-13[XFS] remove shouting-indirection macros from xfs_trans.hEric Sandeen1-3/+3
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner1-1/+1
2008-07-28[XFS] A bug was found in xfs_bmap_add_extent_unwritten_real(). In aTim Shimmin1-2/+2
2008-07-28[XFS] Always reset btree cursor after an insertLachlan McIlroy1-3/+10
2008-07-28[XFS] Convert ASSERTs to XFS_WANT_CORRUPTED_GOTOsLachlan McIlroy1-50/+51
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-1/+1
2008-04-29[XFS] shrink mrlock_tChristoph Hellwig1-1/+0
2008-04-18[XFS] xfs_bmap_compute_maxlevels should be based on di_forkoffTim Shimmin1-5/+10
2008-04-18[XFS] xfs_bmap_adjacent() never returns an error.David Chinner1-2/+1
2008-04-18[XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-9/+9
2008-04-18[XFS] Prevent xfs_bmap_check_leaf_extents() referencing unmapped memory.Lachlan McIlroy1-9/+6
2008-04-18[XFS] cleanup vnode use in xfs_bmap.cChristoph Hellwig1-2/+0
2008-04-18[XFS] cleanup vnode use in dmapi callsChristoph Hellwig1-1/+1
2008-04-18[XFS] actually check error returned by xfs_flush_pages, clean up andNiv Sardi1-0/+4
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen1-9/+9
2008-02-07[XFS] Remove the BPCSHIFT and NB* based macros from XFS.Tim Shimmin1-2/+2
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen1-3/+2
2008-02-07[XFS] Fix up sparse warnings.David Chinner1-3/+3
2008-02-07[XFS] Unwrap XFS_SB_LOCK.Eric Sandeen1-4/+3
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-1/+3
2007-10-15[XFS] decontaminate vnode operations from behavior detailsChristoph Hellwig1-4/+2
2007-10-15[XFS] remove unessecary vfs argument to DM_EVENT_ENABLEDChristoph Hellwig1-4/+3
2007-10-15[XFS] endianess annotations for xfs_bmbt_rec_tChristoph Hellwig1-4/+4
2007-10-15[XFS] split ondisk vs incore versions of xfs_bmbt_rec_tChristoph Hellwig1-46/+29
2007-10-15[XFS] hole not shown when file is created with resvspVlad Apostolov1-10/+40
2007-07-14[XFS] Clean up function name handling in tracing codeEric Sandeen1-154/+114
2007-07-14[XFS] Concurrent Multi-File Data StreamsDavid Chinner1-7/+62
2007-07-14[XFS] Use uninitialized_var macro to stop warning about rtxAndrew Morton1-1/+2
2007-07-14[XFS] Cleanup inode extent size hint extractionDavid Chinner1-16/+7
2007-07-14[XFS] xfs_bmapi fails to update the previous extent pointerDavid Chinner1-3/+3
2007-05-08[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy1-5/+9
2007-05-08[XFS] remove more misc. unused argsEric Sandeen1-7/+3
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen1-2/+2
2007-02-10[XFS] Remove a bunch of unused functions from XFS.Eric Sandeen1-36/+0
2007-02-10[XFS] Remove unused arguments from the XFS_BTREE_*_ADDR macros.Eric Sandeen1-23/+12
2007-02-10[XFS] Remove unused argument to xfs_bmap_finishEric Sandeen1-2/+1
2007-02-10[XFS] Make growfs work for amounts greater than 2TBDavid Chinner1-13/+13
2007-02-10[XFS] Fix attr2 corruption with btree data extentsBarry Naujok1-0/+1
2006-11-21[XFS] Fix uninitialized br_state and br_startoff inLachlan McIlroy1-0/+2
2006-09-28[XFS] Improve error handling for the zero-fsblock extent detection code.Nathan Scott1-12/+15
2006-09-28[XFS] endianess annotations for xfs_bmbt_key Trivial as there are noChristoph Hellwig1-1/+1
2006-09-28[XFS] endianess annotate XFS_BMAP_BROOT_PTR_ADDR Make sure it returns aChristoph Hellwig1-31/+30
2006-09-28[XFS] add xfs_btree_check_lptr_disk variant which handles endianChristoph Hellwig1-1/+1
2006-08-30[XFS] Fix char size overflow in bmap_alloc call for unwritten extentAdrian Bunk1-1/+1
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-4/+4
2006-06-19[XFS] Remove an incorrect use of unlikely() on a relatively likely codeNathan Scott1-1/+1
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-2/+2
2006-06-09[XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott1-2/+2
2006-06-09[XFS] In actual allocation of file system blocks and freeing extents, theYingping Lu1-1/+4
2006-06-09[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber1-81/+282
2006-03-31[XFS] Make project quota enforcement return an error code consistent withNathan Scott1-6/+5
2006-03-29[XFS] Remove unused/obsoleted function: xfs_bmap_do_search_extents()Mandy Kirkconnell1-107/+0
2006-03-17[XFS] There are a few problems with the newMandy Kirkconnell1-27/+30
2006-03-14[XFS] Fix assert to check that in-core extents are inline only.Mandy Kirkconnell1-2/+2
2006-03-14[XFS] Reduce stack usage within xfs_bmapi by rearranging some code,Nathan Scott1-323/+345
2006-03-14[XFS] Reduce xfs_bmapi stack use by removing some local state variables,Nathan Scott1-42/+37
2006-03-14[XFS] 929045 567344 This mod introduces multi-level in-core file extentMandy Kirkconnell1-8/+51
2006-03-14[XFS] 929045 567344 This mod re-organizes some of the in-core file extentMandy Kirkconnell1-277/+219
2006-01-12[XFS] Merge in trivial changes, sync up headers with userspaceNathan Scott1-2/+2
2006-01-11[XFS] Sort out cosmetic differences between user and kernel copies of someNathan Scott1-11/+12
2006-01-11[XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple andNathan Scott1-6/+6
2006-01-11[XFS] Implement the di_extsize allocator hint for non-realtime files asNathan Scott1-142/+231
2005-11-02[XFS] Endianess annotations for various allocator data structuresChristoph Hellwig1-31/+31
2005-11-02[XFS] Fixing size report discrepancy between ls and du caused by xfs_fsrYingping Lu1-1/+23
2005-11-02[XFS] Fixed a bug in reporting extent list for attribute fork runningYingping Lu1-6/+7
2005-11-02[XFS] Fix up a 32/64 local flags variable issue when enabling attr2 mode.Nathan Scott1-5/+6
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-13/+11
2005-11-02[XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott1-18/+66
2005-11-02[XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig1-1/+1
2005-09-02[XFS] Prevent the incore superblock sb_fdblocks count from leaking when weDavid Chinner1-1/+11
2005-06-21[XFS] Merge fixes into realtime quota code, since one/two reported, stillNathan Scott1-48/+64
2005-06-21[XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig1-1/+14
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+6246