aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/check-integrity.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-01Btrfs: Use %z to format size_tGeert Uytterhoeven1-4/+2
2013-09-01Btrfs: Do not truncate sector_t on 32-bit with CONFIG_LBDAF=yGeert Uytterhoeven1-5/+7
2013-09-01Btrfs: PAGE_CACHE_SIZE is already unsigned longGeert Uytterhoeven1-5/+4
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-198/+95
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens1-1/+1
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo1-50/+60
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason1-1/+1
2013-02-20btrfs: define BTRFS_MAGIC as a u64 valueZach Brown1-2/+1
2012-12-16Btrfs: fix race in check-integrity caused by usage of bitfieldStefan Behrens1-1/+1
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens1-2/+13
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens1-1/+1
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens1-6/+6
2012-10-09Btrfs: detect corrupted filesystem after write I/O errorsStefan Behrens1-2/+14
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block1-3/+4
2012-06-14Btrfs: use rcu to protect device->nameJosef Bacik1-7/+9
2012-05-30Btrfs: fix false positive in check-integrity on unmountStefan Behrens1-1/+1
2012-05-30Btrfs: fix runtime warning in check-integrity check data modeStefan Behrens1-3/+22
2012-05-11Btrfs: change integrity checker to support big blocksStefan Behrens1-146/+415
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsChris Mason1-1/+1
2012-02-10BTRFS: Don't include disk-io.h twice in check-integrity.cJesper Juhl1-1/+0
2012-01-26Btrfs: fix warning for 32-bit build of fs/btrfs/check-integrity.cStefan Behrens1-5/+6
2011-12-21Btrfs: add optional integrity check codeStefan Behrens1-0/+3068