summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix sparse reported log CRC endian issueDave Chinner2012-12-031-3/+3
* xfs: add CRC checks to the logChristoph Hellwig2012-11-191-69/+63
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-151-1/+1
* xfs: verify superblocks as they are read from diskDave Chinner2012-11-151-2/+3
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-151-3/+5
* xfs: fix reading of wrapped log dataDave Chinner2012-11-071-1/+1
* xfs: remove xfs_iget.cDave Chinner2012-10-171-0/+1
* xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig2012-07-221-1/+1
* xfs: remove xlog_t typedefMark Tinguely2012-06-211-66/+74
* xfs: rename log structure to xlogMark Tinguely2012-06-211-19/+19
* xfs: make XBF_MAPPED the default behaviourDave Chinner2012-05-141-2/+2
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-141-1/+0
* xfs: kill xfs_read_buf()Dave Chinner2012-05-141-7/+4
* xfs: kill XBF_LOCKDave Chinner2012-05-141-4/+3
* xfs: use blocks for storing the desired IO sizeDave Chinner2012-05-141-7/+8
* xfs: use blocks for counting length of buffersDave Chinner2012-05-141-4/+4
* xfs: clean up buffer get/read call APIDave Chinner2012-05-141-1/+1
* xfs: check for buffer errors before waitingDave Chinner2012-05-141-0/+2
* xfs: prevent needless mount warning causing test failuresDave Chinner2012-05-141-0/+4
* xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner2012-05-141-1/+2
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-17/+29
* xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara2012-03-271-22/+11
* xfs: add the xlog_grant_head structureChristoph Hellwig2012-02-221-2/+2
* xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka2012-02-211-3/+3
* Change xfs_sb_from_disk() interface to take a mount pointerChandra Seetharaman2012-02-031-1/+1
* xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans()Mitsuo Hayasaka2012-01-311-1/+1
* xfs: remove XFS_bflushChristoph Hellwig2011-10-111-1/+1
* xfs: clean up xfs_ioerror_alertChristoph Hellwig2011-10-111-17/+8
* xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig2011-10-111-1/+1
* xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig2011-10-111-4/+7
* xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig2011-10-111-3/+6
* xfs: replace xfs_buf_geterror() with bp->b_errorChandra Seetharaman2011-08-121-2/+2
* xfs: Check the return value of xfs_buf_read() for NULLChandra Seetharaman2011-08-121-0/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-08-081-2/+2
|\
| * xfs: get rid of open-coded S_ISREG(), etc.Al Viro2011-07-261-2/+2
* | xfs: Remove the macro XFS_BUF_SET_TARGETChandra Seetharaman2011-07-251-2/+0
* | xfs: Remove the macro XFS_BUF_SET_PTRChandra Seetharaman2011-07-251-2/+2
* | xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman2011-07-251-5/+5
* | xfs: Remove macro XFS_BUF_HOLDChandra Seetharaman2011-07-251-1/+1
* | xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman2011-07-251-2/+0
* | xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-7/+5
|/
* xfs: remove wrappers around b_iodoneChristoph Hellwig2011-07-131-4/+4
* xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig2011-07-081-2/+6
* xfs: clean up buffer locking helpersChristoph Hellwig2011-07-081-1/+1
* xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-081-10/+10
* xfs: reset buffer pointers before freeing themDave Chinner2011-05-191-37/+38
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* xfs: Convert xlog_warn to new logging interfaceDave Chinner2011-03-071-114/+109
* xfs: prevent NMI timeouts in cmn_errDave Chinner2011-01-121-1/+1
* xfs: convert l_tail_lsn to an atomic variable.Dave Chinner2010-12-211-8/+6
OpenPOWER on IntegriCloud