[ablock84-btrfs:btrfs-far 19/20] fs/far/far-path.c:42:2: error: implicit declaration of function 'IS_ERR'

2012-11-06 Thread kbuild test robot
tree: git://github.com/ablock84/linux-btrfs.git btrfs-far head: f9a5bb450a8cc7aa5fd4f11d0306b3f48cf2771d commit: 29aefeaaf482ab396ff53c2bbf5c35ce237b91c0 [19/20] fs: add libfarstream support config: make ARCH=s390 allmodconfig All error/warnings: In file included from

[ablock84-btrfs:btrfs-far 20/20] fs/btrfs/send.c:1683:51: sparse: incorrect type in argument 5 (different base types)

2012-11-06 Thread kbuild test robot
tree: git://github.com/ablock84/linux-btrfs.git btrfs-far head: f9a5bb450a8cc7aa5fd4f11d0306b3f48cf2771d commit: f9a5bb450a8cc7aa5fd4f11d0306b3f48cf2771d [20/20] Btrfs: use libfarstream for btrfs send sparse warnings: + fs/btrfs/send.c:1683:51: sparse: incorrect type in argument 5

fs/btrfs/ioctl.c:3872:7: error: case label does not reduce to an integer constant

2012-11-07 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git master head: c1014be59ba93855c31fda9d9cf4319cc6f9eeb1 commit: dffe58193fa354392bc1f03d38b882f122cef85b Btrfs: add support for device replace ioctls date: 10 hours ago config: make ARCH=mips allyesconfig All

fs/btrfs/volumes.c:1505:1: warning: label 'error_close' defined but not used

2012-11-14 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git master head: 0cb8658e96f1ba2ff2d730224cb31e231edd318d commit: 7017ac470ed5b029bc683883714a7f4a4ed34c33 Btrfs: move some common code into a subfunction date: 2 days ago config: make ARCH=x86_64 allyesconfig All

[btrfs:integration-4.3 34/35] fs/btrfs/extent_io.c:2734:10: error: 'struct bio' has no member named 'bi_css'

2015-08-09 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git integration-4.3 head: 46cd28555ffaa40162290dba203daad0ff6f7abd commit: da2f0f74cf7d074e5a8918c8efdf6aba4a989b4a [34/35] Btrfs: add support for blkio controllers config: i386-randconfig-r0-201532 (attached as .config)

[PATCH] Btrfs: fix simple_return.cocci warnings

2015-09-29 Thread kbuild test robot
fs/btrfs/free-space-tree.c:1255:1-4: WARNING: end returns can be simpified fs/btrfs/free-space-tree.c:1168:1-4: WARNING: end returns can be simpified Simplify a trivial if-return sequence. Possibly combine with a preceding function call. Generated by:

Re: [PATCH v4 6/9] Btrfs: implement the free space B-tree

2015-09-29 Thread kbuild test robot
Hi Omar, [auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore] coccinelle warnings: (new ones prefixed by >>) >> fs/btrfs/free-space-tree.c:1255:1-4: WARNING: end returns can be simpified fs/btrfs/free-space-tree.c:1168:1-4: WARNING: end returns can be

[PATCH] fix ifnullfree.cocci warnings

2015-09-22 Thread kbuild test robot
fs/btrfs/qgroup.c:1463:2-7: WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid passing NULL values. NULL check before some freeing functions is not needed. Based

[josef-btrfs:enospc-rework 1/9] fs/btrfs/qgroup.c:1463:2-7: WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe consi

2015-09-22 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git enospc-rework head: ea67b575b6cd2be0775ddd1ff66968d11288f2c6 commit: 1aa3e6f33600e899b38591d9da156dfdb37ea325 [1/9] Major qgroup regression in 4.2? coccinelle warnings: (new ones prefixed by >>) >>

Re: [PATCH] Btrfs: disable online scrub repair on ro cases

2015-12-04 Thread kbuild test robot
Hi Liu, [auto build test ERROR on btrfs/next] [also build test ERROR on v4.4-rc3 next-20151203] url: https://github.com/0day-ci/linux/commits/Liu-Bo/Btrfs-disable-online-scrub-repair-on-ro-cases/20151204-205115 base: https://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git

Re: [PATCH] Btrfs: disable online scrub repair on ro cases

