search for: idryomov

Displaying 19 results from an estimated 19 matches for "idryomov".

Did you mean: dryomov
2011 Nov 09
6
[PATCH 0/5] Btrfs: mount error handling fixes
A bunch of fixes (memory leaks, NULL pointer dereferences and devices hanging in busy state) to sanitize error handling during mount sequence. This is on top of for-linus + slyfox''s double-free fix. Thanks, Ilya Ilya Dryomov (5): Btrfs: fix memory leak in btrfs_parse_early_options() Btrfs: fix subvol_name leak on error in btrfs_mount() Btrfs: avoid null dereference and leaks
2013 Feb 11
2
[PATCH] btrfs: accept zero for balance usage filter
The condition can be relaxed to accept also 0 which will delete unoccupied chunks and does not need space for the actual data relocation. Until there is an automatic empty chunk reclaim, we can use this as a last resort option under enospc. CC: Ilya Dryomov <idryomov@gmail.com> Signed-off-by: David Sterba <dsterba@suse.cz> --- Also needs progs update, but is not required for the kernel side. fs/btrfs/volumes.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index 5cbb7f4..fb871d0 1...
2011 Aug 23
40
[PATCH 00/21] [RFC] Btrfs: restriper
...cancelling, locking is different, etc. I''m happy to integrate any ideas that got dropped as a result of this. Thanks to Arne who did an early review and Chris for overall guidance. Any comments/suggestions are appreciated. The series is on top of 3.1-rc3, available at: git://github.com/idryomov/btrfs-unstable.git restriper-rfc Thanks, Ilya Ilya Dryomov (21): Btrfs: get rid of *_alloc_profile fields Btrfs: introduce masks for chunk type and profile Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bit Btrfs: make avail_*_alloc_bits fields dynamic Btrfs: add basic restriper infrastruc...
2011 Oct 28
0
[PATCH] Btrfs: don't try to touch sb->s_bdev
Btrfs uses anon bdevs, this is not needed. Signed-off-by: Ilya Dryomov <idryomov@gmail.com> --- fs/btrfs/volumes.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index f2a4cc7..afd6a1e 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c @@ -1376,8 +1376,6 @@ int btrfs_rm_device(struct btrfs_root *root,...
2012 Feb 03
10
[PATCH 0/3] Btrfs-progs: restriper interface
...ume btrfs [filesystem] balance status Backwards compatibility is fully preserved thanks to the new command parser: the old ''btrfs filesystem balance <path>'' works as expected. The patchset is on top of the new parser posted half an hour ago, available at: git://github.com/idryomov/btrfs-progs.git restriper Thanks, Ilya Ilya Dryomov (3): Btrfs-progs: add restriper headers Btrfs-progs: add ''balance'' command group infrastructure Btrfs-progs: add restriper commands Makefile | 2 +- btrfs.c | 1 + cmds-balance.c | 684 +...
2011 Nov 01
0
[PATCH] Btrfs-progs: change the way mkfs picks raid profiles
...about decisions it makes and it''s not at all obvious which profile it picks when. Fix this by checking the number of effective devices and reporting back if the specified profile is impossible to create. Do not create FS in case invalid profile was given. Signed-off-by: Ilya Dryomov <idryomov@gmail.com> --- mkfs.c | 46 +++++++++++++++++++++++++++++++++++----------- 1 files changed, 35 insertions(+), 11 deletions(-) diff --git a/mkfs.c b/mkfs.c index e3ced19..66f0c9d 100644 --- a/mkfs.c +++ b/mkfs.c @@ -228,12 +228,26 @@ static int create_one_raid_group(struct btrfs_trans_handle...
2012 Aug 01
17
[PATCH] add crtime to the snapshot list
From: Anand <anand.jain@oracle.com> This patch adds creation-time to the snapshot list display, which would help user to better manage the snapshots when number of snapshots grow substantially. This patch is developed and on top of the send/receive btrfs and btrfs-progs repo at git://github.com/ablock84/linux-btrfs.git (send-v2) git://github.com/ablock84/btrfs-progs.git (send-v2)
2019 Jul 24
20
[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
From: John Hubbard <jhubbard at nvidia.com> Hi, This is mostly Jerome's work, converting the block/bio and related areas to call put_user_page*() instead of put_page(). Because I've changed Jerome's patches, in some cases significantly, I'd like to get his feedback before we actually leave him listed as the author (he might want to disown some or all of these). I added a
2019 Jul 24
20
[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
From: John Hubbard <jhubbard at nvidia.com> Hi, This is mostly Jerome's work, converting the block/bio and related areas to call put_user_page*() instead of put_page(). Because I've changed Jerome's patches, in some cases significantly, I'd like to get his feedback before we actually leave him listed as the author (he might want to disown some or all of these). I added a
2020 Sep 09
17
[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
fallthrough to a separate case/default label break; isn't very readable. Convert pseudo-keyword fallthrough; statements to a simple break; when the next label is case or default and the only statement in the next label block is break; Found using: $ grep-2.5.4 -rP --include=*.[ch] -n "fallthrough;(\s*(case\s+\w+|default)\s*:\s*){1,7}break;" * Miscellanea: o Move or coalesce a
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...eer <ilan.peer@intel.com> Ilho Lee <Ilho215.lee@samsung.com> Ilia Katsnelson <k0009000@gmail.com> Ilija Hadzic <ihadzic at research.bell-labs.com> Ilija Hadzic <ihadzic@research.bell-labs.com> Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Ilya Dryomov <idryomov@gmail.com> Ilya Shchepetkov <shchepetkov@ispras.ru> Ilya Yanok <yanok@emcraft.com> Ilya Zykov <ilya@ilyx.ru> Imre Deak <imre.deak@intel.com> Imre Kaloz <kaloz@openwrt.org> Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> Indan Zupancic <i...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...eer <ilan.peer@intel.com> Ilho Lee <Ilho215.lee@samsung.com> Ilia Katsnelson <k0009000@gmail.com> Ilija Hadzic <ihadzic at research.bell-labs.com> Ilija Hadzic <ihadzic@research.bell-labs.com> Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Ilya Dryomov <idryomov@gmail.com> Ilya Shchepetkov <shchepetkov@ispras.ru> Ilya Yanok <yanok@emcraft.com> Ilya Zykov <ilya@ilyx.ru> Imre Deak <imre.deak@intel.com> Imre Kaloz <kaloz@openwrt.org> Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> Indan Zupancic <i...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...eer <ilan.peer@intel.com> Ilho Lee <Ilho215.lee@samsung.com> Ilia Katsnelson <k0009000@gmail.com> Ilija Hadzic <ihadzic at research.bell-labs.com> Ilija Hadzic <ihadzic@research.bell-labs.com> Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Ilya Dryomov <idryomov@gmail.com> Ilya Shchepetkov <shchepetkov@ispras.ru> Ilya Yanok <yanok@emcraft.com> Ilya Zykov <ilya@ilyx.ru> Imre Deak <imre.deak@intel.com> Imre Kaloz <kaloz@openwrt.org> Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> Indan Zupancic <i...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...215.lee@samsung.com> Ilia Katsnelson <k0009000@gmail.com> Ilija Hadzic <ihadzic at research.bell-labs.com> Ilija Hadzic <ihadzic@research.bell-labs.com> Illia Ragozin <illia.ragozin@grapecom.com> Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Ilya Dryomov <idryomov@gmail.com> Ilya Shchepetkov <shchepetkov@ispras.ru> Ilya Yanok <yanok@emcraft.com> Ilya Zykov <ilya@ilyx.ru> Ilya Zykov <linux@izyk.ru> Imre Deak <imre.deak@intel.com> Imre Kaloz <kaloz@openwrt.org> Inaky Perez-Gonzalez <inaky.perez-gonzalez@i...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...215.lee@samsung.com> Ilia Katsnelson <k0009000@gmail.com> Ilija Hadzic <ihadzic at research.bell-labs.com> Ilija Hadzic <ihadzic@research.bell-labs.com> Illia Ragozin <illia.ragozin@grapecom.com> Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Ilya Dryomov <idryomov@gmail.com> Ilya Shchepetkov <shchepetkov@ispras.ru> Ilya Yanok <yanok@emcraft.com> Ilya Zykov <ilya@ilyx.ru> Ilya Zykov <linux@izyk.ru> Imre Deak <imre.deak@intel.com> Imre Kaloz <kaloz@openwrt.org> Inaky Perez-Gonzalez <inaky.perez-gonzalez@i...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...lt;k0009000@gmail.com> Ilia Mirkin <imirkin@alum.mit.edu> Ilija Hadzic <ihadzic at research.bell-labs.com> Ilija Hadzic <ihadzic@research.bell-labs.com> Illia Ragozin <illia.ragozin@grapecom.com> Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Ilya Dryomov <idryomov@gmail.com> Ilya Shchepetkov <shchepetkov@ispras.ru> Ilya Yanok <yanok@emcraft.com> Ilya Zykov <ilya@ilyx.ru> Ilya Zykov <linux@izyk.ru> Imre Deak <imre.deak@intel.com> Imre Kaloz <kaloz@openwrt.org> Inaky Perez-Gonzalez <inaky.perez-gonzalez@i...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...lt;k0009000@gmail.com> Ilia Mirkin <imirkin@alum.mit.edu> Ilija Hadzic <ihadzic at research.bell-labs.com> Ilija Hadzic <ihadzic@research.bell-labs.com> Illia Ragozin <illia.ragozin@grapecom.com> Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Ilya Dryomov <idryomov@gmail.com> Ilya Shchepetkov <shchepetkov@ispras.ru> Ilya Yanok <yanok@emcraft.com> Ilya Zykov <ilya@ilyx.ru> Ilya Zykov <linux@izyk.ru> Imre Deak <imre.deak@intel.com> Imre Kaloz <kaloz@openwrt.org> Inaky Perez-Gonzalez <inaky.perez-gonzalez@i...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...ic <ihadzic at research.bell-labs.com> Ilija Hadzic <ihadzic@research.bell-labs.com> Illia Ragozin <illia.ragozin@grapecom.com> Illia Smyrnov <illia.smyrnov@ti.com> Illya Klymov <xanf@xanf.me> Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Ilya Dryomov <idryomov@gmail.com> Ilya Shchepetkov <shchepetkov@ispras.ru> Ilya Yanok <yanok@emcraft.com> Ilya Zykov <ilya@ilyx.ru> Ilya Zykov <linux@izyk.ru> Imre Deak <imre.deak@intel.com> Imre Kaloz <kaloz@openwrt.org> Inaky Perez-Gonzalez <inaky.perez-gonzalez@i...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...ic <ihadzic at research.bell-labs.com> Ilija Hadzic <ihadzic@research.bell-labs.com> Illia Ragozin <illia.ragozin@grapecom.com> Illia Smyrnov <illia.smyrnov@ti.com> Illya Klymov <xanf@xanf.me> Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Ilya Dryomov <idryomov@gmail.com> Ilya Shchepetkov <shchepetkov@ispras.ru> Ilya Yanok <yanok@emcraft.com> Ilya Zykov <ilya@ilyx.ru> Ilya Zykov <linux@izyk.ru> Imre Deak <imre.deak@intel.com> Imre Kaloz <kaloz@openwrt.org> Inaky Perez-Gonzalez <inaky.perez-gonzalez@i...