summaryrefslogtreecommitdiff
path: root/fs/btrfs/check-integrity.c
Commit message (Expand)AuthorAge
* btrfs: Use correct format specifierHeinrich Schuchardt2016-06-17
* btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-25
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-04
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* btrfs: Fix misspellings in comments.Adam Buchbinder2016-03-14
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-11
* btrfs: use kbasename in btrfsic_mountRasmus Villemoes2016-03-11
* btrfs: use list_for_each_entry* in check-integrity.cGeliang Tang2016-01-07
* Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-21
|\
| * btrfs: check-integrity: Fix returned errno codesLuis de Bethencourt2015-10-21
* | btrfs: switch message printers to _in_rcu variantsDavid Sterba2015-10-08
|/
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-25
|\
| * Btrfs: switch to kvfree() helperWang Shilong2015-02-16
* | btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-03
|/
* Btrfs: include vmalloc.h in check-integrity.cChris Mason2014-11-25
* Btrfs: check-int: don't complain about balanced blocksStefan Behrens2014-11-20
* Btrfs: check_int: use the known block locationStefan Behrens2014-11-20
* Btrfs: fix allocationg memory failure for btrfsic_state structureShilong Wang2014-11-20
* Btrfs: fix wrong disk size when writing super blocksMiao Xie2014-09-17
* btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba2014-09-17
* btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-17
* btrfs: check_int: propagate out-of-memory error upwardsStefan Behrens2014-06-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-04
|\
| * Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana2014-02-03
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-01-30
|\ \ | |/
| * Btrfs: fix check-integrity to look at the referenced data properlyJosef Bacik2014-01-28
| * Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-12-05
| |\
| | * block: submit_bio_wait() conversionsKent Overstreet2013-11-24
* | | block: Abstract out bvec iteratorKent Overstreet2013-11-23
* | | block: submit_bio_wait() conversionsKent Overstreet2013-11-23
|/ /
* | Btrfs: print bytenr instead of page pointer in check-intStefan Behrens2013-11-20
|/
* btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana2013-11-11
* Btrfs: check_int, remove warning for mixed-modeStefan Behrens2013-11-11
* Btrfs: fix check_int 'leaf item out of bounce' regressionStefan Behrens2013-11-11
* Btrfs: Use %z to format size_tGeert Uytterhoeven2013-09-01
* Btrfs: Do not truncate sector_t on 32-bit with CONFIG_LBDAF=yGeert Uytterhoeven2013-09-01
* Btrfs: PAGE_CACHE_SIZE is already unsigned longGeert Uytterhoeven2013-09-01
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-01
* Btrfs: get rid of sparse warningsStefan Behrens2013-09-01
* btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-09-01
* Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason2013-05-17
* btrfs: define BTRFS_MAGIC as a u64 valueZach Brown2013-02-20
* Btrfs: fix race in check-integrity caused by usage of bitfieldStefan Behrens2012-12-16
* Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens2012-12-12
* Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens2012-12-12
* Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens2012-12-12
* Btrfs: detect corrupted filesystem after write I/O errorsStefan Behrens2012-10-09
* Btrfs: introduce subvol uuids and timesAlexander Block2012-07-25
* Btrfs: use rcu to protect device->nameJosef Bacik2012-06-14