| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-22 | xfs: track the number of blocks in each buftarg | Christoph Hellwig | 1 | -11/+12 |
| 2025-08-11 | xfs: fix frozen file system assert in xfs_trans_alloc | Christoph Hellwig | 1 | -1/+1 |
| 2025-07-24 | xfs: return the allocated transaction from xfs_trans_alloc_empty | Christoph Hellwig | 1 | -5/+3 |
| 2025-07-24 | xfs: don't use xfs_trans_reserve in xfs_trans_roll | Christoph Hellwig | 1 | -79/+54 |
| 2025-07-24 | xfs: decouple xfs_trans_alloc_empty from xfs_trans_alloc | Christoph Hellwig | 1 | -24/+28 |
| 2025-07-24 | xfs: don't use xfs_trans_reserve in xfs_trans_reserve_more | Christoph Hellwig | 1 | -3/+12 |
| 2025-07-24 | xfs: use xfs_trans_reserve_more in xfs_trans_reserve_more_inode | Christoph Hellwig | 1 | -2/+1 |
| 2025-06-27 | xfs: add tracepoints for stale pinned inode state debug | Dave Chinner | 1 | -1/+3 |
| 2025-01-13 | xfs: remove the t_magic field in struct xfs_trans | Christoph Hellwig | 1 | -2/+0 |
| 2024-12-23 | xfs: prepare to reuse the dquot pointer space in struct xfs_inode | Darrick J. Wong | 1 | -0/+4 |
| 2024-12-12 | xfs: don't lose solo dquot update transactions | Darrick J. Wong | 1 | -7/+3 |
| 2024-12-12 | xfs: don't lose solo superblock counter update transactions | Darrick J. Wong | 1 | -2/+7 |
| 2024-12-12 | xfs: avoid nested calls to __xfs_trans_commit | Darrick J. Wong | 1 | -12/+14 |
| 2024-12-12 | xfs: only run precommits once per transaction object | Darrick J. Wong | 1 | -12/+4 |
| 2024-12-12 | xfs: unlock inodes when erroring out of xfs_trans_alloc_dir | Darrick J. Wong | 1 | -0/+3 |
| 2024-11-05 | xfs: fix chown with rt quota | Darrick J. Wong | 1 | -2/+29 |
| 2024-11-05 | xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t | Darrick J. Wong | 1 | -5/+16 |
| 2024-11-05 | xfs: grow the realtime section when realtime groups are enabled | Darrick J. Wong | 1 | -0/+9 |
| 2024-11-05 | xfs: add frextents to the lazysbcounters when rtgroups enabled | Darrick J. Wong | 1 | -14/+19 |
| 2024-11-05 | xfs: update realtime super every time we update the primary fs super | Darrick J. Wong | 1 | -0/+1 |
| 2024-11-05 | xfs: remove the mount field from struct xfs_busy_extents | Christoph Hellwig | 1 | -1/+1 |
| 2024-07-04 | xfs: move and rename xfs_trans_committed_bulk | Dave Chinner | 1 | -129/+0 |
| 2024-04-22 | xfs: split xfs_mod_freecounter | Christoph Hellwig | 1 | -16/+9 |
| 2024-04-22 | xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positive | Christoph Hellwig | 1 | -14/+24 |
| 2024-04-15 | xfs: Hold inode locks in xfs_trans_alloc_dir | Allison Henderson | 1 | -2/+7 |
| 2024-02-19 | xfs: Replace xfs_isilocked with xfs_assert_ilocked | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-12-15 | xfs: repair inode fork block mapping data structures | Darrick J. Wong | 1 | -0/+62 |
| 2023-10-17 | xfs: use shifting and masking when converting rt extents, if possible | Darrick J. Wong | 1 | -0/+4 |
| 2023-10-17 | xfs: create a helper to convert extlen to rtextlen | Darrick J. Wong | 1 | -1/+2 |
| 2023-06-05 | xfs: collect errors from inodegc for unlinked inode recovery | Dave Chinner | 1 | -1/+3 |
| 2023-06-05 | xfs: defered work could create precommits | Dave Chinner | 1 | -0/+5 |
| 2023-02-11 | xfs: don't assert fail on transaction cancel with deferred ops | Dave Chinner | 1 | -2/+2 |
| 2023-02-11 | xfs: t_firstblock is tracking AGs not blocks | Dave Chinner | 1 | -2/+2 |
| 2022-07-14 | Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne... | Darrick J. Wong | 1 | -0/+91 |
| 2022-07-14 | xfs: add log item precommit operation | Dave Chinner | 1 | -0/+91 |
| 2022-07-07 | xfs: convert log vector chain to use list heads | Dave Chinner | 1 | -2/+2 |
| 2022-04-28 | xfs: report "max_resp" used for min log size computation | Darrick J. Wong | 1 | -3/+0 |
| 2022-04-21 | Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-next | Dave Chinner | 1 | -4/+2 |
| 2022-04-21 | xfs: log tickets don't need log client id | Dave Chinner | 1 | -4/+2 |
| 2022-04-12 | xfs: use a separate frextents counter for rt extent reservations | Darrick J. Wong | 1 | -6/+37 |
| 2022-03-29 | xfs: xfs_trans_commit() path must check for log shutdown | Dave Chinner | 1 | -15/+33 |
| 2022-03-20 | xfs: AIL should be log centric | Dave Chinner | 1 | -1/+1 |
| 2022-03-20 | xfs: log items should have a xlog pointer, not a mount | Dave Chinner | 1 | -1/+1 |
| 2022-03-14 | xfs: reserve quota for dir expansion when linking/unlinking files | Darrick J. Wong | 1 | -0/+86 |
| 2021-12-21 | xfs: shut down filesystem if we xfs_trans_cancel with deferred work items | Darrick J. Wong | 1 | -1/+10 |
| 2021-10-22 | xfs: rename _zone variables to _cache | Darrick J. Wong | 1 | -4/+4 |
| 2021-10-22 | xfs: remove kmem_zone typedef | Darrick J. Wong | 1 | -1/+1 |
| 2021-10-14 | xfs: remove the xfs_dsb_t typedef | Christoph Hellwig | 1 | -4/+4 |
| 2021-08-19 | xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown | Dave Chinner | 1 | -4/+4 |
| 2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 1 | -8/+8 |
| 2021-08-16 | xfs: AIL needs asynchronous CIL forcing | Dave Chinner | 1 | -1/+1 |
| 2021-08-16 | xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown() | Dave Chinner | 1 | -1/+1 |
| 2021-08-09 | xfs: use background worker pool when transactions can't get free space | Darrick J. Wong | 1 | -4/+1 |
| 2021-06-21 | xfs: xfs_log_force_lsn isn't passed a LSN | Dave Chinner | 1 | -3/+3 |
| 2021-04-29 | xfs: update superblock counters correctly for !lazysbcount | Dave Chinner | 1 | -0/+3 |
| 2021-04-29 | xfs: remove obsolete AGF counter debugging | Darrick J. Wong | 1 | -7/+0 |
| 2021-04-07 | xfs: move the di_nblocks field to struct xfs_inode | Christoph Hellwig | 1 | -1/+1 |
| 2021-03-25 | xfs: support shrinking unused space in the last AG | Gao Xiang | 1 | -1/+0 |
| 2021-03-25 | xfs: __percpu_counter_compare() inode count debug too expensive | Dave Chinner | 1 | -9/+2 |
| 2021-02-25 | xfs: use current->journal_info for detecting transaction recursion | Dave Chinner | 1 | -15/+5 |
| 2021-02-25 | xfs: don't nest transactions when scanning for eofblocks | Darrick J. Wong | 1 | -3/+10 |
| 2021-02-03 | xfs: flush speculative space allocations when we run out of space | Darrick J. Wong | 1 | -0/+11 |
| 2021-02-03 | xfs: flush eof/cowblocks if we can't reserve quota for chown | Darrick J. Wong | 1 | -10/+19 |
| 2021-02-03 | xfs: flush eof/cowblocks if we can't reserve quota for inode creation | Darrick J. Wong | 1 | -0/+8 |
| 2021-02-03 | xfs: flush eof/cowblocks if we can't reserve quota for file blocks | Darrick J. Wong | 1 | -0/+10 |
| 2021-02-03 | xfs: remove xfs_qm_vop_chown_reserve | Darrick J. Wong | 1 | -2/+14 |
| 2021-02-03 | xfs: refactor inode ownership change transaction/inode/quota allocation idiom | Darrick J. Wong | 1 | -0/+62 |
| 2021-02-03 | xfs: refactor inode creation transaction/inode/quota allocation idiom | Darrick J. Wong | 1 | -0/+33 |
| 2021-02-03 | xfs: allow reservation of rtblocks with xfs_trans_alloc_inode | Darrick J. Wong | 1 | -2/+4 |
| 2021-02-03 | xfs: refactor common transaction/inode/quota allocation idiom | Darrick J. Wong | 1 | -0/+48 |
| 2020-12-16 | xfs: remove xfs_buf_t typedef | Dave Chinner | 1 | -1/+1 |
| 2020-09-25 | xfs: do the assert for all the log done items in xfs_trans_cancel | Kaixu Xia | 1 | -1/+1 |
| 2020-09-15 | xfs: simplify xfs_trans_getsb | Christoph Hellwig | 1 | -1/+1 |
| 2020-07-28 | xfs: Remove kmem_zone_zalloc() usage | Carlos Maiolino | 1 | -2/+2 |
| 2020-07-06 | xfs: preserve rmapbt swapext block reservation from freed blocks | Brian Foster | 1 | -1/+18 |
| 2020-05-27 | xfs: remove the m_active_trans counter | Dave Chinner | 1 | -16/+11 |
| 2020-05-27 | xfs: reduce free inode accounting overhead | Dave Chinner | 1 | -4/+13 |
| 2020-05-27 | xfs: gut error handling in xfs_trans_unreserve_and_mod_sb() | Dave Chinner | 1 | -143/+20 |
| 2020-03-27 | xfs: split xlog_ticket_done | Christoph Hellwig | 1 | -3/+6 |
| 2020-03-27 | xfs: refactor and split xfs_log_done() | Dave Chinner | 1 | -12/+12 |
| 2020-03-26 | xfs: prohibit fs freezing when using empty transactions | Darrick J. Wong | 1 | -0/+5 |
| 2020-03-11 | xfs: remove XFS_BUF_TO_SBP | Christoph Hellwig | 1 | -1/+1 |
| 2019-11-18 | xfs: Remove kmem_zone_free() wrapper | Carlos Maiolino | 1 | -1/+1 |
| 2019-08-26 | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa | 1 | -2/+2 |
| 2019-06-30 | xfs: remove XFS_TRANS_NOFS | Christoph Hellwig | 1 | -3/+1 |
| 2019-06-28 | xfs: remove unused header files | Eric Sandeen | 1 | -1/+0 |
| 2019-06-28 | xfs: add a flag to release log items on commit | Christoph Hellwig | 1 | -0/+6 |
| 2019-06-28 | xfs: split iop_unlock | Christoph Hellwig | 1 | -4/+3 |
| 2019-06-28 | xfs: don't use xfs_trans_free_items in the commit path | Christoph Hellwig | 1 | -7/+3 |
| 2019-06-28 | xfs: don't require log items to implement optional methods | Christoph Hellwig | 1 | -6/+15 |
| 2019-06-28 | xfs: stop using XFS_LI_ABORTED as a parameter flag | Christoph Hellwig | 1 | -1/+1 |
| 2019-06-28 | xfs: fix a trivial comment typo in xfs_trans_committed_bulk | Christoph Hellwig | 1 | -1/+1 |
| 2019-06-12 | xfs: remove unused flags arg from getsb interfaces | Eric Sandeen | 1 | -1/+1 |
| 2018-09-29 | xfs: avoid lockdep false positives in xfs_trans_alloc | Dave Chinner | 1 | -2/+8 |
| 2018-08-02 | xfs: fold dfops into the transaction | Brian Foster | 1 | -8/+5 |
| 2018-08-02 | xfs: replace xfs_defer_ops ->dop_pending with on-stack list | Brian Foster | 1 | -1/+1 |
| 2018-08-02 | xfs: cancel dfops on xfs_defer_finish() error | Brian Foster | 1 | -3/+1 |
| 2018-08-02 | xfs: clean out superfluous dfops dop params/vars | Brian Foster | 1 | -1/+1 |
| 2018-08-02 | xfs: pass transaction to dfops reset/move helpers | Brian Foster | 1 | -1/+1 |
| 2018-08-02 | xfs: remove unused __xfs_defer_cancel() internal helper | Brian Foster | 1 | -7/+0 |
| 2018-08-02 | xfs: refactor internal dfops initialization | Brian Foster | 1 | -10/+9 |
| 2018-07-26 | xfs: bypass final dfops roll in trans commit path | Brian Foster | 1 | -1/+1 |
| 2018-07-26 | xfs: drop unnecessary xfs_defer_finish() dfops parameter | Brian Foster | 1 | -3/+10 |
| 2018-07-26 | xfs: support embedded dfops in transaction | Brian Foster | 1 | -4/+26 |
| 2018-07-11 | xfs: add firstblock field to xfs_trans | Brian Foster | 1 | -0/+2 |
| 2018-07-11 | xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops | Brian Foster | 1 | -3/+3 |
| 2018-06-24 | xfs: allow empty transactions while frozen | Darrick J. Wong | 1 | -1/+6 |
| 2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
| 2018-05-10 | xfs: get rid of the log item descriptor | Dave Chinner | 1 | -42/+16 |
| 2018-05-10 | xfs: add tracing to high level transaction operations | Dave Chinner | 1 | -1/+19 |
| 2018-05-10 | xfs: log item flags are racy | Dave Chinner | 1 | -2/+2 |
| 2018-05-09 | xfs: defer agfl block frees when dfops is available | Brian Foster | 1 | -3/+8 |
| 2018-03-14 | xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn | Christoph Hellwig | 1 | -1/+1 |
| 2018-03-11 | xfs: shutdown if block allocation overruns tx reservation | Brian Foster | 1 | -4/+8 |
| 2018-03-11 | xfs: Rename xa_ elements to ail_ | Matthew Wilcox | 1 | -9/+9 |
| 2018-01-08 | xfs: trace log reservations at mount time | Darrick J. Wong | 1 | -0/+22 |
| 2017-09-01 | xfs: refactor xfs_trans_roll | Christoph Hellwig | 1 | -23/+5 |
| 2017-05-06 | Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -15/+24 |
| 2017-05-03 | xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS | Michal Hocko | 1 | -6/+6 |
| 2017-04-06 | xfs: fold __xfs_trans_roll into xfs_trans_roll | Christoph Hellwig | 1 | -15/+2 |
| 2017-04-03 | xfs: implement the GETFSMAP ioctl | Darrick J. Wong | 1 | -0/+22 |
| 2016-10-03 | Merge branch 'xfs-4.9-reflink-prep' into for-next | Dave Chinner | 1 | -1/+0 |
| 2016-09-19 | xfs: set up per-AG free space reservations | Darrick J. Wong | 1 | -1/+0 |
| 2016-09-14 | xfs: undo block reservation correctly in xfs_trans_reserve() | Eryu Guan | 1 | -1/+1 |
| 2016-04-06 | xfs: remove transaction types | Christoph Hellwig | 1 | -1/+1 |
| 2016-04-06 | xfs: better xfs_trans_alloc interface | Christoph Hellwig | 1 | -47/+41 |
| 2016-03-15 | xfs: ensure committed is initialized in xfs_trans_roll | Eric Sandeen | 1 | -1/+3 |
| 2015-10-12 | xfs: per-filesystem stats counter implementation | Bill O'Donnell | 1 | -3/+3 |
| 2015-08-19 | xfs: return committed status from xfs_trans_roll() | Brian Foster | 1 | -2/+13 |
| 2015-06-04 | xfs: fix xfs_log_done interface | Christoph Hellwig | 1 | -29/+4 |
| 2015-06-04 | xfs: saner xfs_trans_commit interface | Christoph Hellwig | 1 | -16/+19 |
| 2015-06-04 | xfs: remove the flags argument to xfs_trans_cancel | Christoph Hellwig | 1 | -18/+9 |
| 2015-06-04 | xfs: pass a boolean flag to xfs_trans_free_items | Christoph Hellwig | 1 | -4/+4 |
| 2015-06-04 | xfs: switch remaining xfs_trans_dup users to xfs_trans_roll | Christoph Hellwig | 1 | -3/+5 |
| 2015-02-23 | xfs: replace xfs_mod_incore_sb_batched | Dave Chinner | 1 | -72/+126 |
| 2015-02-23 | xfs: introduce xfs_mod_frextents | Dave Chinner | 1 | -8/+10 |
| 2015-02-23 | xfs: use generic percpu counters for free block counter | Dave Chinner | 1 | -10/+6 |
| 2015-02-23 | xfs: use generic percpu counters for free inode counter | Dave Chinner | 1 | -3/+2 |
| 2015-02-23 | xfs: use generic percpu counters for inode counter | Dave Chinner | 1 | -3/+2 |
| 2015-01-22 | xfs: set superblock buffer type correctly | Dave Chinner | 1 | -0/+1 |
| 2014-11-28 | xfs: move most of xfs_sb.h to xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
| 2014-11-28 | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
| 2014-06-25 | xfs: global error sign conversion | Dave Chinner | 1 | -4/+4 |
| 2014-06-22 | xfs: Nuke XFS_ERROR macro | Eric Sandeen | 1 | -4/+4 |
| 2014-06-22 | xfs: return is not a function | Eric Sandeen | 1 | -2/+2 |
| 2014-04-14 | xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done() | Eric Sandeen | 1 | -1/+1 |
| 2014-02-07 | xfs: convert xfs_log_commit_cil() to void | Jie Liu | 1 | -10/+2 |
| 2013-10-23 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -15/+1 |
| 2013-10-23 | xfs: decouple log and transaction headers | Dave Chinner | 1 | -4/+6 |
| 2013-10-23 | xfs: unify directory/attribute format definitions | Dave Chinner | 1 | -1/+1 |
| 2013-10-23 | xfs: create a shared header file for format-related information | Dave Chinner | 1 | -0/+1 |
| 2013-08-30 | xfs: finish removing IOP_* macros. | Dave Chinner | 1 | -10/+13 |
| 2013-08-12 | xfs: refactor xfs_trans_reserve() interface | Jie Liu | 1 | -25/+26 |
| 2013-08-12 | xfs: Introduce a new structure to hold transaction reservation items | Jie Liu | 1 | -1/+1 |
| 2013-08-12 | xfs: split out transaction reservation code | Dave Chinner | 1 | -653/+1 |
| 2013-08-12 | xfs: split out on-disk transaction definitions | Dave Chinner | 1 | -2/+2 |
| 2013-08-12 | xfs: separate dquot on disk format definitions out of xfs_quota.h | Dave Chinner | 1 | -1/+1 |
| 2013-06-27 | xfs: Inode create transaction reservations | Dave Chinner | 1 | -41/+77 |
| 2013-02-01 | xfs: refactor space log reservation for XFS_TRANS_ATTR_SET | Jeff Liu | 1 | -4/+24 |
| 2013-02-01 | xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on disk | Jeff Liu | 1 | -0/+12 |
| 2013-02-01 | xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time | Jeff Liu | 1 | -0/+12 |
| 2013-02-01 | xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount time | Jeff Liu | 1 | -0/+14 |
| 2013-02-01 | xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount time | Jeff Liu | 1 | -0/+15 |
| 2013-02-01 | xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount time | Jeff Liu | 1 | -0/+12 |
| 2013-02-01 | xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount time | Jeff Liu | 1 | -0/+12 |
| 2013-02-01 | xfs: make use of xfs_calc_buf_res() in xfs_trans.c | Jeff Liu | 1 | -128/+112 |
| 2013-02-01 | xfs: add a helper to figure out the space log reservation per item | Jeff Liu | 1 | -0/+31 |
| 2012-07-31 | xfs: Convert to new freezing code | Jan Kara | 1 | -3/+14 |
| 2012-05-29 | xfs: switch to proper __bitwise type for KM_... flags | Al Viro | 1 | -1/+1 |
| 2012-05-14 | xfs: clean up xfs_bit.h includes | Dave Chinner | 1 | -1/+0 |
| 2012-05-14 | xfs: clean up busy extent naming | Dave Chinner | 1 | -2/+2 |
| 2012-05-14 | xfs: move busy extent handling to it's own file | Dave Chinner | 1 | -0/+1 |
| 2012-05-14 | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 1 | -1/+0 |
| 2012-02-22 | xfs: split and cleanup xfs_log_reserve | Christoph Hellwig | 1 | -11/+20 |
| 2012-02-13 | XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended | Jesper Juhl | 1 | -2/+2 |
| 2011-12-08 | xfs: remove the lid_size field in struct log_item_desc | Christoph Hellwig | 1 | -1/+0 |
| 2011-12-08 | xfs: cleanup the transaction commit path a bit | Christoph Hellwig | 1 | -77/+4 |
| 2011-12-08 | xfs: remove the deprecated nodelaylog option | Christoph Hellwig | 1 | -394/+1 |
| 2011-10-11 | xfs: simplify xfs_trans_ijoin* again | Christoph Hellwig | 1 | -1/+1 |
| 2011-10-11 | xfs: unlock the inode before log force in xfs_fsync | Christoph Hellwig | 1 | -7/+4 |
| 2011-07-20 | xfs: use a cursor for bulk AIL insertion | Dave Chinner | 1 | -4/+23 |
| 2011-07-11 | Revert "xfs: fix filesystsem freeze race in xfs_trans_alloc" | Alex Elder | 1 | -10/+17 |
| 2011-07-08 | xfs: fix filesystsem freeze race in xfs_trans_alloc | Christoph Hellwig | 1 | -17/+10 |
| 2011-07-06 | xfs: unpin stale inodes directly in IOP_COMMITTED | Dave Chinner | 1 | -2/+2 |
| 2011-05-24 | xfs: add online discard support | Christoph Hellwig | 1 | -1/+1 |
| 2011-04-28 | xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busy | Christoph Hellwig | 1 | -4/+2 |
| 2011-01-28 | xfs: handle CIl transaction commit failures correctly | Dave Chinner | 1 | -4/+1 |
| 2011-01-28 | xfs: fix efi item leak on forced shutdown | Dave Chinner | 1 | -7/+29 |
| 2011-01-11 | xfs: fix an assignment within an ASSERT() | Jesper Juhl | 1 | -1/+1 |
| 2010-12-20 | xfs: bulk AIL insertion during transaction commit | Dave Chinner | 1 | -1/+78 |
| 2010-10-18 | xfs: fix the xfs_trans_committed | Christoph Hellwig | 1 | -2/+3 |
| 2010-10-18 | xfs: remove unused t_callback field in struct xfs_trans | Christoph Hellwig | 1 | -4/+0 |
| 2010-10-18 | xfs: do not use xfs_mod_incore_sb_batch for per-cpu counters | Christoph Hellwig | 1 | -28/+50 |
| 2010-10-18 | xfs: do not use xfs_mod_incore_sb for per-cpu counters | Christoph Hellwig | 1 | -2/+2 |
| 2010-08-24 | xfs: unlock items before allowing the CIL to commit | Dave Chinner | 1 | -4/+1 |
| 2010-07-26 | xfs: fix xfs_trans_add_item() lockdep warnings | Dave Chinner | 1 | -1/+1 |
| 2010-07-26 | xfs: simplify inode to transaction joining | Christoph Hellwig | 1 | -2/+1 |
| 2010-07-26 | xfs: merge iop_unpin_remove into iop_unpin | Christoph Hellwig | 1 | -2/+2 |
| 2010-07-26 | xfs: simplify log item descriptor tracking | Christoph Hellwig | 1 | -69/+131 |
| 2010-07-26 | xfs: remove unneeded #include statements | Christoph Hellwig | 1 | -3/+0 |