Age | Commit message (Expand) | Author | Files | Lines |
2014-11-28 | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
2014-11-28 | xfs: merge xfs_dinode.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
2014-10-02 | Merge branch 'xfs-buf-iosubmit' into for-next | Dave Chinner | 1 | -19/+13 |
2014-10-02 | xfs: introduce xfs_buf_submit[_wait] | Dave Chinner | 1 | -18/+12 |
2014-10-02 | xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionality | Dave Chinner | 1 | -1/+1 |
2014-09-29 | Merge branch 'xfs-trans-recover-cleanup' into for-next | Dave Chinner | 1 | -256/+308 |
2014-09-29 | xfs: refactor recovery transaction start handling | Dave Chinner | 1 | -43/+34 |
2014-09-29 | xfs: reorganise transaction recovery item code | Dave Chinner | 1 | -179/+179 |
2014-09-29 | xfs: fix double free in xlog_recover_commit_trans | Dave Chinner | 1 | -2/+6 |
2014-09-29 | xfs: recovery of XLOG_UNMOUNT_TRANS leaks memory | Dave Chinner | 1 | -11/+12 |
2014-09-29 | xfs: refactor xlog_recover_process_data() | Dave Chinner | 1 | -76/+132 |
2014-09-09 | xfs: deduplicate xlog_do_recovery_pass() | Eric Sandeen | 1 | -54/+27 |
2014-09-09 | xfs: export log_recovery_delay to delay mount time log recovery | Brian Foster | 1 | -0/+12 |
2014-08-04 | xfs: dquot recovery needs verifiers | Dave Chinner | 1 | -21/+23 |
2014-08-04 | xfs: ensure verifiers are attached to recovered buffers | Dave Chinner | 1 | -20/+31 |
2014-06-25 | xfs: global error sign conversion | Dave Chinner | 1 | -91/+92 |
2014-06-22 | xfs: Nuke XFS_ERROR macro | Eric Sandeen | 1 | -35/+35 |
2014-06-22 | xfs: return is not a function | Eric Sandeen | 1 | -7/+7 |
2014-05-15 | Merge branch 'xfs-free-inode-btree' into for-next | Dave Chinner | 1 | -0/+2 |
2014-04-24 | xfs: support the XFS_BTNUM_FINOBT free inode btree type | Brian Foster | 1 | -0/+2 |
2014-04-14 | xfs: remove unused trans pointer arg from xlog_recover_unmount_trans() | Eric Sandeen | 1 | -3/+2 |
2014-04-14 | xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done() | Eric Sandeen | 1 | -2/+2 |
2013-12-18 | Merge branch 'xfs-for-linus-v3.13-rc5' into for-next | Ben Myers | 1 | -2/+11 |
2013-12-17 | xfs: remove xfsbdstrat error | Christoph Hellwig | 1 | -2/+11 |
2013-12-13 | xfs: get rid of XFS_IALLOC_BLOCKS macros | Jie Liu | 1 | -2/+2 |
2013-12-13 | xfs: get rid of XFS_INODE_CLUSTER_SIZE macros | Jie Liu | 1 | -4/+4 |
2013-12-13 | xfs: get rid of XFS_IALLOC_INODES macros | Jie Liu | 1 | -2/+2 |
2013-12-06 | xfs: free the list of recovery items on error | Mark Tinguely | 1 | -3/+14 |
2013-10-24 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -12/+6 |
2013-10-24 | xfs: decouple log and transaction headers | Dave Chinner | 1 | -8/+5 |
2013-10-23 | xfs: split dquot buffer operations out | Dave Chinner | 1 | -130/+3 |
2013-10-23 | xfs: unify directory/attribute format definitions | Dave Chinner | 1 | -1/+1 |
2013-10-23 | xfs: create a shared header file for format-related information | Dave Chinner | 1 | -0/+1 |
2013-10-17 | xfs: remove newlines from strings passed to __xfs_printk | Eric Sandeen | 1 | -3/+3 |
2013-10-01 | xfs: Use kmem_free() instead of free() | Thierry Reding | 1 | -1/+1 |
2013-10-01 | xfs: fix memory leak in xlog_recover_add_to_trans | tinguely@sgi.com | 1 | -0/+1 |
2013-09-24 | xfs: log recovery lsn ordering needs uuid check | Dave Chinner | 1 | -14/+59 |
2013-09-12 | xfs: remove dead code from xlog_recover_inode_pass2 | Mark Tinguely | 1 | -3/+0 |
2013-09-10 | xfs: recovery of swap extents operations for CRC filesystems | Dave Chinner | 1 | -24/+99 |
2013-09-10 | xfs: fix endian warning in xlog_recover_get_buf_lsn() | Dave Chinner | 1 | -1/+1 |
2013-08-30 | xfs: inode buffers may not be valid during recovery readahead | Dave Chinner | 1 | -1/+1 |
2013-08-30 | xfs: check LSN ordering for v5 superblocks during recovery | Dave Chinner | 1 | -13/+156 |
2013-08-29 | xfs: fix bad dquot buffer size in log recovery readahead | Dave Chinner | 1 | -1/+1 |
2013-08-29 | xfs: don't account buffer cancellation during log recovery readahead | Dave Chinner | 1 | -26/+35 |
2013-08-23 | xfs: introduce object readahead to log recovery | Zhi Yong Wu | 1 | -7/+152 |
2013-08-21 | xfs: fix the comment of xlog_recover_do_dquot_buffer() | Zhi Yong Wu | 1 | -1/+1 |
2013-08-21 | xfs: fix the comment of xlog_find_head() | Zhi Yong Wu | 1 | -1/+1 |
2013-08-21 | xfs: fix the comment of xlog_recover_buffer_pass2() | Zhi Yong Wu | 1 | -1/+1 |
2013-08-14 | xfs:free bp in xlog_find_tail() error path | Eric Sandeen | 1 | -0/+1 |
2013-08-14 | xfs: free bp in xlog_find_zeroed() error path | Eric Sandeen | 1 | -1/+2 |