Age | Commit message (Expand) | Author |
2019-11-15 | xfs: fix some memory leaks in log recovery | Darrick J. Wong |
2019-11-13 | xfs: remove the xfs_disk_dquot_t and xfs_dquot_t | Pavel Reichl |
2019-11-13 | xfs: convert open coded corruption check to use XFS_IS_CORRUPT | Darrick J. Wong |
2019-11-10 | xfs: convert EIO to EFSCORRUPTED when log contents are invalid | Darrick J. Wong |
2019-11-07 | xfs: range check ri_cnt when recovering log items | Darrick J. Wong |
2019-11-04 | xfs: always log corruption errors | Darrick J. Wong |
2019-10-06 | xfs: assure zeroed memory buffers for certain kmem allocations | Bill O'Donnell |
2019-09-05 | xfs: prevent CIL push holdoff in log recovery | Dave Chinner |
2019-08-26 | xfs: add kmem_alloc_io() | Dave Chinner |
2019-08-26 | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa |
2019-07-03 | fs: xfs: xfs_log: Change return type from int to void | Hariprasad Kelam |
2019-06-28 | xfs: remove unused header files | Eric Sandeen |
2019-06-28 | xfs: remove the xfs_log_item_t typedef | Christoph Hellwig |
2019-06-28 | xfs: add struct xfs_mount pointer to struct xfs_buf | Christoph Hellwig |
2019-06-28 | xfs: remove the b_io_length field in struct xfs_buf | Christoph Hellwig |
2019-06-28 | xfs: stop using bp naming for log recovery buffers | Christoph Hellwig |
2019-06-28 | xfs: use bios directly to read and write the log recovery buffers | Christoph Hellwig |
2019-06-28 | xfs: return an offset instead of a pointer from xlog_align | Christoph Hellwig |
2019-06-28 | xfs: make use of the l_targ field in struct xlog | Christoph Hellwig |
2019-06-12 | xfs: remove unused flags arg from getsb interfaces | Eric Sandeen |
2019-06-12 | xfs: fix inode_cluster_size rounding mayhem | Darrick J. Wong |
2019-06-12 | xfs: separate inode geometry | Darrick J. Wong |
2019-05-01 | xfs: change some error-less functions to void types | Eric Sandeen |
2019-02-18 | xfs: fix xfs_buf magic number endian checks | Darrick J. Wong |
2019-02-11 | xfs: add inode magic to inode verifier | Darrick J. Wong |
2019-02-11 | xfs: split up allocation btree verifier | Brian Foster |
2019-02-11 | xfs: create a separate finobt verifier | Brian Foster |
2018-12-12 | xfs: precalculate inodes and blocks per inode cluster | Darrick J. Wong |
2018-09-29 | xfs: remove invalid log recovery first/last cycle check | Brian Foster |
2018-08-02 | xfs: pass transaction to dfops reset/move helpers | Brian Foster |
2018-08-02 | xfs: use transaction for intent recovery instead of raw dfops | Brian Foster |
2018-07-26 | xfs: clean up IRELE/iput callsites | Darrick J. Wong |
2018-07-26 | xfs: drop unnecessary xfs_defer_finish() dfops parameter | Brian Foster |
2018-07-26 | xfs: remove all boilerplate defer init/finish code | Brian Foster |
2018-07-26 | xfs: use internal dfops during [b|c]ui recovery | Brian Foster |
2018-07-26 | xfs: use ->t_dfops in log recovery intent processing | Brian Foster |
2018-07-11 | xfs: combine [a]sync buffer submission apis | Brian Foster |
2018-07-11 | xfs: remove xfs_defer_init() firstblock param | Brian Foster |
2018-07-11 | xfs: refactor dfops init to attach to transaction | Brian Foster |
2018-06-08 | xfs: replace do_mod with native operations | Dave Chinner |
2018-06-08 | xfs: clean up MIN/MAX | Dave Chinner |
2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner |
2018-06-04 | xfs: explicitly pass buffer size to xfs_corruption_error | Darrick J. Wong |
2018-05-09 | xfs: remove unused flags arg from xfs_dquot_verify | Eric Sandeen |
2018-03-29 | xfs: do not log/recover swapext extent owner changes for deleted inodes | Eric Sandeen |
2018-03-11 | xfs: Rename xa_ elements to ail_ | Matthew Wilcox |
2018-03-11 | xfs: Remove dead code from inode recover function | Nikolay Borisov |
2018-03-11 | xfs: remove unused m_dmevmask from xfs_mount struct | Eric Sandeen |
2018-01-29 | Split buffer's b_fspriv field | Carlos Maiolino |
2018-01-12 | xfs: use %px for data pointers when debugging | Darrick J. Wong |