summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/check-integrity.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: check_int: propagate out-of-memory error upwardsStefan Behrens2014-06-091-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-041-2/+2
|\
| * Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana2014-02-031-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-01-301-4/+8
|\ \ | |/
| * Btrfs: fix check-integrity to look at the referenced data properlyJosef Bacik2014-01-281-4/+8
| * Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-12-051-19/+13
| |\
| | * block: submit_bio_wait() conversionsKent Overstreet2013-11-241-19/+13
* | | block: Abstract out bvec iteratorKent Overstreet2013-11-231-4/+4
* | | block: submit_bio_wait() conversionsKent Overstreet2013-11-231-19/+13
|/ /
* | Btrfs: print bytenr instead of page pointer in check-intStefan Behrens2013-11-201-8/+17
|/
* btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana2013-11-111-5/+2
* Btrfs: check_int, remove warning for mixed-modeStefan Behrens2013-11-111-4/+5
* Btrfs: fix check_int 'leaf item out of bounce' regressionStefan Behrens2013-11-111-1/+1
* Btrfs: Use %z to format size_tGeert Uytterhoeven2013-09-011-4/+2
* Btrfs: Do not truncate sector_t on 32-bit with CONFIG_LBDAF=yGeert Uytterhoeven2013-09-011-5/+7
* Btrfs: PAGE_CACHE_SIZE is already unsigned longGeert Uytterhoeven2013-09-011-5/+4
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-198/+95
* Btrfs: get rid of sparse warningsStefan Behrens2013-09-011-1/+1
* btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-09-011-50/+60
* Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason2013-05-171-1/+1
* btrfs: define BTRFS_MAGIC as a u64 valueZach Brown2013-02-201-2/+1
* Btrfs: fix race in check-integrity caused by usage of bitfieldStefan Behrens2012-12-161-1/+1
* Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens2012-12-121-2/+13
* Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens2012-12-121-1/+1
* Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens2012-12-121-6/+6
* Btrfs: detect corrupted filesystem after write I/O errorsStefan Behrens2012-10-091-2/+14
* Btrfs: introduce subvol uuids and timesAlexander Block2012-07-251-3/+4
* Btrfs: use rcu to protect device->nameJosef Bacik2012-06-141-7/+9
* Btrfs: fix false positive in check-integrity on unmountStefan Behrens2012-05-301-1/+1
* Btrfs: fix runtime warning in check-integrity check data modeStefan Behrens2012-05-301-3/+22
* Btrfs: change integrity checker to support big blocksStefan Behrens2012-05-111-146/+415
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-1/+0
|\
| * BTRFS: Don't include disk-io.h twice in check-integrity.cJesper Juhl2012-02-101-1/+0
* | Btrfs: fix compiler warnings on 32 bit systemsChris Mason2012-02-241-1/+1
|/
* Btrfs: fix warning for 32-bit build of fs/btrfs/check-integrity.cStefan Behrens2012-01-261-5/+6
* Btrfs: add optional integrity check codeStefan Behrens2011-12-211-0/+3068
OpenPOWER on IntegriCloud