2015-12-04 Thread kbuild test robot
Hi Liu, [auto build test WARNING on btrfs/next] [also build test WARNING on v4.4-rc3 next-20151203] url: https://github.com/0day-ci/linux/commits/Liu-Bo/Btrfs-disable-online-scrub-repair-on-ro-cases/20151204-205115 base: https://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git

Re: [PATCH] Btrfs: fix leaking of ordered extents after direct IO write error

2015-12-09 Thread kbuild test robot
Hi Filipe, [auto build test ERROR on v4.4-rc4] [also build test ERROR on next-20151208] [cannot apply to btrfs/next] url: https://github.com/0day-ci/linux/commits/fdmanana-kernel-org/Btrfs-fix-leaking-of-ordered-extents-after-direct-IO-write-error/20151209-182927 config:

Re: [PATCH v3 08/16] btrfs: dedup: Implement btrfs_dedup_calc_hash interface

2016-01-07 Thread kbuild test robot
Hi Wang, [auto build test WARNING on tip/perf/core] [also build test WARNING on v4.4-rc8] [cannot apply to btrfs/next next-20160106] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH 05/35] fs: have ll_rw_block users pass in op and flags separately

2016-01-05 Thread kbuild test robot
Hi Mike, [auto build test WARNING on next-20160105] [cannot apply to dm/for-next v4.4-rc8 v4.4-rc7 v4.4-rc6 v4.4-rc8] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua

2016-01-05 Thread kbuild test robot
Hi Mike, [auto build test ERROR on next-20160105] [cannot apply to dm/for-next v4.4-rc8 v4.4-rc7 v4.4-rc6 v4.4-rc8] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

2016-01-05 Thread kbuild test robot
Hi Mike, [auto build test ERROR on next-20160105] [cannot apply to dm/for-next v4.4-rc8 v4.4-rc7 v4.4-rc6 v4.4-rc8] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

[btrfs:integration-4.5 34/41] fs/btrfs/extent-tree.c:566:39: error: 'extent_root' undeclared

2015-12-24 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git integration-4.5 head: 140e639f1a3ff052c3921818e2120fdfa4427681 commit: f7d3d2f99eeaa9f5c111965b1516972f4fc5e449 [34/41] Merge branch 'freespace-tree' into for-linus-4.5 config: i386-randconfig-x006-1106 (attached

Re: [PATCH] btrfs: use kbasename in btrfsic_mount

2015-11-27 Thread kbuild test robot
Hi Rasmus, [auto build test WARNING on: v4.4-rc2] [also build test WARNING on: next-20151127] url: https://github.com/0day-ci/linux/commits/Rasmus-Villemoes/btrfs-use-kbasename-in-btrfsic_mount/20151127-161249 config: i386-randconfig-s1-201547 (attached as .config) reproduce: # save

Re: [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code

2016-06-05 Thread kbuild test robot
Hi, [auto build test WARNING on v4.7-rc1] [cannot apply to dm/for-next md/for-next next-20160603] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio

2016-06-05 Thread kbuild test robot
Hi, [auto build test ERROR on v4.7-rc1] [cannot apply to dm/for-next md/for-next next-20160603] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v11 13/13] btrfs: dedupe: fix false ENOSPC

2016-06-14 Thread kbuild test robot
Hi, [auto build test ERROR on v4.7-rc3] [cannot apply to btrfs/next next-20160614] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Qu-Wenruo/Btrfs-dedupe-framework/20160615-101646 config:

Re: [PATCH v11 13/13] btrfs: dedupe: fix false ENOSPC

2016-06-14 Thread kbuild test robot
Hi, [auto build test WARNING on v4.7-rc3] [cannot apply to btrfs/next next-20160614] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Qu-Wenruo/Btrfs-dedupe-framework/20160615-101646 reproduce:

Re: [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio

2016-06-05 Thread kbuild test robot
Hi, [auto build test WARNING on v4.7-rc1] [cannot apply to dm/for-next md/for-next next-20160603] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code

2016-06-05 Thread kbuild test robot
Hi, [auto build test ERROR on v4.7-rc1] [cannot apply to dm/for-next md/for-next next-20160603] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code

2016-06-05 Thread kbuild test robot
Hi, [auto build test ERROR on v4.7-rc1] [cannot apply to dm/for-next md/for-next next-20160603] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio

2016-06-05 Thread kbuild test robot
Hi, [auto build test WARNING on v4.7-rc1] [cannot apply to dm/for-next md/for-next next-20160603] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 26/35] block: set op to REQ_OP

2016-02-24 Thread kbuild test robot
Hi Mike, [auto build test WARNING on next-20160224] [cannot apply to dm/for-next v4.5-rc5 v4.5-rc4 v4.5-rc3 v4.5-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH 31/35] block, fs: remove old REQ definitions.

2016-02-24 Thread kbuild test robot
Hi Mike, [auto build test WARNING on next-20160224] [cannot apply to dm/for-next v4.5-rc5 v4.5-rc4 v4.5-rc3 v4.5-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

[PATCH] btrfs: fix ifnullfree.cocci warnings

2016-02-17 Thread kbuild test robot
fs/btrfs/volumes.c:1886:2-7: WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid passing NULL values. NULL check before some freeing functions is not needed. Based

[josef-btrfs:fdinfo 1/1] fs/notify/inotify/inotify_user.c:321:18: warning: initialization from incompatible pointer type

2016-02-17 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git fdinfo head: 9ecc561fd5b586bf648bb23c929750294e81c6db commit: 9ecc561fd5b586bf648bb23c929750294e81c6db [1/1] fdinfo: handle large fdinfo buffers config: x86_64-randconfig-x012-201607 (attached as .config) reproduce:

Re: [PATCH] btrfs: move btrfs_compression_type to compression.h

2016-03-10 Thread kbuild test robot
Hi Anand, [auto build test WARNING on v4.5-rc7] [cannot apply to btrfs/next next-20160309] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH] btrfs: move btrfs_compression_type to compression.h

2016-03-09 Thread kbuild test robot
Hi Anand, [auto build test ERROR on v4.5-rc7] [cannot apply to btrfs/next next-20160309] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH] btrfs: move btrfs_compression_type to compression.h

