Age | Commit message (Expand) | Author | Files | Lines |
2022-08-04 | Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -91/+105 |
2022-07-14 | fs/xfs: Use the enum req_op and blk_opf_t types | Bart Van Assche | 1 | -1/+1 |
2022-07-14 | xfs: double link the unlinked inode list | Dave Chinner | 1 | -7/+29 |
2022-07-14 | xfs: refactor xlog_recover_process_iunlinks() | Dave Chinner | 1 | -66/+71 |
2022-07-14 | xfs: track the iunlink list pointer in the xfs_inode | Dave Chinner | 1 | -16/+1 |
2022-07-14 | xfs: flush inode gc workqueue before clearing agi bucket | Zhang Yi | 1 | -0/+1 |
2022-07-07 | xfs: Pre-calculate per-AG agbno geometry | Dave Chinner | 1 | -1/+2 |
2022-07-07 | xfs: pass perag to xfs_read_agi | Dave Chinner | 1 | -19/+19 |
2022-05-27 | xfs: convert buf_cancel_table allocation to kmalloc_array | Darrick J. Wong | 1 | -1/+3 |
2022-05-27 | xfs: refactor buffer cancellation table allocation | Darrick J. Wong | 1 | -23/+9 |
2022-05-22 | xfs: Remove dead code | Jiapeng Chong | 1 | -59/+0 |
2022-05-04 | xfs: Set up infrastructure for log attribute replay | Allison Henderson | 1 | -0/+2 |
2022-03-29 | xfs: log shutdown triggers should only shut down the log | Dave Chinner | 1 | -3/+3 |
2022-03-29 | xfs: shutdown in intent recovery has non-intent items in the AIL | Dave Chinner | 1 | -33/+17 |
2022-01-06 | xfs: Remove redundant assignment of mp | Jiapeng Chong | 1 | -2/+0 |
2021-12-21 | xfs: only run COW extent recovery when there are no live extents | Darrick J. Wong | 1 | -1/+23 |
2021-10-14 | xfs: port the defer ops capture and continue to resource capture | Darrick J. Wong | 1 | -8/+4 |
2021-08-19 | xfs: introduce xfs_sb_is_v5 helper | Dave Chinner | 1 | -1/+1 |
2021-08-19 | xfs: convert remaining mount flags to state flags | Dave Chinner | 1 | -1/+1 |
2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 1 | -7/+7 |
2021-08-19 | xfs: reflect sb features in xfs_mount | Dave Chinner | 1 | -0/+1 |
2021-08-16 | xfs: convert log flags to an operational state field | Dave Chinner | 1 | -3/+3 |
2021-08-16 | xfs: move recovery needed state updates to xfs_log_mount_finish | Dave Chinner | 1 | -60/+40 |
2021-08-16 | xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown() | Dave Chinner | 1 | -6/+3 |
2021-08-09 | xfs: refactor xfs_iget calls from log intent recovery | Darrick J. Wong | 1 | -0/+26 |
2021-08-09 | xfs: allow setting and clearing of log incompat feature flags | Darrick J. Wong | 1 | -0/+16 |
2021-08-09 | xfs: replace kmem_alloc_large() with kvmalloc() | Dave Chinner | 1 | -1/+1 |
2021-08-09 | xfs: remove kmem_alloc_io() | Dave Chinner | 1 | -3/+1 |
2021-08-09 | mm: Add kvrealloc() | Dave Chinner | 1 | -1/+3 |
2021-08-06 | xfs: per-cpu deferred inode inactivation queues | Dave Chinner | 1 | -0/+7 |
2021-06-21 | xfs: force the log offline when log intent item recovery fails | Darrick J. Wong | 1 | -1/+4 |
2021-06-02 | xfs: convert raw ag walks to use for_each_perag | Dave Chinner | 1 | -29/+26 |
2021-06-02 | xfs: move xfs_perag_get/put to xfs_ag.[ch] | Dave Chinner | 1 | -0/+1 |
2021-04-07 | xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinode | Christoph Hellwig | 1 | -6/+0 |
2021-04-07 | xfs: split xfs_imap_to_bp | Christoph Hellwig | 1 | -1/+2 |
2021-03-25 | xfs: Rudimentary typo fixes | Bhaskar Chowdhury | 1 | -2/+2 |
2020-12-16 | xfs: remove xfs_buf_t typedef | Dave Chinner | 1 | -4/+4 |
2020-12-09 | xfs: trace log intent item recovery failures | Darrick J. Wong | 1 | -1/+4 |
2020-10-21 | xfs: cancel intents immediately if process_intents fails | Darrick J. Wong | 1 | -0/+8 |
2020-10-07 | xfs: fix an incore inode UAF in xfs_bui_recover | Darrick J. Wong | 1 | -1/+6 |
2020-10-07 | xfs: xfs_defer_capture should absorb remaining transaction reservation | Darrick J. Wong | 1 | -3/+14 |
2020-10-07 | xfs: xfs_defer_capture should absorb remaining block reservations | Darrick J. Wong | 1 | -18/+3 |
2020-10-07 | xfs: proper replay of deferred ops queued during log recovery | Darrick J. Wong | 1 | -50/+71 |
2020-10-07 | xfs: remove XFS_LI_RECOVERED | Darrick J. Wong | 1 | -5/+3 |
2020-09-25 | xfs: do the assert for all the log done items in xfs_trans_cancel | Kaixu Xia | 1 | -7/+0 |
2020-09-23 | xfs: clean up calculation of LR header blocks | Gao Xiang | 1 | -32/+17 |
2020-09-23 | xfs: avoid LR buffer overrun due to crafted h_len | Gao Xiang | 1 | -20/+19 |
2020-09-15 | xfs: reuse _xfs_buf_read for re-reading the superblock | Christoph Hellwig | 1 | -7/+1 |
2020-09-15 | xfs: remove xfs_getsb | Christoph Hellwig | 1 | -13/+13 |
2020-09-15 | xfs: remove xlog_recover_iodone | Christoph Hellwig | 1 | -25/+0 |