aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/check-integrity.c
AgeCommit message (Expand)Author
2016-06-17btrfs: Use correct format specifierHeinrich Schuchardt
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2016-03-11btrfs: use kbasename in btrfsic_mountRasmus Villemoes
2016-01-07btrfs: use list_for_each_entry* in check-integrity.cGeliang Tang
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-21btrfs: check-integrity: Fix returned errno codesLuis de Bethencourt
2015-10-08btrfs: switch message printers to _in_rcu variantsDavid Sterba
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba
2015-02-16Btrfs: switch to kvfree() helperWang Shilong
2014-11-25Btrfs: include vmalloc.h in check-integrity.cChris Mason
2014-11-20Btrfs: check-int: don't complain about balanced blocksStefan Behrens
2014-11-20Btrfs: check_int: use the known block locationStefan Behrens
2014-11-20Btrfs: fix allocationg memory failure for btrfsic_state structureShilong Wang
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba
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