2016-03-09 Thread kbuild test robot
Hi Anand, [auto build test ERROR on v4.5-rc7] [cannot apply to btrfs/next next-20160309] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH] btrfs: debug: procfs-devlist: introduce procfs interface for the device list for debugging

2016-03-29 Thread kbuild test robot
Hi Anand, [auto build test ERROR on btrfs/next] [also build test ERROR on v4.6-rc1 next-20160329] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH 10/13] btrfs: introduce helper functions to perform hot replace

2016-04-12 Thread kbuild test robot
Hi Anand, [auto build test ERROR on btrfs/next] [also build test ERROR on v4.6-rc3 next-20160412] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH v8 15/27] btrfs: dedupe: Add ioctl for inband dedupelication

2016-03-21 Thread kbuild test robot
Hi Wang, [auto build test ERROR on btrfs/next] [also build test ERROR on next-20160321] [cannot apply to v4.5] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH v8 15/27] btrfs: dedupe: Add ioctl for inband dedupelication

2016-03-21 Thread kbuild test robot
Hi Wang, [auto build test ERROR on btrfs/next] [also build test ERROR on next-20160321] [cannot apply to v4.5] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH v9 15/19] btrfs: dedupe: Introduce interfaces to resume and cleanup dedupe info

2016-03-30 Thread kbuild test robot
Hi Qu, [auto build test ERROR on btrfs/next] [also build test ERROR on v4.6-rc1 next-20160330] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Qu-Wenruo/Btrfs-dedupe-framework/20160330-160940

Re: [PATCH v9 02/19] btrfs: dedupe: Introduce function to initialize dedupe info

2016-03-30 Thread kbuild test robot
Hi Wang, [auto build test ERROR on btrfs/next] [also build test ERROR on v4.6-rc1 next-20160330] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH v10 02/21] btrfs: dedupe: Introduce function to initialize dedupe info

2016-04-01 Thread kbuild test robot
Hi Wang, [auto build test ERROR on btrfs/next] [also build test ERROR on v4.6-rc1 next-20160401] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH 10/13] btrfs: introduce helper functions to perform hot replace

2016-04-01 Thread kbuild test robot
Hi Anand, [auto build test ERROR on btrfs/next] [also build test ERROR on v4.6-rc1 next-20160401] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH 11/12] btrfs: introduce helper functions to perform hot replace

