aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/check-integrity.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-2/+2
2015-10-21btrfs: check-integrity: Fix returned errno codesLuis de Bethencourt1-2/+2
2015-10-08btrfs: switch message printers to _in_rcu variantsDavid Sterba1-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-5/+5
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-4/+1
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba1-2/+2
2015-02-16Btrfs: switch to kvfree() helperWang Shilong1-4/+1
2014-11-25Btrfs: include vmalloc.h in check-integrity.cChris Mason1-0/+1
2014-11-20Btrfs: check-int: don't complain about balanced blocksStefan Behrens1-38/+42
2014-11-20Btrfs: check_int: use the known block locationStefan Behrens1-55/+11
2014-11-20Btrfs: fix allocationg memory failure for btrfsic_state structureShilong Wang1-5/+11
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie1-1/+1
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba1-2/+1
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-13/+0
2014-06-09btrfs: check_int: propagate out-of-memory error upwardsStefan Behrens1-1/+4
2014-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+2
2014-02-03Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana1-2/+2
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-4/+8
2014-01-28Btrfs: fix check-integrity to look at the referenced data properlyJosef Bacik1-4/+8
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+13
2013-11-24block: submit_bio_wait() conversionsKent Overstreet1-19/+13
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-4/+4
2013-11-23block: submit_bio_wait() conversionsKent Overstreet1-19/+13
2013-11-20Btrfs: print bytenr instead of page pointer in check-intStefan Behrens1-8/+17
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-5/+2
2013-11-11Btrfs: check_int, remove warning for mixed-modeStefan Behrens1-4/+5
2013-11-11Btrfs: fix check_int 'leaf item out of bounce' regressionStefan Behrens1-1/+1
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