summaryrefslogtreecommitdiff
path: root/fs/btrfs/check-integrity.c
AgeCommit message (Expand)Author
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-11-24block: submit_bio_wait() conversionsKent Overstreet
2013-11-21Btrfs: print bytenr instead of page pointer in check-intStefan Behrens
2013-11-12btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-12Btrfs: check_int, remove warning for mixed-modeStefan Behrens
2013-11-12Btrfs: 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-18Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason
2013-02-20btrfs: define BTRFS_MAGIC as a u64 valueZach Brown
2012-12-17Btrfs: 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-15Btrfs: 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-21Merge 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