Age | Commit message (Expand) | Author |
2020-08-05 | xfs: delete duplicated words + other fixes | Randy Dunlap |
2020-07-28 | xfs: drain the buf delwri queue before xfsaild idles | Brian Foster |
2020-07-07 | xfs: pin inode backing buffer to the inode log item | Dave Chinner |
2020-07-07 | xfs: move xfs_clear_li_failed out of xfs_ail_delete_one() | Dave Chinner |
2020-05-08 | xfs: refactor adding recovered intent items to the log | Darrick J. Wong |
2020-05-07 | xfs: combine xfs_trans_ail_[remove|delete]() | Brian Foster |
2020-05-07 | xfs: acquire ->ail_lock from xfs_trans_ail_delete() | Brian Foster |
2020-05-07 | xfs: refactor failed buffer resubmission into xfsaild | Brian Foster |
2020-03-27 | xfs: tail updates only need to occur when LSN changes | Dave Chinner |
2020-03-27 | xfs: factor common AIL item deletion code | Dave Chinner |
2020-03-11 | xfs: clear PF_MEMALLOC before exiting xfsaild thread | Eric Biggers |
2020-03-02 | xfs: Add missing annotation to xfs_ail_check() | Jules Irenge |
2019-11-10 | xfs: Correct comment tyops -> typos | Joe Perches |
2019-11-05 | xfs: use super s_id instead of struct xfs_mount m_fsname | Ian Kent |
2019-06-28 | xfs: remove the xfs_log_item_t typedef | Christoph Hellwig |
2019-06-28 | xfs: don't require log items to implement optional methods | Christoph Hellwig |
2019-06-28 | xfs: move xfs_ino_geometry to xfs_shared.h | Darrick J. Wong |
2018-10-18 | xfs: clear ail delwri queued bufs on unmount of shutdown fs | Brian Foster |
2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner |
2018-05-10 | xfs: don't assert fail with AIL lock held | Dave Chinner |
2018-05-10 | xfs: log item flags are racy | Dave Chinner |
2018-03-11 | xfs: Rename xa_ elements to ail_ | Matthew Wilcox |
2017-11-01 | xfs: move error injection tags into their own file | Darrick J. Wong |
2017-10-26 | xfs: check kthread_should_stop() after the setting of task state | Hou Tao |
2017-08-22 | xfs: add log item pinning error injection tag | Brian Foster |
2017-08-22 | xfs: Properly retry failed inode items in case of error during buffer writeback | Carlos Maiolino |
2017-04-25 | xfs: remove xfs_trans_ail_delete_bulk | Christoph Hellwig |
2016-02-08 | xfs: Make xfsaild freezeable again | Michal Hocko |
2016-01-19 | Revert "xfs: clear PF_NOFREEZE for xfsaild kthread" | Dave Chinner |
2015-11-03 | Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next | Dave Chinner |
2015-11-02 | xfs: clear PF_NOFREEZE for xfsaild kthread | Jiri Kosina |
2015-10-12 | xfs: per-filesystem stats counter implementation | Bill O'Donnell |
2015-06-22 | xfs: remove __psint_t and __psunsigned_t | Christoph Hellwig |
2014-11-28 | xfs: move most of xfs_sb.h to xfs_format.h | Christoph Hellwig |
2014-11-28 | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig |
2014-06-25 | xfs: global error sign conversion | Dave Chinner |
2014-04-14 | xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done() | Eric Sandeen |
2013-11-06 | xfs: trace AIL manipulations | Dave Chinner |
2013-10-23 | xfs: decouple log and transaction headers | Dave Chinner |
2013-08-30 | xfs: finish removing IOP_* macros. | Dave Chinner |
2013-08-23 | xfs: Simplify xfs_ail_min() with list_first_entry_or_null() | Jie Liu |
2012-12-17 | xfs remove the XFS_TRANS_DEBUG routines | Mark Tinguely |
2012-07-29 | xfs: re-enable xfsaild idle mode and fix associated races | Brian Foster |
2012-05-14 | xfs: move xfsagino_t to xfs_types.h | Dave Chinner |
2012-05-14 | xfs: pass shutdown method into xfs_trans_ail_delete_bulk | Dave Chinner |
2012-05-14 | xfs: remove some obsolete comments in xfs_trans_ail.c | Christoph Hellwig |
2012-05-14 | xfs: on-stack delayed write buffer lists | Christoph Hellwig |
2012-05-14 | xfs: implement freezing by emptying the AIL | Christoph Hellwig |
2012-05-14 | xfs: allow assigning the tail lsn with the AIL lock held | Christoph Hellwig |
2012-02-22 | xfs: cleanup xfs_log_space_wake | Christoph Hellwig |