2016-03-29 Thread kbuild test robot
Hi Anand, [auto build test ERROR on btrfs/next] [also build test ERROR on v4.6-rc1 next-20160329] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH] Btrfs: subpage-blocksize: Define extent_buffer_head.

2016-04-17 Thread kbuild test robot
Hi Chandan, [auto build test ERROR on tip/perf/core] [also build test ERROR on v4.6-rc3 next-20160415] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH] Btrfs: subpage-blocksize: btrfs_punch_hole: Fix uptodate blocks check

2016-04-17 Thread kbuild test robot
Hi Chandan, [auto build test ERROR on btrfs/next] [also build test ERROR on v4.6-rc3 next-20160415] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH] Btrfs: subpage-blocksize: Define extent_buffer_head.

2016-04-18 Thread kbuild test robot
Hi Chandan, [auto build test WARNING on tip/perf/core] [also build test WARNING on v4.6-rc4 next-20160418] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH 11/13] btrfs: introduce device dynamic state transition to offline or failed

2016-04-18 Thread kbuild test robot
Hi Anand, [auto build test ERROR on btrfs/next] [also build test ERROR on v4.6-rc4 next-20160418] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH V16 16/18] Btrfs: btrfs_clone: Flush dirty blocks of a page that do not map the clone range

2016-04-14 Thread kbuild test robot
Hi Chandan, [auto build test ERROR on tip/perf/core] [also build test ERROR on v4.6-rc3 next-20160414] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH V16 04/18] Btrfs: subpage-blocksize: Define extent_buffer_head.

2016-04-14 Thread kbuild test robot
Hi Chandan, [auto build test WARNING on tip/perf/core] [also build test WARNING on v4.6-rc3 next-20160414] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH V17 04/18] Btrfs: subpage-blocksize: Define extent_buffer_head.

2016-04-14 Thread kbuild test robot
Hi Chandan, [auto build test WARNING on tip/perf/core] [also build test WARNING on v4.6-rc3 next-20160414] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH V17 10/18] Btrfs: subpage-blocksize: btrfs_punch_hole: Fix uptodate blocks check

2016-04-14 Thread kbuild test robot
Hi Chandan, [auto build test ERROR on tip/perf/core] [also build test ERROR on v4.6-rc3 next-20160414] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH] Btrfs: subpage-blocksize: btrfs_punch_hole: Fix uptodate blocks check

2016-04-18 Thread kbuild test robot
Hi Chandan, [auto build test ERROR on btrfs/next] [also build test ERROR on v4.6-rc4 next-20160418] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH v12.2 03/15] btrfs: dedupe: Introduce function to initialize dedupe info

2016-07-25 Thread kbuild test robot
Hi, [auto build test ERROR on next-20160724] [cannot apply to btrfs/next linus/master stable/master v4.7-rc7 v4.7-rc6 v4.7-rc5 v4.7] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/2] remove mapping from balance_dirty_pages*()

2016-08-09 Thread kbuild test robot
Hi Josef, [auto build test WARNING on linus/master] [also build test WARNING on v4.8-rc1 next-20160809] [cannot apply to linux/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/2] remove mapping from balance_dirty_pages*()

2016-08-09 Thread kbuild test robot
Hi Josef, [auto build test ERROR on linus/master] [also build test ERROR on v4.8-rc1 next-20160809] [cannot apply to linux/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/2] remove mapping from balance_dirty_pages*()

2016-08-09 Thread kbuild test robot
Hi Josef, [auto build test ERROR on linus/master] [also build test ERROR on v4.8-rc1 next-20160809] [cannot apply to linux/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/2] remove mapping from balance_dirty_pages*()

2016-08-09 Thread kbuild test robot
Hi Josef, [auto build test WARNING on linus/master] [also build test WARNING on v4.8-rc1 next-20160809] [cannot apply to linux/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH V12 02/14] btrfs: dedupe: Introduce function to initialize dedupe info

2016-06-30 Thread kbuild test robot
Hi, [auto build test ERROR on v4.7-rc5] [also build test ERROR on next-20160630] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 16/38] btrfs: Make btrfs_drop_extent_cache take btrfs_inode

2017-02-17 Thread kbuild test robot
Hi Nikolay, [auto build test ERROR on next-20170217] [cannot apply to btrfs/next v4.9-rc8 v4.9-rc7 v4.9-rc6 v4.10-rc8] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 16/38] btrfs: Make btrfs_drop_extent_cache take btrfs_inode

