| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-24 | xfs: don't use a xfs_log_iovec for ri_buf in log recovery | Christoph Hellwig | 1 | -1/+0 |
| 2025-07-24 | xfs: return the allocated transaction from xfs_trans_alloc_empty | Christoph Hellwig | 1 | -2/+1 |
| 2025-01-13 | xfs: remove the t_magic field in struct xfs_trans | Christoph Hellwig | 1 | -1/+0 |
| 2024-11-05 | xfs: grow the realtime section when realtime groups are enabled | Darrick J. Wong | 1 | -0/+1 |
| 2024-11-05 | xfs: update realtime super every time we update the primary fs super | Darrick J. Wong | 1 | -0/+1 |
| 2024-07-04 | xfs: skip flushing log items during push | Dave Chinner | 1 | -1/+3 |
| 2024-07-02 | xfs: hoist new inode initialization functions to libxfs | Darrick J. Wong | 1 | -1/+0 |
| 2024-03-25 | xfs: don't use current->journal_info | Dave Chinner | 1 | -8/+1 |
| 2024-02-22 | xfs: launder in-memory btree buffers before transaction commit | Darrick J. Wong | 1 | -0/+1 |
| 2023-12-15 | xfs: repair inode fork block mapping data structures | Darrick J. Wong | 1 | -0/+4 |
| 2023-12-06 | xfs: move ->iop_relog to struct xfs_defer_op_type | Darrick J. Wong | 1 | -12/+0 |
| 2023-12-06 | xfs: use xfs_defer_create_done for the relogging operation | Darrick J. Wong | 1 | -1/+3 |
| 2023-12-06 | xfs: move ->iop_recover to xfs_defer_op_type | Darrick J. Wong | 1 | -4/+0 |
| 2023-12-06 | xfs: pass the xfs_defer_pending object to iop_recover | Darrick J. Wong | 1 | -1/+3 |
| 2023-02-11 | xfs: t_firstblock is tracking AGs not blocks | Dave Chinner | 1 | -1/+1 |
| 2022-07-14 | Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne... | Darrick J. Wong | 1 | -2/+4 |
| 2022-07-14 | xfs: add log item precommit operation | Dave Chinner | 1 | -2/+4 |
| 2022-07-07 | xfs: Add order IDs to log items in CIL | Dave Chinner | 1 | -0/+1 |
| 2022-05-04 | xfs: intent item whiteouts | Dave Chinner | 1 | -2/+4 |
| 2022-05-04 | xfs: add log item method to return related intents | Dave Chinner | 1 | -0/+1 |
| 2022-05-04 | xfs: add log item flags to indicate intents | Dave Chinner | 1 | -12/+13 |
| 2022-04-21 | Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-next | Dave Chinner | 1 | -4/+4 |
| 2022-04-21 | xfs: convert log item tracepoint flags to unsigned. | Dave Chinner | 1 | -4/+4 |
| 2022-04-21 | xfs: convert buffer flags to unsigned. | Dave Chinner | 1 | -1/+1 |
| 2022-03-20 | xfs: log items should have a xlog pointer, not a mount | Dave Chinner | 1 | -1/+2 |
| 2022-03-14 | xfs: reserve quota for dir expansion when linking/unlinking files | Darrick J. Wong | 1 | -0/+3 |
| 2021-10-22 | xfs: rename _zone variables to _cache | Darrick J. Wong | 1 | -1/+1 |
| 2021-10-22 | xfs: remove kmem_zone typedef | Darrick J. Wong | 1 | -1/+1 |
| 2021-10-14 | xfs: formalize the process of holding onto resources across a defer roll | Darrick J. Wong | 1 | -6/+0 |
| 2021-06-21 | xfs: xfs_log_force_lsn isn't passed a LSN | Dave Chinner | 1 | -2/+2 |
| 2021-04-29 | xfs: remove obsolete AGF counter debugging | Darrick J. Wong | 1 | -15/+0 |
| 2021-02-25 | xfs: use current->journal_info for detecting transaction recursion | Dave Chinner | 1 | -0/+30 |
| 2021-02-03 | xfs: refactor inode ownership change transaction/inode/quota allocation idiom | Darrick J. Wong | 1 | -0/+3 |
| 2021-02-03 | xfs: refactor inode creation transaction/inode/quota allocation idiom | Darrick J. Wong | 1 | -0/+6 |
| 2021-02-03 | xfs: allow reservation of rtblocks with xfs_trans_alloc_inode | Darrick J. Wong | 1 | -1/+2 |
| 2021-02-03 | xfs: refactor common transaction/inode/quota allocation idiom | Darrick J. Wong | 1 | -0/+3 |
| 2020-10-07 | xfs: periodically relog deferred intent items | Darrick J. Wong | 1 | -0/+10 |
| 2020-10-07 | xfs: proper replay of deferred ops queued during log recovery | Darrick J. Wong | 1 | -1/+2 |
| 2020-10-07 | xfs: remove XFS_LI_RECOVERED | Darrick J. Wong | 1 | -3/+1 |
| 2020-09-25 | xfs: do the assert for all the log done items in xfs_trans_cancel | Kaixu Xia | 1 | -0/+16 |
| 2020-09-15 | xfs: simplify xfs_trans_getsb | Christoph Hellwig | 1 | -1/+1 |
| 2020-07-07 | xfs: unwind log item error flagging | Dave Chinner | 1 | -1/+0 |
| 2020-07-07 | xfs: get rid of log item callbacks | Dave Chinner | 1 | -4/+0 |
| 2020-05-08 | xfs: refactor intent item RECOVERED flag into the log item | Darrick J. Wong | 1 | -1/+3 |
| 2020-05-08 | xfs: refactor releasing finished intents during log recovery | Darrick J. Wong | 1 | -0/+1 |
| 2020-05-08 | xfs: refactor recovered EFI log item playback | Darrick J. Wong | 1 | -0/+1 |
| 2020-01-26 | xfs: make xfs_trans_get_buf return an error code | Darrick J. Wong | 1 | -9/+4 |
| 2020-01-26 | xfs: make xfs_trans_get_buf_map return an error code | Darrick J. Wong | 1 | -5/+10 |
| 2019-06-28 | xfs: merge xfs_trans_bmap.c into xfs_bmap_item.c | Christoph Hellwig | 1 | -11/+0 |
| 2019-06-28 | xfs: merge xfs_trans_rmap.c into xfs_rmap_item.c | Christoph Hellwig | 1 | -11/+0 |
| 2019-06-28 | xfs: merge xfs_trans_refcount.c into xfs_refcount_item.c | Christoph Hellwig | 1 | -11/+0 |
| 2019-06-28 | xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c | Christoph Hellwig | 1 | -8/+0 |
| 2019-06-28 | xfs: remove the xfs_log_item_t typedef | Christoph Hellwig | 1 | -8/+8 |
| 2019-06-28 | xfs: add a flag to release log items on commit | Christoph Hellwig | 1 | -0/+7 |
| 2019-06-28 | xfs: split iop_unlock | Christoph Hellwig | 1 | -2/+2 |
| 2019-06-12 | xfs: remove unused flags arg from getsb interfaces | Eric Sandeen | 1 | -1/+1 |
| 2018-12-12 | xfs: const-ify xfs_owner_info arguments | Darrick J. Wong | 1 | -1/+2 |
| 2018-12-12 | xfs: idiotproof defer op type configuration | Darrick J. Wong | 1 | -4/+0 |
| 2018-10-18 | xfs: fix buffer state management in xrep_findroot_block | Darrick J. Wong | 1 | -0/+1 |
| 2018-08-02 | xfs: fold dfops into the transaction | Brian Foster | 1 | -6/+2 |
| 2018-08-02 | xfs: replace xfs_defer_ops ->dop_pending with on-stack list | Brian Foster | 1 | -1/+0 |
| 2018-08-02 | xfs: drop dop param from xfs_defer_op_type ->finish_item() callback | Brian Foster | 1 | -5/+5 |
| 2018-08-02 | xfs: automatic dfops inode relogging | Brian Foster | 1 | -3/+0 |
| 2018-08-02 | xfs: automatic dfops buffer relogging | Brian Foster | 1 | -1/+0 |
| 2018-08-02 | xfs: replace dop_low with transaction flag | Brian Foster | 1 | -2/+0 |
| 2018-08-02 | xfs: remove unused __xfs_defer_cancel() internal helper | Brian Foster | 1 | -3/+0 |
| 2018-07-26 | xfs: drop unnecessary xfs_defer_finish() dfops parameter | Brian Foster | 1 | -0/+3 |
| 2018-07-26 | xfs: support embedded dfops in transaction | Brian Foster | 1 | -1/+16 |
| 2018-07-26 | xfs: pack holes in xfs_defer_ops and xfs_trans | Brian Foster | 1 | -1/+1 |
| 2018-07-11 | xfs: add firstblock field to xfs_trans | Brian Foster | 1 | -0/+1 |
| 2018-07-11 | xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops | Brian Foster | 1 | -1/+1 |
| 2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
| 2018-05-10 | xfs: add bmapi nodiscard flag | Brian Foster | 1 | -1/+2 |
| 2018-05-10 | xfs: get rid of the log item descriptor | Dave Chinner | 1 | -4/+4 |
| 2018-05-10 | xfs: log item flags are racy | Dave Chinner | 1 | -7/+12 |
| 2018-05-09 | xfs: defer agfl block frees when dfops is available | Brian Foster | 1 | -0/+1 |
| 2018-01-29 | Use list_head infra-structure for buffer's log items list | Carlos Maiolino | 1 | -1/+1 |
| 2017-09-01 | xfs: disallow marking previously dirty buffers as ordered | Brian Foster | 1 | -1/+1 |
| 2017-09-01 | xfs: refactor buffer logging into buffer dirtying helper | Brian Foster | 1 | -1/+3 |
| 2017-09-01 | xfs: refactor xfs_trans_roll | Christoph Hellwig | 1 | -1/+2 |
| 2017-08-22 | xfs: Properly retry failed inode items in case of error during buffer writeback | Carlos Maiolino | 1 | -0/+1 |
| 2017-08-22 | xfs: Add infrastructure needed for error propagation during buffer IO failure | Carlos Maiolino | 1 | -2/+5 |
| 2017-06-19 | xfs: remove double-underscore integer types | Darrick J. Wong | 1 | -1/+1 |
| 2017-06-19 | xfs: remove lsn relevant fields from xfs_trans structure and its users | Shan Hai | 1 | -4/+0 |
| 2017-06-19 | xfs: try to avoid blowing out the transaction reservation when bunmaping a sh... | Darrick J. Wong | 1 | -1/+1 |
| 2017-04-06 | xfs: fold __xfs_trans_roll into xfs_trans_roll | Christoph Hellwig | 1 | -1/+0 |
| 2017-04-03 | xfs: implement the GETFSMAP ioctl | Darrick J. Wong | 1 | -0/+2 |
| 2017-01-30 | xfs: remove unused struct declarations | Eric Sandeen | 1 | -1/+0 |
| 2016-10-04 | xfs: implement deferred bmbt map/unmap operations | Darrick J. Wong | 1 | -0/+1 |
| 2016-10-04 | xfs: log bmap intent items | Darrick J. Wong | 1 | -0/+13 |
| 2016-10-03 | xfs: connect refcount adjust functions to upper layers | Darrick J. Wong | 1 | -2/+6 |
| 2016-10-03 | xfs: log refcount intent items | Darrick J. Wong | 1 | -0/+11 |
| 2016-08-03 | xfs: remove the extents array from the rmap update done log item | Darrick J. Wong | 1 | -1/+1 |
| 2016-08-03 | xfs: propagate bmap updates to rmapbt | Darrick J. Wong | 1 | -1/+2 |
| 2016-08-03 | xfs: enable the xfs_defer mechanism to process rmaps to update | Darrick J. Wong | 1 | -7/+4 |
| 2016-08-03 | xfs: log rmap intent items | Darrick J. Wong | 1 | -0/+17 |
| 2016-08-03 | xfs: add owner field to extent allocation and freeing | Darrick J. Wong | 1 | -1/+1 |
| 2016-08-03 | xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* | Darrick J. Wong | 1 | -5/+0 |
| 2016-08-03 | xfs: enable the xfs_defer mechanism to process extents to free | Darrick J. Wong | 1 | -0/+2 |
| 2016-08-03 | xfs: clean up typedef usage in the EFI/EFD handling code | Darrick J. Wong | 1 | -3/+3 |
| 2016-07-22 | xfs: allocate log vector buffers outside CIL context lock | Dave Chinner | 1 | -0/+1 |
| 2016-04-06 | xfs: better xfs_trans_alloc interface | Christoph Hellwig | 1 | -5/+3 |
| 2016-03-02 | xfs: remove xfs_trans_get_block_res | Christoph Hellwig | 1 | -1/+0 |
| 2015-08-19 | xfs: ensure EFD trans aborts on log recovery extent free failure | Brian Foster | 1 | -4/+3 |
| 2015-08-19 | xfs: return committed status from xfs_trans_roll() | Brian Foster | 1 | -0/+1 |
| 2015-08-19 | xfs: disentagle EFI release from the extent count | Brian Foster | 1 | -1/+0 |
| 2015-06-04 | xfs: saner xfs_trans_commit interface | Christoph Hellwig | 1 | -1/+1 |
| 2015-06-04 | xfs: remove the flags argument to xfs_trans_cancel | Christoph Hellwig | 1 | -1/+1 |
| 2015-06-04 | xfs: switch remaining xfs_trans_dup users to xfs_trans_roll | Christoph Hellwig | 1 | -3/+0 |
| 2013-12-13 | xfs: format log items write directly into the linear CIL buffer | Christoph Hellwig | 1 | -1/+1 |
| 2013-10-23 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -0/+5 |
| 2013-10-23 | xfs: decouple log and transaction headers | Dave Chinner | 1 | -5/+5 |
| 2013-10-23 | xfs: remove unused transaction callback variables | Dave Chinner | 1 | -7/+0 |
| 2013-08-30 | xfs: finish removing IOP_* macros. | Dave Chinner | 1 | -7/+1 |
| 2013-08-13 | xfs: avoid CIL allocation during insert | Dave Chinner | 1 | -1/+0 |
| 2013-08-13 | xfs: Reduce allocations during CIL insertion | Dave Chinner | 1 | -1/+0 |
| 2013-08-13 | xfs: return log item size in IOP_SIZE | Dave Chinner | 1 | -2/+1 |
| 2013-08-12 | xfs: refactor xfs_trans_reserve() interface | Jie Liu | 1 | -1/+2 |
| 2013-08-12 | xfs: split out transaction reservation code | Dave Chinner | 1 | -75/+2 |
| 2013-08-12 | xfs: sync minor header differences needed by userspace. | Dave Chinner | 1 | -4/+1 |
| 2013-08-12 | xfs: split out on-disk transaction definitions | Dave Chinner | 1 | -205/+0 |
| 2013-06-27 | xfs: Inode create log items | Dave Chinner | 1 | -1/+3 |
| 2013-06-27 | xfs: Introduce an ordered buffer item | Dave Chinner | 1 | -0/+1 |
| 2013-06-19 | xfs: Remove two dead transaction log reservaion macros | Jie Liu | 1 | -8/+3 |
| 2013-05-07 | xfs: introduce CONFIG_XFS_WARN | Dave Chinner | 1 | -2/+2 |
| 2013-04-27 | xfs: buffer type overruns blf_flags field | Dave Chinner | 1 | -4/+0 |
| 2013-04-27 | xfs: add buffer types to directory and attribute buffers | Dave Chinner | 1 | -0/+2 |
| 2013-04-21 | xfs: add support for large btree blocks | Christoph Hellwig | 1 | -0/+2 |
| 2013-02-01 | xfs: refactor space log reservation for XFS_TRANS_ATTR_SET | Jeff Liu | 1 | -7/+4 |
| 2013-02-01 | xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on disk | Jeff Liu | 1 | -0/+1 |
| 2013-02-01 | xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time | Jeff Liu | 1 | -0/+1 |
| 2013-02-01 | xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount time | Jeff Liu | 1 | -0/+1 |
| 2013-02-01 | xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount time | Jeff Liu | 1 | -0/+1 |
| 2013-02-01 | xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount time | Jeff Liu | 1 | -0/+1 |
| 2013-02-01 | xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount time | Jeff Liu | 1 | -1/+1 |
| 2012-11-15 | xfs: convert buffer verifiers to an ops structure. | Dave Chinner | 1 | -3/+3 |
| 2012-11-15 | xfs: make buffer read verication an IO completion function | Dave Chinner | 1 | -11/+8 |
| 2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+2 |
| 2012-07-31 | xfs: Convert to new freezing code | Jan Kara | 1 | -0/+2 |
| 2012-07-01 | xfs: add discontiguous buffer support to transactions | Dave Chinner | 1 | -5/+45 |
| 2012-05-29 | xfs: switch to proper __bitwise type for KM_... flags | Al Viro | 1 | -1/+1 |
| 2012-05-14 | xfs: on-stack delayed write buffer lists | Christoph Hellwig | 1 | -11/+7 |
| 2011-12-08 | xfs: remove the lid_size field in struct log_item_desc | Christoph Hellwig | 1 | -2/+1 |
| 2011-11-08 | xfs: constify xfs_item_ops | Christoph Hellwig | 1 | -3/+3 |
| 2011-10-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Alex Elder | 1 | -1/+1 |
| 2011-10-11 | xfs: simplify xfs_trans_ijoin* again | Christoph Hellwig | 1 | -2/+1 |
| 2011-10-11 | xfs: unlock the inode before log force in xfs_fsync | Christoph Hellwig | 1 | -4/+1 |
| 2011-10-11 | xfs: force the log if we encounter pinned buffers in .iop_pushbuf | Christoph Hellwig | 1 | -1/+1 |
| 2011-02-22 | xfs: more sensible inode refcounting for ialloc | Christoph Hellwig | 1 | -2/+0 |
| 2010-12-02 | xfs: connect up buffer reclaim priority hooks | Dave Chinner | 1 | -1/+1 |
| 2010-10-18 | xfs: remove unused t_callback field in struct xfs_trans | Christoph Hellwig | 1 | -2/+0 |
| 2010-10-18 | xfs: don't use vfs writeback for pure metadata modifications | Dave Chinner | 1 | -0/+1 |
| 2010-07-26 | xfs: remove the unused XFS_TRANS_NOSLEEP/XFS_TRANS_WAIT flags | Christoph Hellwig | 1 | -2/+0 |
| 2010-07-26 | xfs: simplify inode to transaction joining | Christoph Hellwig | 1 | -2/+2 |
| 2010-07-26 | xfs: merge iop_unpin_remove into iop_unpin | Christoph Hellwig | 1 | -4/+2 |
| 2010-07-26 | xfs: simplify log item descriptor tracking | Christoph Hellwig | 1 | -98/+7 |
| 2010-05-28 | xfs: cleanup log reservation calculactions | Christoph Hellwig | 1 | -411/+0 |
| 2010-05-24 | xfs: Ensure inode allocation buffers are fully replayed | Dave Chinner | 1 | -0/+1 |
| 2010-05-24 | xfs: Introduce delayed logging core code | Dave Chinner | 1 | -1/+7 |
| 2010-05-24 | xfs: Improve scalability of busy extent tracking | Dave Chinner | 1 | -33/+2 |
| 2010-05-19 | xfs: add log item recovery tracing | Dave Chinner | 1 | -0/+9 |
| 2010-05-19 | xfs: remove stale parameter from ->iop_unpin method | Dave Chinner | 1 | -3/+2 |
| 2010-03-01 | xfs: stop passing opaque handles to xfs_log.c routines | Christoph Hellwig | 1 | -1/+1 |
| 2010-02-02 | xfs: Don't issue buffer IO direct from AIL push V2 | Dave Chinner | 1 | -2/+1 |
| 2009-12-14 | xfs: event tracing support | Christoph Hellwig | 1 | -0/+47 |
| 2009-12-11 | xfs: I/O completion handlers must use NOFS allocations | Christoph Hellwig | 1 | -1/+1 |
| 2009-09-01 | xfs: merge fsync and O_SYNC handling | Christoph Hellwig | 1 | -1/+1 |
| 2009-03-29 | xfs: fix various typos | Malcolm Parsons | 1 | -6/+6 |
| 2009-02-09 | xfs: remove superflous inobt macros | Christoph Hellwig | 1 | -6/+6 |
| 2008-10-30 | [XFS] Finish removing the mount pointer from the AIL API | David Chinner | 1 | -3/+0 |
| 2008-10-30 | [XFS] Add ail pointer into log items | David Chinner | 1 | -0/+1 |
| 2008-10-30 | [XFS] move the AIl traversal over to a consistent interface | David Chinner | 1 | -1/+0 |
| 2008-10-30 | [XFS] Sync up kernel and user-space headers | Barry Naujok | 1 | -161/+156 |
| 2008-08-13 | [XFS] remove shouting-indirection macros from xfs_trans.h | Eric Sandeen | 1 | -11/+0 |
| 2008-08-13 | [XFS] Move xfs_attr_rolltrans to xfs_trans_roll | Niv Sardi | 1 | -0/+1 |
| 2008-04-18 | [XFS] Replace custom AIL linked-list code with struct list_head | Josef 'Jeff' Sipek | 1 | -6/+1 |
| 2008-04-18 | [XFS] kill t_sema member of struct xfs_trans | Niv Sardi | 1 | -1/+0 |
| 2008-02-07 | [XFS] Move AIL pushing into it's own thread | David Chinner | 1 | -2/+3 |
| 2008-02-07 | [XFS] Fix up sparse warnings. | David Chinner | 1 | -0/+2 |
| 2007-07-14 | [XFS] Lazy Superblock Counters | David Chinner | 1 | -1/+2 |
| 2007-05-08 | [XFS] The last argument "lsn" of xfs_trans_commit() is always called with | Eric Sandeen | 1 | -3/+1 |
| 2007-02-10 | [XFS] Make growfs work for amounts greater than 2TB | David Chinner | 1 | -21/+21 |
| 2007-02-10 | [XFS] Get rid of old 5.3/6.1 v1 log items. Cleanup patch sent in by Eric | Eric Sandeen | 1 | -4/+0 |
| 2006-09-28 | [XFS] Remove unused iop_abort log item operation | Eric Sandeen | 1 | -2/+0 |
| 2006-06-27 | [XFS] Reduce size of xfs_trans_t structure. * remove ->t_forw, ->t_back -- | Alexey Dobriyan | 1 | -2/+2 |
| 2006-06-20 | [XFS] Remove version 1 directory code. Never functioned on Linux, just | Nathan Scott | 1 | -5/+2 |
| 2006-03-29 | [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all | Nathan Scott | 1 | -1/+1 |
| 2006-03-14 | [XFS] Cleanup the use of zones/slabs, more consistent and allows flags to | Nathan Scott | 1 | -1/+1 |
| 2006-01-11 | [XFS] Sort out cosmetic differences between user and kernel copies of some | Nathan Scott | 1 | -1/+0 |
| 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 | -61/+59 |
| 2005-11-02 | [XFS] remove unused struct xfs_ail_ticket | Christoph Hellwig | 1 | -13/+0 |
| 2005-11-02 | [XFS] write barrier support Issue all log sync operations as ordered | Christoph Hellwig | 1 | -1/+6 |
| 2005-09-05 | [XFS] Fixes a bug in the quota code when allocating a new dquot record | Tim Shimmin | 1 | -0/+1 |
| 2005-09-02 | [XFS] 929956 add log debugging and tracing info | Tim Shimmin | 1 | -0/+1 |
| 2005-06-21 | [XFS] Remove dead code. Patch from Adrian Bunk | Christoph Hellwig | 1 | -3/+0 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+1042 |