summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/check-integrity.c
Commit message (Expand)AuthorAgeFilesLines
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-5/+5
* Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-30/+31
|\
| * block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-4/+4
| * block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-071-2/+2
| * btrfs: use bio op accessorsMike Christie2016-06-071-10/+9
| * fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-12/+12
| * block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-8/+10
* | btrfs: Use correct format specifierHeinrich Schuchardt2016-06-171-1/+1
|/
* btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-1/+1
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-30/+30
* btrfs: Fix misspellings in comments.Adam Buchbinder2016-03-141-1/+1
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+1
* btrfs: use kbasename in btrfsic_mountRasmus Villemoes2016-03-111-6/+3
* btrfs: use list_for_each_entry* in check-integrity.cGeliang Tang2016-01-071-79/+26
* Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-211-2/+2
|\
| * btrfs: check-integrity: Fix returned errno codesLuis de Bethencourt2015-10-211-2/+2
* | btrfs: switch message printers to _in_rcu variantsDavid Sterba2015-10-081-2/+2
|/
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-5/+5
* Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-251-4/+1
|\
| * Btrfs: switch to kvfree() helperWang Shilong2015-02-161-4/+1
* | btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-031-2/+2
|/
* Btrfs: include vmalloc.h in check-integrity.cChris Mason2014-11-251-0/+1
* Btrfs: check-int: don't complain about balanced blocksStefan Behrens2014-11-201-38/+42
* Btrfs: check_int: use the known block locationStefan Behrens2014-11-201-55/+11
* Btrfs: fix allocationg memory failure for btrfsic_state structureShilong Wang2014-11-201-5/+11
* Btrfs: fix wrong disk size when writing super blocksMiao Xie2014-09-171-1/+1
* btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba2014-09-171-2/+1
* btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-171-13/+0
* 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