index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_log.c
Age
Commit message (
Expand
)
Author
2024-04-15
xfs: only clear log incompat flags at clean unmount
Darrick J. Wong
2024-02-22
xfs: remove the xfs_buftarg_t typedef
Christoph Hellwig
2024-02-13
xfs: use GFP_KERNEL in pure transaction contexts
Dave Chinner
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
2024-02-13
xfs: convert kmem_free() for kvmalloc users to kvfree()
Dave Chinner
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
2023-12-06
xfs: use xfs_defer_pending objects to recover intent items
Darrick J. Wong
2023-11-13
xfs: up(ic_sema) if flushing data device fails
Leah Rumancik
2023-09-12
xfs: fix log recovery when unknown rocompat bits are set
Darrick J. Wong
2023-06-29
xfs: journal geometry is not properly bounds checked
Dave Chinner
2022-11-30
xfs: wait iclog complete before tearing down AIL
Guo Xuenan
2022-11-16
xfs: Print XFS UUID on mount and umount events.
Lukas Herbolt
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-09-19
xfs: remove redundant else for clean code
Zeng Heng
2022-08-05
xfs: check return codes when flushing block devices
Darrick J. Wong
2022-07-31
xfs: delete extra space and tab in blank line
Xie Shaowen
2022-07-07
xfs: xlog_sync() manually adjusts grant head space
Dave Chinner
2022-07-07
xfs: convert log vector chain to use list heads
Dave Chinner
2022-07-02
xfs: rework per-iclog header CIL reservation
Dave Chinner
2022-07-01
xfs: prevent a UAF when log IO errors race with unmount
Darrick J. Wong
2022-05-27
xfs: move xfs_attr_use_log_assist out of xfs_log.c
Darrick J. Wong
2022-05-27
xfs: warn about LARP once per mount
Darrick J. Wong
2022-05-11
xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
Allison Henderson
2022-04-21
Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-next
Dave Chinner
2022-04-21
xfs: convert shutdown reasons to unsigned.
Dave Chinner
2022-04-21
xfs: xlog_write() doesn't need optype anymore
Dave Chinner
2022-04-21
xfs: xlog_write() no longer needs contwr state
Dave Chinner
2022-04-21
xfs: remove xlog_verify_dest_ptr
Christoph Hellwig
2022-04-21
xfs: introduce xlog_write_partial()
Dave Chinner
2022-04-21
xfs: introduce xlog_write_full()
Dave Chinner
2022-04-21
xfs: change the type of ic_datap
Christoph Hellwig
2022-04-21
xfs: pass lv chain length into xlog_write()
Dave Chinner
2022-04-21
xfs: log ticket region debug is largely useless
Dave Chinner
2022-04-21
xfs: reserve space and initialise xlog_op_header in item formatting
Dave Chinner
2022-04-21
xfs: log tickets don't need log client id
Dave Chinner
2022-04-21
xfs: embed the xlog_op_header in the commit record
Dave Chinner
2022-04-21
xfs: embed the xlog_op_header in the unmount record
Dave Chinner
2022-04-21
xfs: only CIL pushes require a start record
Dave Chinner
2022-04-01
Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-03-29
xfs: drop async cache flushes from CIL commits.
Dave Chinner
2022-03-29
xfs: shutdown during log recovery needs to mark the log shutdown
Dave Chinner
2022-03-29
xfs: xfs_do_force_shutdown needs to block racing shutdowns
Dave Chinner
2022-03-29
xfs: log shutdown triggers should only shut down the log
Dave Chinner
2022-03-29
xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks
Dave Chinner
2022-03-24
Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-03-20
xfs: log items should have a xlog pointer, not a mount
Dave Chinner
2022-03-20
xfs: log worker needs to start before intent/unlink recovery
Dave Chinner
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
2021-10-22
xfs: rename _zone variables to _cache
Darrick J. Wong
2021-10-22
xfs: remove kmem_zone typedef
Darrick J. Wong
[next]