Age | Commit message (Expand) | Author |
2020-03-19 | xfs: add a new xfs_sb_version_has_v3inode helper | Christoph Hellwig |
2020-01-26 | xfs: fix xfs_buf_ioerror_alert location reporting | Darrick J. Wong |
2020-01-16 | xfs: check log iovec size to make sure it's plausibly a buffer log format | Darrick J. Wong |
2020-01-16 | xfs: complain if anyone tries to create a too-large buffer log item | Darrick J. Wong |
2020-01-16 | xfs: clean up xfs_buf_item_get_format return value | Darrick J. Wong |
2019-12-19 | xfs: use bitops interface for buf log item AIL flag check | Brian Foster |
2019-11-18 | xfs: Remove kmem_zone_free() wrapper | Carlos Maiolino |
2019-11-07 | xfs: "optimize" buffer item log segment bitmap setting | Darrick J. Wong |
2019-08-26 | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa |
2019-06-28 | xfs: remove unused header files | Eric Sandeen |
2019-06-28 | xfs: remove a pointless comment duplicated above all xfs_item_ops instances | Christoph Hellwig |
2019-06-28 | xfs: remove the xfs_log_item_t typedef | Christoph Hellwig |
2019-06-28 | xfs: split iop_unlock | Christoph Hellwig |
2019-06-28 | xfs: don't require log items to implement optional methods | Christoph Hellwig |
2019-06-28 | xfs: add struct xfs_mount pointer to struct xfs_buf | Christoph Hellwig |
2019-06-28 | xfs: move xfs_ino_geometry to xfs_shared.h | Darrick J. Wong |
2019-04-14 | xfs: fix use after free in buf log item unlock assert | Brian Foster |
2018-11-20 | xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffers | Dave Chinner |
2018-09-29 | xfs: refactor xfs_buf_log_item reference count handling | Brian Foster |
2018-09-29 | xfs: don't unlock invalidated buf on aborted tx commit | Brian Foster |
2018-06-08 | xfs: clean up MIN/MAX | Dave Chinner |
2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner |
2018-05-10 | xfs: get rid of the log item descriptor | Dave Chinner |
2018-05-10 | xfs: add some more debug checks to buffer log item reuse | Dave Chinner |
2018-05-10 | xfs: log item flags are racy | Dave Chinner |
2018-03-11 | xfs: Rename xa_ elements to ail_ | Matthew Wilcox |
2018-01-29 | Use list_head infra-structure for buffer's log items list | Carlos Maiolino |
2018-01-29 | Split buffer's b_fspriv field | Carlos Maiolino |
2018-01-29 | Get rid of xfs_buf_log_item_t typedef | Carlos Maiolino |
2017-09-02 | xfs: fix compiler warnings | Darrick J. Wong |
2017-09-01 | xfs: ordered buffer log items are never formatted | Brian Foster |
2017-09-01 | xfs: remove unnecessary dirty bli format check for ordered bufs | Brian Foster |
2017-09-01 | xfs: open-code xfs_buf_item_dirty() | Brian Foster |
2017-08-22 | xfs: Properly retry failed inode items in case of error during buffer writeback | Carlos Maiolino |
2017-08-22 | xfs: Add infrastructure needed for error propagation during buffer IO failure | Carlos Maiolino |
2017-06-19 | xfs: remove bli from AIL before release on transaction abort | Brian Foster |
2017-02-03 | xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t | Hou Tao |
2016-09-14 | xfs: normalize "infinite" retries in error configs | Eric Sandeen |
2016-09-14 | xfs: fix signed integer overflow | Xie XiuQi |
2016-07-22 | Merge branch 'xfs-4.8-misc-fixes-4' into for-next | Dave Chinner |
2016-07-22 | xfs: allocate log vector buffers outside CIL context lock | Dave Chinner |
2016-07-20 | Merge branch 'xfs-4.8-buf-fixes' into for-next | Dave Chinner |
2016-07-20 | xfs: don't reset b_retries to 0 on every failure | Eric Sandeen |
2016-07-20 | xfs: remove extraneous buffer flag changes | Eric Sandeen |
2016-06-01 | xfs: fix broken multi-fsb buffer logging | Brian Foster |
2016-05-18 | xfs: add "fail at unmount" error handling configuration | Carlos Maiolino |
2016-05-18 | xfs: add configuration of error failure speed | Carlos Maiolino |
2016-05-18 | xfs: add configurable error support to metadata buffers | Carlos Maiolino |
2016-02-10 | xfs: remove XBF_STALE flag wrapper macros | Dave Chinner |
2016-02-10 | xfs: remove XBF_ASYNC flag wrapper macros | Dave Chinner |