2017-02-17 Thread kbuild test robot
Hi Nikolay, [auto build test WARNING on next-20170217] [cannot apply to btrfs/next v4.9-rc8 v4.9-rc7 v4.9-rc6 v4.10-rc8] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 37/38] btrfs: Make get_extent_t take btrfs_inode

2017-02-17 Thread kbuild test robot
Hi Nikolay, [auto build test ERROR on next-20170217] [cannot apply to btrfs/next v4.9-rc8 v4.9-rc7 v4.9-rc6 v4.10-rc8] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 37/38] btrfs: Make get_extent_t take btrfs_inode

2017-02-17 Thread kbuild test robot
Hi Nikolay, [auto build test WARNING on next-20170217] [cannot apply to btrfs/next v4.9-rc8 v4.9-rc7 v4.9-rc6 v4.10-rc8] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[josef-btrfs:master 2/15] fs/ntfs/attrib.c:2549:3: error: implicit declaration of function 'inode_to_bdi'

2016-09-03 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git master head: f559d20dba5359054f7a6e76834810e1d383877c commit: 4852edf10377af7f4b8337b0cf9ac65947b40cfb [2/15] remove mapping from balance_dirty_pages*() config: blackfin-allyesconfig (attached as .config) compiler:

Re: [PATCH] btrfs: Encryption: Add btrfs encryption support

2016-09-13 Thread kbuild test robot
Hi Anand, [auto build test WARNING on btrfs/next] [cannot apply to v4.8-rc6 next-20160913] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record what

Re: [PATCH] btrfs: Encryption: Add btrfs encryption support

2016-09-13 Thread kbuild test robot
Hi Anand, [auto build test WARNING on btrfs/next] [cannot apply to v4.8-rc6 next-20160913] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record what

Re: [PATCH] btrfs: Encryption: Add btrfs encryption support

2016-09-13 Thread kbuild test robot
Hi Anand, [auto build test WARNING on btrfs/next] [cannot apply to v4.8-rc6 next-20160913] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record what

Re: [PATCH 1/3] remove mapping from balance_dirty_pages*()

2016-08-22 Thread kbuild test robot
Hi Josef, [auto build test ERROR on linus/master] [also build test ERROR on v4.8-rc3 next-20160822] [cannot apply to linux/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto

[josef-btrfs:master 4/17] arch/tile/mm/pgtable.c:47:2: error: implicit declaration of function 'glboal_node_page_state'

2016-09-28 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git master head: 7a27194d3aaad0547b4f3fccdaab7dc01e03f6de commit: 1277e49c31f1694ba0d9f9b3871144832c66ac0a [4/17] writeback: allow for dirty metadata accounting config: tile-tilegx_defconfig (attached as .config)

Re: [PATCH] btrfs: remove old tree_root dirent processing in btrfs_real_readdir()

2016-11-04 Thread kbuild test robot
Hi Jeff, [auto build test WARNING on btrfs/next] [also build test WARNING on v4.9-rc3 next-20161028] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[josef-btrfs:master 3/11] mm/util.c:551:48: warning: right shift count >= width of type

2016-10-21 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git master head: d0a148ae67276be35f69f2f674913b8a1c54c4c8 commit: 51aa63bfa72fab9ec726b0b443ea92df53697502 [3/11] writeback: add counters for metadata usage config: x86_64-randconfig-x014-201642 (attached as .config)

[josef-btrfs:master 3/11] mm/vmstat.c:1445:4: warning: iteration 28 invokes undefined behavior

2016-10-20 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git master head: 570b2b152bf32db746eb6de1a144491b5f7ca34f commit: 3bfb81930e877c80af87a9954ca5714aa6ae60ee [3/11] writeback: allow for dirty metadata accounting config: i386-randconfig-s0-201642 (attached as .config)

[josef-btrfs:master 9/11] fs/btrfs/extent_io.c:4707:61: warning: overflow in implicit constant conversion

2016-10-20 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git master head: 570b2b152bf32db746eb6de1a144491b5f7ca34f commit: 2d700e7883ba3aad07fa80214b66ed142cbc5ecc [9/11] Btrfs: kill the btree_inode config: x86_64-randconfig-x015-201642 (attached as .config) compiler: gcc-6

[josef-btrfs:master 3/11] mm/vmstat.c:1445:4: warning: iteration 28u invokes undefined behavior

2016-10-20 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git master head: 570b2b152bf32db746eb6de1a144491b5f7ca34f commit: 3bfb81930e877c80af87a9954ca5714aa6ae60ee [3/11] writeback: allow for dirty metadata accounting config: x86_64-randconfig-i0-201642 (attached as .config)

Re: [PATCH 1/6] Btrfs: add mount option for dax

2016-12-07 Thread kbuild test robot
Hi Liu, [auto build test WARNING on tip/perf/core] [also build test WARNING on v4.9-rc8 next-20161207] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 3/6] Btrfs: refactor btrfs_file_write_iter

