Commit Graph

141 Commits (3538c56329936c78f7d356889908790006d0124c)

Author SHA1 Message Date
Christoph Hellwig a9add83e5a xfs: remove XFS_bflush 14 years ago
Christoph Hellwig 901796afca xfs: clean up xfs_ioerror_alert 14 years ago
Christoph Hellwig c867cb6164 xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE 14 years ago
Christoph Hellwig c2b006c1da xfs: let xfs_bwrite callers handle the xfs_buf_relse 14 years ago
Christoph Hellwig 61551f1ee5 xfs: call xfs_buf_delwri_queue directly 14 years ago
Chandra Seetharaman e570280521 xfs: replace xfs_buf_geterror() with bp->b_error 14 years ago
Chandra Seetharaman ac4d6888b2 xfs: Check the return value of xfs_buf_read() for NULL 14 years ago
Al Viro abbede1b3a xfs: get rid of open-coded S_ISREG(), etc. 14 years ago
Chandra Seetharaman e38c9b87e5 xfs: Remove the macro XFS_BUF_SET_TARGET 14 years ago
Chandra Seetharaman 02fe03d909 xfs: Remove the macro XFS_BUF_SET_PTR 14 years ago
Chandra Seetharaman 6292604447 xfs: Remove the macro XFS_BUF_PTR 14 years ago
Chandra Seetharaman 72790aa119 xfs: Remove macro XFS_BUF_HOLD 14 years ago
Chandra Seetharaman b75e40a419 xfs: Remove macro XFS_BUF_BUSY and family 14 years ago
Chandra Seetharaman 5a52c2a581 xfs: Remove the macro XFS_BUF_ERROR and family 14 years ago
Christoph Hellwig cb669ca570 xfs: remove wrappers around b_iodone 14 years ago
Christoph Hellwig c8da0faf6b xfs: return the buffer locked from xfs_buf_get_uncached 14 years ago
Christoph Hellwig 0c842ad46a xfs: clean up buffer locking helpers 14 years ago
Christoph Hellwig 69ef921b55 xfs: byteswap constants instead of variables 14 years ago
Dave Chinner 44396476a0 xfs: reset buffer pointers before freeing them 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Dave Chinner a0fa2b679e xfs: Convert xlog_warn to new logging interface 14 years ago
Dave Chinner 73efe4a4dd xfs: prevent NMI timeouts in cmn_err 14 years ago
Dave Chinner 1c3cb9ec07 xfs: convert l_tail_lsn to an atomic variable. 14 years ago
Dave Chinner 84f3c683c4 xfs: convert l_last_sync_lsn to an atomic variable 14 years ago
Dave Chinner a69ed03c24 xfs: combine grant heads into a single 64 bit integer 14 years ago
Dave Chinner e605994929 xfs: use AIL bulk update function to implement single updates 14 years ago
Dave Chinner b199c8a4ba xfs: Pull EFI/EFD handling out from under the AIL lock 14 years ago
Christoph Hellwig c9f71f5fc4 xfs: untangle phase1 vs phase2 recovery helpers 14 years ago
Christoph Hellwig d045094864 xfs: refactor xlog_recover_commit_trans 14 years ago
Christoph Hellwig d5689eaa0a xfs: use struct list_head for the buf cancel table 14 years ago
Christoph Hellwig e2714bf8d5 xfs: remove leftovers of old buffer log items in recovery code 14 years ago
Christoph Hellwig 1a1a3e97ba xfs: remove xfs_buf wrappers 15 years ago
Dave Chinner ebad861b57 xfs: store xfs_mount in the buftarg instead of in the xfs_buf 15 years ago
Dave Chinner 686865f76e xfs: rename xfs_buf_get_nodaddr to be more appropriate 15 years ago
Christoph Hellwig 4e0d5f926b xfs: fix the xfs_log_iovec i_addr type 15 years ago
Christoph Hellwig 3400777ff0 xfs: remove unneeded #include statements 15 years ago
Christoph Hellwig 288699feca xfs: drop dmapi hooks 15 years ago
Dave Chinner 7b6259e7a8 xfs: remove block number from inode lookup code 15 years ago
Christoph Hellwig fdc07f44c8 xfs: clean up xlog_align 15 years ago
Dave Chinner c11554104f xfs: Clean up XFS_BLI_* flag namespace 15 years ago
Alex Elder 48389ef175 xfs: kill off l_sectbb_mask 15 years ago
Alex Elder 69ce58f08a xfs: record log sector size rather than log2(that) 15 years ago
Christoph Hellwig 1414a6046a xfs: remove dead XFS_LOUD_RECOVERY code 15 years ago
Alex Elder 3f943d853d xfs: minor odds and ends in xfs_log_recover.c 15 years ago
Alex Elder e3bb2e30d5 xfs: avoid repeated pointer dereferences 15 years ago
Alex Elder 9db127edb5 xfs: change a few labels in xfs_log_recover.c 15 years ago
Alex Elder 36adecff50 xfs: nothing special about 1-block log sector 15 years ago
Alex Elder ff30a6221d xfs: encapsulate bbcount validity checking 15 years ago
Alex Elder 5c17f5339f xfs: kill XLOG_SECTOR_ROUND*() 15 years ago
Alex Elder 8511998baa xfs: simplify XLOG_SECTOR_ROUND*() 15 years ago