| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-11-08 | xfs: move allocation stack switch up to xfs_bmapi_allocate | Dave Chinner | 1 | -11/+49 |
| 2012-11-08 | xfs: introduce XFS_BMAPI_STACK_SWITCH | Dave Chinner | 1 | -0/+4 |
| 2012-11-08 | xfs: zero allocation_args on the kernel stack | Mark Tinguely | 1 | -0/+3 |
| 2012-06-14 | xfs: make largest supported offset less shouty | Dave Chinner | 1 | -1/+1 |
| 2012-05-21 | xfs: fix delalloc quota accounting on failure | Dave Chinner | 1 | -1/+1 |
| 2012-05-14 | xfs: move xfs_get_extsz_hint() and kill xfs_rw.h | Dave Chinner | 1 | -1/+0 |
| 2012-05-14 | xfs: move xfs_fsb_to_db to xfs_bmap.h | Dave Chinner | 1 | -0/+13 |
| 2012-05-14 | xfs: don't assert on delalloc regions beyond EOF | Dave Chinner | 1 | -2/+14 |
| 2012-03-22 | xfs: fix deadlock in xfs_rtfree_extent | Kamal Dasu | 1 | -0/+9 |
| 2012-03-15 | xfs: fallback to vmalloc for large buffers in xfs_getbmap | Dave Chinner | 1 | -3/+10 |
| 2012-01-17 | xfs: remove the i_size field in struct xfs_inode | Christoph Hellwig | 1 | -9/+6 |
| 2012-01-17 | xfs: remove the if_ext_max field in struct xfs_ifork | Christoph Hellwig | 1 | -54/+47 |
| 2011-12-02 | xfs: fix allocation length overflow in xfs_bmapi_write() | Dave Chinner | 1 | -1/+19 |
| 2011-10-11 | xfs: simplify xfs_trans_ijoin* again | Christoph Hellwig | 1 | -2/+2 |
| 2011-10-11 | xfs: dont ignore error code from xfs_bmbt_update | Christoph Hellwig | 1 | -2/+3 |
| 2011-10-11 | xfs: pass bmalloca to xfs_bmap_add_extent_hole_real | Christoph Hellwig | 1 | -83/+78 |
| 2011-10-11 | xfs: pass bmalloca to xfs_bmap_add_extent_delay_real | Christoph Hellwig | 1 | -161/+171 |
| 2011-10-11 | xfs: move logflags into bmalloca | Christoph Hellwig | 1 | -26/+22 |
| 2011-10-11 | xfs: move lastx and nallocs into bmalloca | Dave Chinner | 1 | -26/+21 |
| 2011-10-11 | xfs: move btree cursor into bmalloca | Dave Chinner | 1 | -30/+26 |
| 2011-10-11 | xfs: do not keep local copies of allocation ranges in xfs_bmapi_allocate | Dave Chinner | 1 | -29/+14 |
| 2011-10-11 | xfs: rename allocation range fields in struct xfs_bmalloca | Dave Chinner | 1 | -69/+69 |
| 2011-10-11 | xfs: move firstblock and bmap freelist cursor into bmalloca structure | Dave Chinner | 1 | -47/+45 |
| 2011-10-11 | xfs: move extent records into bmalloca structure | Dave Chinner | 1 | -48/+45 |
| 2011-10-11 | xfs: pass bmalloca structure to xfs_bmap_isaeof | Dave Chinner | 1 | -11/+11 |
| 2011-10-11 | xfs: remove xfs_bmap_add_extent | Christoph Hellwig | 1 | -243/+173 |
| 2011-10-11 | xfs: introduce xfs_bmap_last_extent | Christoph Hellwig | 1 | -121/+105 |
| 2011-10-11 | xfs: rename xfs_bmapi to xfs_bmapi_write | Dave Chinner | 1 | -131/+94 |
| 2011-10-11 | xfs: factor unwritten extent map manipulations out of xfs_bmapi | Dave Chinner | 1 | -37/+70 |
| 2011-10-11 | xfs: factor extent allocation out of xfs_bmapi | Dave Chinner | 1 | -140/+162 |
| 2011-10-11 | xfs: do not use xfs_bmap_add_extent for adding delalloc extents | Christoph Hellwig | 1 | -43/+9 |
| 2011-10-11 | xfs: introduce xfs_bmapi_delay() | Christoph Hellwig | 1 | -26/+89 |
| 2011-10-11 | xfs: factor delalloc reservations out of xfs_bmapi | Christoph Hellwig | 1 | -84/+118 |
| 2011-10-11 | xfs: remove xfs_bmapi_single() | Dave Chinner | 1 | -52/+0 |
| 2011-10-11 | xfs: introduce xfs_bmapi_read() | Dave Chinner | 1 | -7/+97 |
| 2011-10-11 | xfs: factor extent map manipulations out of xfs_bmapi | Dave Chinner | 1 | -74/+107 |
| 2011-10-11 | xfs: remove the nextents variable in xfs_bmapi | Christoph Hellwig | 1 | -5/+1 |
| 2011-10-11 | xfs: remove impossible to read code in xfs_bmap_add_extent_delay_real | Christoph Hellwig | 1 | -27/+8 |
| 2011-10-11 | xfs: remove the first extent special case in xfs_bmap_add_extent | Christoph Hellwig | 1 | -18/+1 |
| 2011-10-11 | xfs: avoid synchronous transactions when deleting attr blocks | Christoph Hellwig | 1 | -9/+1 |
| 2011-08-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Alex Elder | 1 | -4/+3 |
| 2011-07-26 | xfs: get rid of open-coded S_ISREG(), etc. | Al Viro | 1 | -4/+3 |
| 2011-07-25 | xfs: Remove the macro XFS_BUF_PTR | Chandra Seetharaman | 1 | -2/+1 |
| 2011-07-13 | xfs: reshuffle dir2 headers | Christoph Hellwig | 1 | -4/+0 |
| 2011-07-08 | xfs: byteswap constants instead of variables | Christoph Hellwig | 1 | -1/+1 |
| 2011-07-08 | xfs: remove i_transp | Christoph Hellwig | 1 | -16/+19 |
| 2011-05-25 | xfs: correctly decrement the extent buffer index in xfs_bmap_del_extent | Christoph Hellwig | 1 | -0/+2 |
| 2011-05-25 | xfs: do not do pointer arithmetic on extent records | Christoph Hellwig | 1 | -3/+6 |
| 2011-05-25 | xfs: do not use unchecked extent indices in xfs_bunmapi | Christoph Hellwig | 1 | -8/+8 |
| 2011-05-25 | xfs: do not use unchecked extent indices in xfs_bmapi | Christoph Hellwig | 1 | -4/+5 |
| 2011-05-25 | xfs: do not use unchecked extent indices in xfs_bmap_add_extent_* | Christoph Hellwig | 1 | -8/+6 |
| 2011-05-25 | xfs: remove if_lastex | Christoph Hellwig | 1 | -220/+203 |
| 2011-05-25 | xfs: remove the unused XFS_BMAPI_RSVBLOCKS flag | Christoph Hellwig | 1 | -61/+33 |
| 2011-03-07 | xfs: Convert remaining cmn_err() callers to new API | Dave Chinner | 1 | -3/+3 |
| 2011-03-07 | xfs: convert xfs_fs_cmn_err to new error logging API | Dave Chinner | 1 | -1/+1 |
| 2011-03-07 | xfs: kill xfs_fs_repair_cmn_err() macro | Dave Chinner | 1 | -4/+3 |
| 2011-03-07 | xfs: convert xfs_cmn_err to xfs_alert_tag | Dave Chinner | 1 | -1/+1 |
| 2011-02-22 | xfs: stop using xfs_trans_iget in the RT allocator | Christoph Hellwig | 1 | -6/+2 |
| 2011-02-07 | xfs: add lockdep annotations for the rt inodes | Christoph Hellwig | 1 | -1/+1 |
| 2011-02-07 | xfs: only lock the rt bitmap inode once per allocation | Christoph Hellwig | 1 | -0/+11 |
| 2011-01-28 | xfs: xfs_bmap_add_extent_delay_real should init br_startblock | bpm@sgi.com | 1 | -8/+25 |
| 2011-01-28 | xfs: prevent extsize alignment from exceeding maximum extent size | Dave Chinner | 1 | -0/+10 |
| 2011-01-28 | xfs: limit extent length for allocation to AG size | Dave Chinner | 1 | -8/+10 |
| 2010-12-01 | xfs: delayed alloc blocks beyond EOF are valid after writeback | Dave Chinner | 1 | -2/+7 |
| 2010-12-01 | xfs: fix failed write truncation handling. | Dave Chinner | 1 | -0/+76 |
| 2010-10-18 | xfs: do not use xfs_mod_incore_sb for per-cpu counters | Christoph Hellwig | 1 | -14/+18 |
| 2010-10-18 | xfs: Introduce XFS_IOC_ZERO_RANGE | Dave Chinner | 1 | -3/+9 |
| 2010-09-03 | xfs: Make fiemap work with sparse files | Tao Ma | 1 | -1/+13 |
| 2010-07-26 | xfs: clean up xfs_bmap_get_bp | Christoph Hellwig | 1 | -25/+18 |
| 2010-07-26 | xfs: remove unused delta tracking code in xfs_bmapi | Christoph Hellwig | 1 | -199/+18 |
| 2010-07-26 | xfs: remove unused XFS_BMAPI_ flags | Christoph Hellwig | 1 | -7/+1 |
| 2010-07-26 | xfs: simplify inode to transaction joining | Christoph Hellwig | 1 | -2/+3 |
| 2010-07-26 | xfs: simplify log item descriptor tracking | Christoph Hellwig | 1 | -35/+10 |
| 2010-07-26 | xfs: remove unneeded #include statements | Christoph Hellwig | 1 | -2/+0 |
| 2010-07-26 | xfs: drop dmapi hooks | Christoph Hellwig | 1 | -23/+0 |
| 2010-05-19 | xfs: fix reservation release commit flag in xfs_bmap_add_attrfork() | Dave Chinner | 1 | -1/+1 |
| 2010-03-01 | xfs: split xfs_bmap_btalloc | Christoph Hellwig | 1 | -101/+119 |
| 2010-01-20 | xfs: suppress spurious uninitialised var warning in xfs_bmapi() | Dave Chinner | 1 | -1/+1 |
| 2010-01-15 | xfs: Replace per-ag array with a radix tree | Dave Chinner | 1 | -6/+1 |
| 2010-01-15 | xfs: convert remaining direct references to m_perag | Dave Chinner | 1 | -1/+7 |
| 2009-12-14 | xfs: event tracing support | Christoph Hellwig | 1 | -399/+108 |
| 2009-12-14 | xfs: change the xfs_iext_insert / xfs_iext_remove | Christoph Hellwig | 1 | -19/+26 |
| 2009-12-14 | xfs: cleanup bmap extent state macros | Christoph Hellwig | 1 | -222/+172 |
| 2009-08-31 | xfs: add more statics & drop some unused functions | Eric Sandeen | 1 | -1/+1 |
| 2009-08-12 | xfs: switch to NOFS allocation under i_lock in xfs_getbmap | Christoph Hellwig | 1 | -1/+1 |
| 2009-06-12 | xfs: fix freeing memory in xfs_getbmap() | Felix Blyakher | 1 | -0/+1 |
| 2009-06-08 | xfs: kill xfs_qmops | Christoph Hellwig | 1 | -16/+17 |
| 2009-04-29 | xfs: fix getbmap vs mmap deadlock | Christoph Hellwig | 1 | -17/+35 |
| 2009-04-29 | xfs: a couple getbmap cleanups | Christoph Hellwig | 1 | -83/+79 |
| 2009-03-29 | xfs: remove m_attroffset | Christoph Hellwig | 1 | -16/+40 |
| 2009-03-29 | xfs: fix various typos | Malcolm Parsons | 1 | -3/+3 |
| 2009-03-16 | xfs: factor out code to find the longest free extent in the AG | Dave Chinner | 1 | -10/+2 |
| 2009-03-06 | xfs: make symbols static | Hannes Eder | 1 | -1/+1 |
| 2009-01-16 | [XFS] Remove the rest of the macro-to-function indirections. | Eric Sandeen | 1 | -83/+83 |
| 2008-12-01 | [XFS] Add new getbmap flags. | Eric Sandeen | 1 | -14/+32 |
| 2008-12-01 | [XFS] convert xfs_getbmap to take formatter functions | Eric Sandeen | 1 | -37/+25 |
| 2008-11-17 | [XFS] Fix double free of log tickets | Dave Chinner | 1 | -2/+8 |
| 2008-10-30 | [XFS] Move XFS_BMAP_SANITY_CHECK out of line. | Christoph Hellwig | 1 | -3/+19 |
| 2008-10-30 | [XFS] Always use struct xfs_btree_block instead of short / longform | Christoph Hellwig | 1 | -34/+37 |
| 2008-10-30 | [XFS] cleanup btree record / key / ptr addressing macros. | Christoph Hellwig | 1 | -30/+24 |
| 2008-10-30 | [XFS] Cleanup maxrecs calculation. | Christoph Hellwig | 1 | -9/+9 |
| 2008-10-30 | [XFS] add keys_inorder and recs_inorder btree methods | Christoph Hellwig | 1 | -3/+8 |
| 2008-10-30 | [XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recs | Christoph Hellwig | 1 | -2/+2 |
| 2008-10-30 | [XFS] implement generic xfs_btree_delete/delrec | Christoph Hellwig | 1 | -7/+7 |
| 2008-10-30 | [XFS] implement generic xfs_btree_insert/insrec | Christoph Hellwig | 1 | -10/+10 |
| 2008-10-30 | [XFS] move xfs_bmbt_newroot to common code | Christoph Hellwig | 1 | -1/+1 |
| 2008-10-30 | [XFS] implement generic xfs_btree_update | Christoph Hellwig | 1 | -0/+18 |
| 2008-10-30 | [XFS] implement generic xfs_btree_lookup | Christoph Hellwig | 1 | -0/+29 |
| 2008-10-30 | [XFS] implement generic xfs_btree_decrement | Christoph Hellwig | 1 | -7/+7 |
| 2008-10-30 | [XFS] implement generic xfs_btree_increment | Christoph Hellwig | 1 | -2/+2 |
| 2008-10-30 | [XFS] split up xfs_btree_init_cursor | Christoph Hellwig | 1 | -11/+6 |
| 2008-08-13 | [XFS] Make xfs_bmap_*_count_leaves void. | Ruben Porras | 1 | -19/+7 |
| 2008-08-13 | [XFS] remove remaining VN_HOLD calls | Christoph Hellwig | 1 | -1/+1 |
| 2008-08-13 | [XFS] remove shouting-indirection macros from xfs_trans.h | Eric Sandeen | 1 | -3/+3 |
| 2008-08-13 | [XFS] Kill shouty XFS_ITOV() macro | David Chinner | 1 | -1/+1 |
| 2008-07-28 | [XFS] A bug was found in xfs_bmap_add_extent_unwritten_real(). In a | Tim Shimmin | 1 | -2/+2 |
| 2008-07-28 | [XFS] Always reset btree cursor after an insert | Lachlan McIlroy | 1 | -3/+10 |
| 2008-07-28 | [XFS] Convert ASSERTs to XFS_WANT_CORRUPTED_GOTOs | Lachlan McIlroy | 1 | -50/+51 |
| 2008-07-28 | [XFS] Remove unused arg from kmem_free() | Denys Vlasenko | 1 | -1/+1 |
| 2008-04-29 | [XFS] shrink mrlock_t | Christoph Hellwig | 1 | -1/+0 |
| 2008-04-18 | [XFS] xfs_bmap_compute_maxlevels should be based on di_forkoff | Tim Shimmin | 1 | -5/+10 |
| 2008-04-18 | [XFS] xfs_bmap_adjacent() never returns an error. | David Chinner | 1 | -2/+1 |
| 2008-04-18 | [XFS] replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -9/+9 |
| 2008-04-18 | [XFS] Prevent xfs_bmap_check_leaf_extents() referencing unmapped memory. | Lachlan McIlroy | 1 | -9/+6 |
| 2008-04-18 | [XFS] cleanup vnode use in xfs_bmap.c | Christoph Hellwig | 1 | -2/+0 |
| 2008-04-18 | [XFS] cleanup vnode use in dmapi calls | Christoph Hellwig | 1 | -1/+1 |
| 2008-04-18 | [XFS] actually check error returned by xfs_flush_pages, clean up and | Niv Sardi | 1 | -0/+4 |
| 2008-04-10 | [XFS] remove shouting-indirection macros from xfs_sb.h | Eric Sandeen | 1 | -9/+9 |
| 2008-02-07 | [XFS] Remove the BPCSHIFT and NB* based macros from XFS. | Tim Shimmin | 1 | -2/+2 |
| 2008-02-07 | [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config | Eric Sandeen | 1 | -3/+2 |
| 2008-02-07 | [XFS] Fix up sparse warnings. | David Chinner | 1 | -3/+3 |
| 2008-02-07 | [XFS] Unwrap XFS_SB_LOCK. | Eric Sandeen | 1 | -4/+3 |
| 2007-10-16 | [XFS] call common xfs vnode-level helpers directly and remove vnode operations | Christoph Hellwig | 1 | -1/+3 |
| 2007-10-15 | [XFS] decontaminate vnode operations from behavior details | Christoph Hellwig | 1 | -4/+2 |
| 2007-10-15 | [XFS] remove unessecary vfs argument to DM_EVENT_ENABLED | Christoph Hellwig | 1 | -4/+3 |
| 2007-10-15 | [XFS] endianess annotations for xfs_bmbt_rec_t | Christoph Hellwig | 1 | -4/+4 |
| 2007-10-15 | [XFS] split ondisk vs incore versions of xfs_bmbt_rec_t | Christoph Hellwig | 1 | -46/+29 |
| 2007-10-15 | [XFS] hole not shown when file is created with resvsp | Vlad Apostolov | 1 | -10/+40 |
| 2007-07-14 | [XFS] Clean up function name handling in tracing code | Eric Sandeen | 1 | -154/+114 |
| 2007-07-14 | [XFS] Concurrent Multi-File Data Streams | David Chinner | 1 | -7/+62 |
| 2007-07-14 | [XFS] Use uninitialized_var macro to stop warning about rtx | Andrew Morton | 1 | -1/+2 |
| 2007-07-14 | [XFS] Cleanup inode extent size hint extraction | David Chinner | 1 | -16/+7 |
| 2007-07-14 | [XFS] xfs_bmapi fails to update the previous extent pointer | David Chinner | 1 | -3/+3 |
| 2007-05-08 | [XFS] Fix to prevent the notorious 'NULL files' problem after a crash. | Lachlan McIlroy | 1 | -5/+9 |
| 2007-05-08 | [XFS] remove more misc. unused args | Eric Sandeen | 1 | -7/+3 |
| 2007-05-08 | [XFS] The last argument "lsn" of xfs_trans_commit() is always called with | Eric Sandeen | 1 | -2/+2 |
| 2007-02-10 | [XFS] Remove a bunch of unused functions from XFS. | Eric Sandeen | 1 | -36/+0 |
| 2007-02-10 | [XFS] Remove unused arguments from the XFS_BTREE_*_ADDR macros. | Eric Sandeen | 1 | -23/+12 |
| 2007-02-10 | [XFS] Remove unused argument to xfs_bmap_finish | Eric Sandeen | 1 | -2/+1 |
| 2007-02-10 | [XFS] Make growfs work for amounts greater than 2TB | David Chinner | 1 | -13/+13 |
| 2007-02-10 | [XFS] Fix attr2 corruption with btree data extents | Barry Naujok | 1 | -0/+1 |
| 2006-11-21 | [XFS] Fix uninitialized br_state and br_startoff in | Lachlan McIlroy | 1 | -0/+2 |
| 2006-09-28 | [XFS] Improve error handling for the zero-fsblock extent detection code. | Nathan Scott | 1 | -12/+15 |
| 2006-09-28 | [XFS] endianess annotations for xfs_bmbt_key Trivial as there are no | Christoph Hellwig | 1 | -1/+1 |
| 2006-09-28 | [XFS] endianess annotate XFS_BMAP_BROOT_PTR_ADDR Make sure it returns a | Christoph Hellwig | 1 | -31/+30 |
| 2006-09-28 | [XFS] add xfs_btree_check_lptr_disk variant which handles endian | Christoph Hellwig | 1 | -1/+1 |
| 2006-08-30 | [XFS] Fix char size overflow in bmap_alloc call for unwritten extent | Adrian Bunk | 1 | -1/+1 |
| 2006-06-20 | [XFS] Remove version 1 directory code. Never functioned on Linux, just | Nathan Scott | 1 | -4/+4 |
| 2006-06-19 | [XFS] Remove an incorrect use of unlikely() on a relatively likely code | Nathan Scott | 1 | -1/+1 |
| 2006-06-09 | [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. | Nathan Scott | 1 | -2/+2 |
| 2006-06-09 | [XFS] Shutdown the filesystem if all device paths have gone. Made | Nathan Scott | 1 | -2/+2 |
| 2006-06-09 | [XFS] In actual allocation of file system blocks and freeing extents, the | Yingping Lu | 1 | -1/+4 |
| 2006-06-09 | [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report | Olaf Weber | 1 | -81/+282 |
| 2006-03-31 | [XFS] Make project quota enforcement return an error code consistent with | Nathan Scott | 1 | -6/+5 |
| 2006-03-29 | [XFS] Remove unused/obsoleted function: xfs_bmap_do_search_extents() | Mandy Kirkconnell | 1 | -107/+0 |
| 2006-03-17 | [XFS] There are a few problems with the new | Mandy Kirkconnell | 1 | -27/+30 |
| 2006-03-14 | [XFS] Fix assert to check that in-core extents are inline only. | Mandy Kirkconnell | 1 | -2/+2 |
| 2006-03-14 | [XFS] Reduce stack usage within xfs_bmapi by rearranging some code, | Nathan Scott | 1 | -323/+345 |
| 2006-03-14 | [XFS] Reduce xfs_bmapi stack use by removing some local state variables, | Nathan Scott | 1 | -42/+37 |
| 2006-03-14 | [XFS] 929045 567344 This mod introduces multi-level in-core file extent | Mandy Kirkconnell | 1 | -8/+51 |
| 2006-03-14 | [XFS] 929045 567344 This mod re-organizes some of the in-core file extent | Mandy Kirkconnell | 1 | -277/+219 |
| 2006-01-12 | [XFS] Merge in trivial changes, sync up headers with userspace | Nathan Scott | 1 | -2/+2 |
| 2006-01-11 | [XFS] Sort out cosmetic differences between user and kernel copies of some | Nathan Scott | 1 | -11/+12 |
| 2006-01-11 | [XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple and | Nathan Scott | 1 | -6/+6 |
| 2006-01-11 | [XFS] Implement the di_extsize allocator hint for non-realtime files as | Nathan Scott | 1 | -142/+231 |
| 2005-11-02 | [XFS] Endianess annotations for various allocator data structures | Christoph Hellwig | 1 | -31/+31 |
| 2005-11-02 | [XFS] Fixing size report discrepancy between ls and du caused by xfs_fsr | Yingping Lu | 1 | -1/+23 |
| 2005-11-02 | [XFS] Fixed a bug in reporting extent list for attribute fork running | Yingping Lu | 1 | -6/+7 |
| 2005-11-02 | [XFS] Fix up a 32/64 local flags variable issue when enabling attr2 mode. | Nathan Scott | 1 | -5/+6 |
| 2005-11-02 | [XFS] Update license/copyright notices to match the prefered SGI | Nathan Scott | 1 | -25/+11 |
| 2005-11-02 | [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. | Nathan Scott | 1 | -13/+11 |
| 2005-11-02 | [XFS] Ondisk format extension for extended attributes (attr2). Basically, | Nathan Scott | 1 | -18/+66 |
| 2005-11-02 | [XFS] Add format checking to cmn_err and icmn_err | Christoph Hellwig | 1 | -1/+1 |
| 2005-09-02 | [XFS] Prevent the incore superblock sb_fdblocks count from leaking when we | David Chinner | 1 | -1/+11 |
| 2005-06-21 | [XFS] Merge fixes into realtime quota code, since one/two reported, still | Nathan Scott | 1 | -48/+64 |
| 2005-06-21 | [XFS] mark various symbols static Patch from Adrian Bunk | Christoph Hellwig | 1 | -1/+14 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+6246 |