2016-12-07 Thread kbuild test robot
Hi Liu, [auto build test WARNING on tip/perf/core] [also build test WARNING on v4.9-rc8 next-20161207] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[josef-btrfs:inet-rework 1/5] net/dccp/ipv6.c:961:2: error: unknown field 'bind_conflict' specified in initializer

2016-12-20 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git inet-rework head: 376f3c82a1e4e93e5eebb08b0470c53f9edc15e9 commit: bad57dc99139c6d3bfe7a1f640f17239880009ec [1/5] inet: replace ->bind_conflict with ->rcv_saddr_equal config: x86_64-randconfig-x014-201651 (attached as

Re: [PATCH] mm, vmscan: consider eligible zones in get_scan_count

2016-12-27 Thread kbuild test robot
Hi Michal, [auto build test ERROR on mmotm/master] [also build test ERROR on v4.10-rc1 next-20161224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[josef-btrfs:inet-rework 6/6] net/ipv4/inet_connection_sock.c:256:32: error: 'const struct inet_connection_sock_af_ops' has no member named 'rcv_saddr_equal'

2016-12-22 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git inet-rework head: 749825bc60f7224225ced1dbed77d3cc2b0bd72f commit: 749825bc60f7224225ced1dbed77d3cc2b0bd72f [6/6] inet: reset tb->fastreuseport when adding a reuseport sk config: i386-allmodconfig (attached as

[josef-btrfs:inet-rework 1/6] net/ipv4/inet_hashtables.c:461:5: error: conflicting types for '__inet_hash'

2016-12-22 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git inet-rework head: 749825bc60f7224225ced1dbed77d3cc2b0bd72f commit: a36b30653769d1e20ff0df41533a2766453ced1a [1/6] inet: collapse ipv4/v6 rcv_saddr_equal functions into one config: i386-allmodconfig (attached as

[josef-btrfs:inet-rework 1/6] net/ipv4/inet_connection_sock.c:45:38: note: in expansion of macro 'sk_v6_rcv_saddr'

2016-12-22 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git inet-rework head: 749825bc60f7224225ced1dbed77d3cc2b0bd72f commit: a36b30653769d1e20ff0df41533a2766453ced1a [1/6] inet: collapse ipv4/v6 rcv_saddr_equal functions into one config: cris-etrax-100lx_v2_defconfig

Re: [PATCH 4/6] Btrfs: add DAX support for nocow btrfs

2016-12-07 Thread kbuild test robot
Hi Liu, [auto build test ERROR on tip/perf/core] [also build test ERROR on v4.9-rc8] [cannot apply to btrfs/next next-20161207] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 4/6] Btrfs: add DAX support for nocow btrfs

2016-12-07 Thread kbuild test robot
Hi Liu, [auto build test ERROR on tip/perf/core] [also build test ERROR on v4.9-rc8] [cannot apply to btrfs/next next-20161207] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] Btrfs: cleanup submit_one_bio

2017-04-04 Thread kbuild test robot
Hi Liu, [auto build test ERROR on next-20170330] [also build test ERROR on v4.11-rc5] [cannot apply to btrfs/next v4.9-rc8 v4.9-rc7 v4.9-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2 3/3] Btrfs: heuristic add byte core set calculation

2017-07-29 Thread kbuild test robot
Hi Timofey, [auto build test ERROR on next-20170724] [cannot apply to btrfs/next v4.13-rc2 v4.13-rc1 v4.12 v4.13-rc2] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] Btrfs: search parity device wisely

2017-08-03 Thread kbuild test robot
Hi Liu, [auto build test ERROR on v4.13-rc3] [also build test ERROR on next-20170803] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Liu-Bo/Btrfs-search-parity-device-wisely/20170803-193103

Re: [PATCH 4/4 v3] btrfs: add compression trace points

2017-08-15 Thread kbuild test robot
Hi Anand, [auto build test WARNING on tip/perf/core] [also build test WARNING on v4.13-rc5] [cannot apply to btrfs/next next-20170815] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3 46/49] fs/btrfs: convert to bio_for_each_segment_all_sp()

