| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-12 | xfs: remove the xlog_in_core_t typedef | Christoph Hellwig | 1 | -9/+9 |
| 2025-11-12 | xfs: remove l_iclog_heads | Christoph Hellwig | 1 | -5/+6 |
| 2025-11-12 | xfs: remove the xlog_rec_header_t typedef | Christoph Hellwig | 1 | -3/+3 |
| 2025-11-12 | xfs: remove xlog_in_core_2_t | Christoph Hellwig | 1 | -15/+6 |
| 2025-11-12 | xfs: remove a very outdated comment from xlog_alloc_log | Christoph Hellwig | 1 | -7/+0 |
| 2025-11-12 | xfs: cleanup xlog_alloc_log a bit | Christoph Hellwig | 1 | -10/+8 |
| 2025-11-12 | xfs: don't use xlog_in_core_2_t in struct xlog_in_core | Christoph Hellwig | 1 | -37/+37 |
| 2025-11-12 | xfs: add a on-disk log header cycle array accessor | Christoph Hellwig | 1 | -47/+16 |
| 2025-11-12 | xfs: add a XLOG_CYCLE_DATA_SIZE constant | Christoph Hellwig | 1 | -9/+9 |
| 2025-09-29 | Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -17/+18 |
| 2025-09-19 | fs: WQ_PERCPU added to alloc_workqueue users | Marco Crivellari | 1 | -2/+1 |
| 2025-09-18 | xfs: remove the expr argument to XFS_TEST_ERROR | Christoph Hellwig | 1 | -4/+4 |
| 2025-09-16 | xfs: fix log CRC mismatches between i386 and other architectures | Christoph Hellwig | 1 | -4/+4 |
| 2025-09-16 | xfs: remove the xfs_trans_header_t typedef | Christoph Hellwig | 1 | -1/+1 |
| 2025-09-16 | xfs: remove the xlog_op_header_t typedef | Christoph Hellwig | 1 | -8/+9 |
| 2025-07-24 | xfs: use better names for size members in xfs_log_vec | Christoph Hellwig | 1 | -5/+5 |
| 2025-07-24 | xfs: remove the xlog_ticket_t typedef | Christoph Hellwig | 1 | -3/+3 |
| 2025-05-07 | xfs: simplify building the bio in xlog_write_iclog | Christoph Hellwig | 1 | -26/+6 |
| 2025-04-16 | xfs: Fix spelling mistake "drity" -> "dirty" | Zhang Xianwei | 1 | -1/+1 |
| 2025-03-03 | xfs: add the zoned space allocator | Christoph Hellwig | 1 | -0/+4 |
| 2025-01-13 | xfs: remove redundant update for ticket->t_curr_res in xfs_log_ticket_regrant | Long Li | 1 | -2/+0 |
| 2024-11-22 | xfs: prevent mount and log shutdown race | Dave Chinner | 1 | -0/+11 |
| 2024-09-03 | xfs: Use xfs set and clear mp state helpers | John Garry | 1 | -1/+1 |
| 2024-07-04 | xfs: grant heads track byte counts, not LSNs | Dave Chinner | 1 | -158/+88 |
| 2024-07-04 | xfs: pass the full grant head to accounting functions | Dave Chinner | 1 | -80/+77 |
| 2024-07-04 | xfs: collapse xlog_state_set_callback in caller | Dave Chinner | 1 | -20/+11 |
| 2024-07-04 | xfs: l_last_sync_lsn is really AIL state | Dave Chinner | 1 | -72/+9 |
| 2024-07-04 | xfs: ensure log tail is always up to date | Dave Chinner | 1 | -3/+2 |
| 2024-07-04 | xfs: AIL doesn't need manual pushing | Dave Chinner | 1 | -130/+5 |
| 2024-04-15 | xfs: only clear log incompat flags at clean unmount | Darrick J. Wong | 1 | -27/+1 |
| 2024-02-22 | xfs: remove the xfs_buftarg_t typedef | Christoph Hellwig | 1 | -8/+8 |
| 2024-02-13 | xfs: use GFP_KERNEL in pure transaction contexts | Dave Chinner | 1 | -1/+2 |
| 2024-02-13 | xfs: convert remaining kmem_free() to kfree() | Dave Chinner | 1 | -4/+4 |
| 2024-02-13 | xfs: convert kmem_free() for kvmalloc users to kvfree() | Dave Chinner | 1 | -2/+2 |
| 2024-02-13 | xfs: convert kmem_zalloc() to kzalloc() | Dave Chinner | 1 | -2/+3 |
| 2023-12-06 | xfs: use xfs_defer_pending objects to recover intent items | Darrick J. Wong | 1 | -0/+1 |
| 2023-11-13 | xfs: up(ic_sema) if flushing data device fails | Leah Rumancik | 1 | -11/+12 |
| 2023-09-12 | xfs: fix log recovery when unknown rocompat bits are set | Darrick J. Wong | 1 | -17/+0 |
| 2023-06-29 | xfs: journal geometry is not properly bounds checked | Dave Chinner | 1 | -32/+15 |
| 2022-11-30 | xfs: wait iclog complete before tearing down AIL | Guo Xuenan | 1 | -11/+25 |
| 2022-11-16 | xfs: Print XFS UUID on mount and umount events. | Lukas Herbolt | 1 | -4/+6 |
| 2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-09-19 | xfs: remove redundant else for clean code | Zeng Heng | 1 | -5/+5 |
| 2022-08-05 | xfs: check return codes when flushing block devices | Darrick J. Wong | 1 | -2/+10 |
| 2022-07-31 | xfs: delete extra space and tab in blank line | Xie Shaowen | 1 | -1/+1 |
| 2022-07-07 | xfs: xlog_sync() manually adjusts grant head space | Dave Chinner | 1 | -12/+23 |
| 2022-07-07 | xfs: convert log vector chain to use list heads | Dave Chinner | 1 | -5/+6 |
| 2022-07-02 | xfs: rework per-iclog header CIL reservation | Dave Chinner | 1 | -3/+6 |
| 2022-07-01 | xfs: prevent a UAF when log IO errors race with unmount | Darrick J. Wong | 1 | -2/+7 |
| 2022-05-27 | xfs: move xfs_attr_use_log_assist out of xfs_log.c | Darrick J. Wong | 1 | -41/+0 |
| 2022-05-27 | xfs: warn about LARP once per mount | Darrick J. Wong | 1 | -2/+2 |
| 2022-05-11 | xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred | Allison Henderson | 1 | -0/+41 |
| 2022-04-21 | Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-next | Dave Chinner | 1 | -441/+323 |
| 2022-04-21 | xfs: convert shutdown reasons to unsigned. | Dave Chinner | 1 | -1/+1 |
| 2022-04-21 | xfs: xlog_write() doesn't need optype anymore | Dave Chinner | 1 | -3/+1 |
| 2022-04-21 | xfs: xlog_write() no longer needs contwr state | Dave Chinner | 1 | -18/+10 |
| 2022-04-21 | xfs: remove xlog_verify_dest_ptr | Christoph Hellwig | 1 | -34/+1 |
| 2022-04-21 | xfs: introduce xlog_write_partial() | Dave Chinner | 1 | -228/+196 |
| 2022-04-21 | xfs: introduce xlog_write_full() | Dave Chinner | 1 | -3/+66 |
| 2022-04-21 | xfs: change the type of ic_datap | Christoph Hellwig | 1 | -4/+3 |
| 2022-04-21 | xfs: pass lv chain length into xlog_write() | Dave Chinner | 1 | -30/+5 |
| 2022-04-21 | xfs: log ticket region debug is largely useless | Dave Chinner | 1 | -101/+6 |
| 2022-04-21 | xfs: reserve space and initialise xlog_op_header in item formatting | Dave Chinner | 1 | -38/+77 |
| 2022-04-21 | xfs: log tickets don't need log client id | Dave Chinner | 1 | -39/+8 |
| 2022-04-21 | xfs: embed the xlog_op_header in the commit record | Dave Chinner | 1 | -16/+6 |
| 2022-04-21 | xfs: embed the xlog_op_header in the unmount record | Dave Chinner | 1 | -11/+28 |
| 2022-04-21 | xfs: only CIL pushes require a start record | Dave Chinner | 1 | -45/+45 |
| 2022-04-01 | Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -51/+58 |
| 2022-03-29 | xfs: drop async cache flushes from CIL commits. | Dave Chinner | 1 | -25/+11 |
| 2022-03-29 | xfs: shutdown during log recovery needs to mark the log shutdown | Dave Chinner | 1 | -8/+10 |
| 2022-03-29 | xfs: xfs_do_force_shutdown needs to block racing shutdowns | Dave Chinner | 1 | -0/+1 |
| 2022-03-29 | xfs: log shutdown triggers should only shut down the log | Dave Chinner | 1 | -9/+23 |
| 2022-03-29 | xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks | Dave Chinner | 1 | -9/+13 |
| 2022-03-24 | Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -3/+2 |
| 2022-03-20 | xfs: log items should have a xlog pointer, not a mount | Dave Chinner | 1 | -1/+1 |
| 2022-03-20 | xfs: log worker needs to start before intent/unlink recovery | Dave Chinner | 1 | -2/+1 |
| 2022-02-02 | block: pass a block_device and opf to bio_init | Christoph Hellwig | 1 | -7/+7 |
| 2021-10-22 | xfs: rename _zone variables to _cache | Darrick J. Wong | 1 | -3/+3 |
| 2021-10-22 | xfs: remove kmem_zone typedef | Darrick J. Wong | 1 | -1/+1 |
| 2021-08-19 | xfs: convert remaining mount flags to state flags | Dave Chinner | 1 | -14/+17 |
| 2021-08-19 | xfs: convert mount flags to features | Dave Chinner | 1 | -7/+7 |
| 2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 1 | -9/+9 |
| 2021-08-16 | xfs: AIL needs asynchronous CIL forcing | Dave Chinner | 1 | -17/+21 |
| 2021-08-16 | xfs: order CIL checkpoint start records | Dave Chinner | 1 | -0/+1 |
| 2021-08-16 | xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state() | Dave Chinner | 1 | -31/+16 |
| 2021-08-16 | xfs: pass a CIL context to xlog_write() | Dave Chinner | 1 | -7/+11 |
| 2021-08-16 | xfs: move xlog_commit_record to xfs_log_cil.c | Dave Chinner | 1 | -31/+0 |
| 2021-08-16 | xfs: log head and tail aren't reliable during shutdown | Dave Chinner | 1 | -24/+27 |
| 2021-08-16 | xfs: don't run shutdown callbacks on active iclogs | Dave Chinner | 1 | -4/+31 |
| 2021-08-16 | xfs: separate out log shutdown callback processing | Dave Chinner | 1 | -15/+38 |
| 2021-08-16 | xfs: rework xlog_state_do_callback() | Dave Chinner | 1 | -43/+53 |
| 2021-08-16 | xfs: make forced shutdown processing atomic | Dave Chinner | 1 | -55/+45 |
| 2021-08-16 | xfs: convert log flags to an operational state field | Dave Chinner | 1 | -35/+23 |
| 2021-08-16 | xfs: move recovery needed state updates to xfs_log_mount_finish | Dave Chinner | 1 | -8/+16 |
| 2021-08-16 | xfs: XLOG_STATE_IOERROR must die | Dave Chinner | 1 | -78/+30 |
| 2021-08-16 | xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown() | Dave Chinner | 1 | -16/+16 |
| 2021-08-09 | xfs: clear log incompat feature bits when the log is idle | Darrick J. Wong | 1 | -0/+49 |
| 2021-08-09 | xfs: allow setting and clearing of log incompat feature flags | Darrick J. Wong | 1 | -0/+14 |
| 2021-08-09 | xfs: replace kmem_alloc_large() with kvmalloc() | Dave Chinner | 1 | -2/+2 |
| 2021-08-09 | xfs: remove kmem_alloc_io() | Dave Chinner | 1 | -2/+1 |
| 2021-07-29 | xfs: limit iclog tail updates | Dave Chinner | 1 | -13/+37 |
| 2021-07-29 | xfs: avoid unnecessary waits in xfs_log_force_lsn() | Dave Chinner | 1 | -5/+37 |
| 2021-07-29 | xfs: log forces imply data device cache flushes | Dave Chinner | 1 | -13/+34 |
| 2021-07-29 | xfs: factor out forced iclog flushes | Dave Chinner | 1 | -24/+18 |
| 2021-07-29 | xfs: fix ordering violation between cache flushes and tail updates | Dave Chinner | 1 | -10/+26 |
| 2021-07-29 | xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog | Dave Chinner | 1 | -28/+17 |
| 2021-07-29 | xfs: external logs need to flush data device | Dave Chinner | 1 | -8/+11 |
| 2021-07-29 | xfs: flush data dev on external log write | Dave Chinner | 1 | -1/+1 |
| 2021-07-02 | Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -157/+116 |
| 2021-06-25 | xfs: Fix a CIL UAF by getting get rid of the iclog callback lock | Dave Chinner | 1 | -28/+6 |
| 2021-06-25 | xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacks | Dave Chinner | 1 | -10/+6 |
| 2021-06-25 | xfs: don't nest icloglock inside ic_callback_lock | Dave Chinner | 1 | -14/+4 |
| 2021-06-21 | xfs: force the log offline when log intent item recovery fails | Darrick J. Wong | 1 | -0/+3 |
| 2021-06-21 | xfs: add iclog state trace events | Dave Chinner | 1 | -0/+18 |
| 2021-06-21 | xfs: xfs_log_force_lsn isn't passed a LSN | Dave Chinner | 1 | -13/+14 |
| 2021-06-21 | xfs: journal IO cache flush reductions | Dave Chinner | 1 | -43/+23 |
| 2021-06-21 | xfs: remove need_start_rec parameter from xlog_write() | Dave Chinner | 1 | -22/+22 |
| 2021-06-21 | xfs: remove xfs_blkdev_issue_flush | Dave Chinner | 1 | -1/+1 |
| 2021-06-18 | xfs: separate CIL commit record IO | Dave Chinner | 1 | -3/+5 |
| 2021-06-18 | xfs: Fix 64-bit division on 32-bit in xlog_state_switch_iclogs() | Geert Uytterhoeven | 1 | -2/+2 |
| 2021-06-18 | xfs: log stripe roundoff is a property of the log | Dave Chinner | 1 | -34/+25 |
| 2021-05-26 | xfs: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2021-05-04 | xfs: don't allow log writes if the data device is readonly | Darrick J. Wong | 1 | -4/+6 |
| 2021-02-10 | xfs: fix boolreturn.cocci warnings | kernel test robot | 1 | -1/+1 |
| 2021-02-03 | xfs: set WQ_SYSFS on all workqueues in debug mode | Darrick J. Wong | 1 | -2/+3 |
| 2021-02-01 | xfs: fix unused log variable in xfs_log_cover() | Brian Foster | 1 | -3/+2 |
| 2021-01-22 | xfs: fold sbcount quiesce logging into log covering | Brian Foster | 1 | -2/+18 |
| 2021-01-22 | xfs: don't reset log idle state on covering checkpoints | Brian Foster | 1 | -3/+6 |
| 2021-01-22 | xfs: cover the log during log quiesce | Brian Foster | 1 | -3/+46 |
| 2021-01-22 | xfs: separate log cleaning from log quiesce | Brian Foster | 1 | -1/+7 |
| 2021-01-22 | xfs: lift writable fs check up into log worker task | Brian Foster | 1 | -10/+8 |
| 2021-01-22 | xfs: sync lazy sb accounting on quiesce of read-only mounts | Brian Foster | 1 | -8/+20 |
| 2021-01-22 | xfs: don't drain buffer lru on freeze and read-only remount | Brian Foster | 1 | -2/+4 |
| 2021-01-22 | xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain() | Brian Foster | 1 | -3/+3 |
| 2020-10-07 | xfs: expose the log push threshold | Darrick J. Wong | 1 | -10/+30 |
| 2020-09-23 | xfs: clean up calculation of LR header blocks | Gao Xiang | 1 | -3/+1 |
| 2020-07-28 | xfs: Modify xlog_ticket_alloc() to use kernel's MM API | Carlos Maiolino | 1 | -6/+3 |
| 2020-03-27 | xfs: don't write a corrupt unmount record to force summary counter recalc | Darrick J. Wong | 1 | -13/+14 |
| 2020-03-27 | xfs: don't allow log IO to be throttled | Dave Chinner | 1 | -1/+9 |
| 2020-03-27 | xfs: remove some stale comments from the log code | Dave Chinner | 1 | -46/+13 |
| 2020-03-27 | xfs: refactor unmount record writing | Dave Chinner | 1 | -20/+29 |
| 2020-03-27 | xfs: merge xlog_commit_record with xlog_write_done | Dave Chinner | 1 | -33/+10 |
| 2020-03-27 | xfs: split xlog_ticket_done | Christoph Hellwig | 1 | -57/+27 |
| 2020-03-27 | xfs: kill XLOG_TIC_INITED | Dave Chinner | 1 | -4/+0 |
| 2020-03-27 | xfs: refactor and split xfs_log_done() | Dave Chinner | 1 | -43/+21 |
| 2020-03-27 | xfs: re-order initial space accounting checks in xlog_write | Dave Chinner | 1 | -21/+10 |
| 2020-03-27 | xfs: don't try to write a start record into every iclog | Dave Chinner | 1 | -40/+37 |
| 2020-03-26 | xfs: shutdown on failure to add page to log bio | Brian Foster | 1 | -3/+9 |
| 2020-03-23 | xfs: remove xlog_state_want_sync | Christoph Hellwig | 1 | -32/+18 |
| 2020-03-23 | xfs: move the ioerror check out of xlog_state_clean_iclog | Christoph Hellwig | 1 | -4/+5 |
| 2020-03-23 | xfs: refactor xlog_state_clean_iclog | Christoph Hellwig | 1 | -92/+88 |
| 2020-03-23 | xfs: remove the aborted parameter to xlog_state_done_syncing | Christoph Hellwig | 1 | -32/+16 |
| 2020-03-23 | xfs: simplify log shutdown checking in xfs_log_release_iclog | Christoph Hellwig | 1 | -14/+6 |
| 2020-03-23 | xfs: simplify the xfs_log_release_iclog calling convention | Christoph Hellwig | 1 | -6/+4 |
| 2020-03-23 | xfs: factor out a xlog_wait_on_iclog helper | Christoph Hellwig | 1 | -45/+31 |
| 2020-03-13 | xfs: cleanup xfs_log_unmount_write | Christoph Hellwig | 1 | -16/+16 |
| 2020-03-13 | xfs: remove dead code from xfs_log_unmount_write | Christoph Hellwig | 1 | -32/+3 |
| 2020-03-13 | xfs: remove the unused return value from xfs_log_unmount_write | Christoph Hellwig | 1 | -10/+5 |
| 2020-03-02 | xfs: fix iclog release error check race with shutdown | Brian Foster | 1 | -4/+9 |
| 2019-12-03 | xfs: fix mount failure crash on invalid iclog memory access | Brian Foster | 1 | -0/+2 |
| 2019-11-18 | xfs: Remove kmem_zone_free() wrapper | Carlos Maiolino | 1 | -1/+1 |
| 2019-11-10 | xfs: annotate functions that trip static checker locking checks | Darrick J. Wong | 1 | -0/+2 |
| 2019-11-05 | xfs: use super s_id instead of struct xfs_mount m_fsname | Ian Kent | 1 | -1/+1 |
| 2019-10-21 | xfs: remove the XLOG_STATE_DO_CALLBACK state | Christoph Hellwig | 1 | -65/+11 |
| 2019-10-21 | xfs: turn ic_state into an enum | Christoph Hellwig | 1 | -83/+76 |
| 2019-10-21 | xfs: remove dead ifdef XFSERRORDEBUG code | Christoph Hellwig | 1 | -13/+0 |
| 2019-10-21 | xfs: call xlog_state_release_iclog with l_icloglock held | Christoph Hellwig | 1 | -98/+90 |
| 2019-10-21 | xfs: move the locking from xlog_state_finish_copy to the callers | Christoph Hellwig | 1 | -9/+7 |
| 2019-10-21 | xfs: remove the unused ic_io_size field from xlog_in_core | Christoph Hellwig | 1 | -4/+2 |
| 2019-10-21 | xfs: pass the correct flag to xlog_write_iclog | Christoph Hellwig | 1 | -1/+1 |
| 2019-10-06 | xfs: assure zeroed memory buffers for certain kmem allocations | Bill O'Donnell | 1 | -1/+1 |
| 2019-09-05 | xfs: push the grant head when the log head moves forward | Dave Chinner | 1 | -25/+47 |
| 2019-09-05 | xfs: push iclog state cleaning into xlog_state_clean_log | Dave Chinner | 1 | -24/+33 |
| 2019-09-05 | xfs: factor iclog state processing out of xlog_state_do_callback() | Dave Chinner | 1 | -98/+98 |
| 2019-09-05 | xfs: factor callbacks out of xlog_state_do_callback() | Dave Chinner | 1 | -28/+48 |
| 2019-09-05 | xfs: factor debug code out of xlog_state_do_callback() | Dave Chinner | 1 | -35/+44 |
| 2019-09-05 | xfs: fix missed wakeup on l_flush_wait | Rik van Riel | 1 | -5/+4 |
| 2019-09-05 | xfs: push the AIL in xlog_grant_head_wake | Dave Chinner | 1 | -1/+28 |
| 2019-08-26 | xfs: add kmem_alloc_io() | Dave Chinner | 1 | -2/+3 |
| 2019-08-26 | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa | 1 | -2/+1 |
| 2019-08-03 | fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve(). | Tetsuo Handa | 1 | -4/+1 |
| 2019-07-03 | fs: xfs: xfs_log: Change return type from int to void | Hariprasad Kelam | 1 | -6/+2 |
| 2019-06-28 | xfs: fix iclog allocation size | Christoph Hellwig | 1 | -1/+2 |
| 2019-06-28 | xfs: remove unused header files | Eric Sandeen | 1 | -4/+0 |
| 2019-06-28 | xfs: use a list_head for iclog callbacks | Christoph Hellwig | 1 | -42/+9 |
| 2019-06-28 | xfs: stop using XFS_LI_ABORTED as a parameter flag | Christoph Hellwig | 1 | -14/+11 |
| 2019-06-28 | xfs: move the log ioend workqueue to struct xlog | Christoph Hellwig | 1 | -2/+11 |
| 2019-06-28 | xfs: use bios directly to write log buffers | Christoph Hellwig | 1 | -122/+108 |
| 2019-06-28 | xfs: make use of the l_targ field in struct xlog | Christoph Hellwig | 1 | -3/+3 |
| 2019-06-28 | xfs: remove the syncing argument from xlog_verify_iclog | Christoph Hellwig | 1 | -8/+6 |
| 2019-06-28 | xfs: update both stat counters together in xlog_sync | Christoph Hellwig | 1 | -1/+1 |
| 2019-06-28 | xfs: factor out iclog size calculation from xlog_sync | Christoph Hellwig | 1 | -26/+41 |
| 2019-06-28 | xfs: factor out splitting of an iclog from xlog_sync | Christoph Hellwig | 1 | -30/+33 |
| 2019-06-28 | xfs: factor out log buffer writing from xlog_sync | Christoph Hellwig | 1 | -80/+45 |
| 2019-06-28 | xfs: don't use REQ_PREFLUSH for split log writes | Christoph Hellwig | 1 | -1/+1 |
| 2019-06-28 | xfs: remove XLOG_STATE_IOABORT | Christoph Hellwig | 1 | -9/+11 |
| 2019-06-28 | xfs: reformat xlog_get_lowest_lsn | Christoph Hellwig | 1 | -14/+10 |
| 2019-06-28 | xfs: cleanup xlog_get_iclog_buffer_size | Christoph Hellwig | 1 | -41/+11 |
| 2019-06-28 | xfs: remove the l_iclog_size_log field from struct xlog | Christoph Hellwig | 1 | -9/+0 |
| 2019-06-28 | xfs: remove the no-op spinlock_destroy stub | Christoph Hellwig | 1 | -2/+0 |