summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/check-integrity.c
AgeCommit message (Expand)Author
2014-06-09btrfs: check_int: propagate out-of-memory error upwardsStefan Behrens
2014-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-02-03Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-01-28Btrfs: fix check-integrity to look at the referenced data properlyJosef Bacik
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-11-24block: submit_bio_wait() conversionsKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-23block: submit_bio_wait() conversionsKent Overstreet
2013-11-20Btrfs: print bytenr instead of page pointer in check-intStefan Behrens
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-11Btrfs: check_int, remove warning for mixed-modeStefan Behrens
2013-11-11Btrfs: fix check_int 'leaf item out of bounce' regressionStefan Behrens
2013-09-01Btrfs: Use %z to format size_tGeert Uytterhoeven
2013-09-01Btrfs: Do not truncate sector_t on 32-bit with CONFIG_LBDAF=yGeert Uytterhoeven
2013-09-01Btrfs: PAGE_CACHE_SIZE is already unsigned longGeert Uytterhoeven
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason
2013-02-20btrfs: define BTRFS_MAGIC as a u64 valueZach Brown
2012-12-16Btrfs: fix race in check-integrity caused by usage of bitfieldStefan Behrens
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens
2012-10-09Btrfs: detect corrupted filesystem after write I/O errorsStefan Behrens
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block
2012-06-14Btrfs: use rcu to protect device->nameJosef Bacik
2012-05-30Btrfs: fix false positive in check-integrity on unmountStefan Behrens
2012-05-30Btrfs: fix runtime warning in check-integrity check data modeStefan Behrens
2012-05-11Btrfs: change integrity checker to support big blocksStefan Behrens
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsChris Mason
2012-02-10BTRFS: Don't include disk-io.h twice in check-integrity.cJesper Juhl
2012-01-26Btrfs: fix warning for 32-bit build of fs/btrfs/check-integrity.cStefan Behrens
2011-12-21Btrfs: add optional integrity check codeStefan Behrens