2017-08-11 Thread kbuild test robot
Hi Ming, [auto build test WARNING on linus/master] [also build test WARNING on v4.13-rc4 next-20170810] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] Btrfs: fix out of bounds array access while reading extent buffer

2017-08-11 Thread kbuild test robot
Hi Liu, [auto build test WARNING on v4.13-rc4] [also build test WARNING on next-20170811] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3 2/2] btrfs: Add new ioctl uapis for qgroup creation / removal

2017-07-15 Thread kbuild test robot
Hi Sargun, [auto build test ERROR on linus/master] [also build test ERROR on v4.12 next-20170714] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3 2/2] btrfs: Add new ioctl uapis for qgroup creation / removal

2017-07-17 Thread kbuild test robot
Hi Sargun, [auto build test WARNING on linus/master] [also build test WARNING on v4.13-rc1 next-20170717] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3 3/4] btrfs: Add zstd support

2017-07-24 Thread kbuild test robot
Hi Nick, [auto build test WARNING on linus/master] [also build test WARNING on v4.13-rc2 next-20170724] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3 3/4] btrfs: Add zstd support

2017-07-23 Thread kbuild test robot
Hi Nick, [auto build test WARNING on linus/master] [also build test WARNING on v4.13-rc1 next-20170721] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] btrfs: Add qgroup_auto_cleanup mount flag to automatically cleanup qgroups

2017-06-30 Thread kbuild test robot
Hi Sargun, [auto build test ERROR on v4.12-rc7] [also build test ERROR on next-20170630] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2 3/3] Btrfs: heuristic add byte core set calculation

2017-07-28 Thread kbuild test robot
Hi Timofey, [auto build test ERROR on next-20170724] [cannot apply to btrfs/next v4.13-rc2 v4.13-rc1 v4.12 v4.13-rc2] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] Btrfs: search parity device wisely

2017-08-03 Thread kbuild test robot
Hi Liu, [auto build test ERROR on v4.13-rc3] [also build test ERROR on next-20170803] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Liu-Bo/Btrfs-search-parity-device-wisely/20170803-193103

[josef-btrfs:slab-priority 4/6] fs//ntfs/attrib.c:2549:35: error: implicit declaration of function 'inode_to_bdi'

2017-08-22 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git slab-priority head: a1be3b41415243d20c90e9e92e82808fe1ff91a0 commit: fe049b0156a10dd0bb3fbf3d4dad3ca943874f10 [4/6] remove mapping from balance_dirty_pages*() config: i386-randconfig-a1-201734 (attached as .config)

Re: [PATCH v2] btrfs: add compression trace points

2017-06-12 Thread kbuild test robot
Hi Anand, [auto build test WARNING on kdave/for-next] [also build test WARNING on next-20170609] [cannot apply to btrfs/next tip/perf/core v4.12-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 3/4] btrfs: Add zstd support

2017-06-25 Thread kbuild test robot
Hi Nick, [auto build test ERROR on linus/master] [also build test ERROR on v4.12-rc6 next-20170623] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 3/4] btrfs: Add zstd support

2017-06-25 Thread kbuild test robot
Hi Nick, [auto build test ERROR on linus/master] [also build test ERROR on v4.12-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Nick-Terrell/lib-Add-xxhash-module/20170625-214344 config:

Re: [PATCH 7/8] btrfs: Add code to prevent qgroup creation for a non-existent subvol

2017-05-22 Thread kbuild test robot
Hi Sargun, [auto build test ERROR on linus/master] [also build test ERROR on v4.12-rc2 next-20170522] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 7/8] btrfs: Add code to prevent qgroup creation for a non-existent subvol

2017-05-23 Thread kbuild test robot
Hi Sargun, [auto build test WARNING on linus/master] [also build test WARNING on v4.12-rc2 next-20170522] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

  1   2   >