Searched hist:a79b7d4b3e8118f265dcb4bdf9a572c392f02708 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | disk-io.c | diff 56094eecd32cbb80d098eee5a7cbd60f39f4b764 Sat Aug 09 06:51:15 CDT 2014 Andrey Utkin <andrey.krieger.utkin@gmail.com> btrfs: Drop stray check of fixup_workers creation
The issue was introduced in a79b7d4b3e8118f265dcb4bdf9a572c392f02708, adding allocation of extent_workers, so this stray check is surely not meant to be a check of something else.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=82021 Reported-by: Maks Naumov <maksqwe1@ukr.net> Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Chris Mason <clm@fb.com> diff a79b7d4b3e8118f265dcb4bdf9a572c392f02708 Thu May 22 18:18:52 CDT 2014 Chris Mason <clm@fb.com> Btrfs: async delayed refs
Delayed extent operations are triggered during transaction commits. The goal is to queue up a healthly batch of changes to the extent allocation tree and run through them in bulk.
This farms them off to async helper threads. The goal is to have the bulk of the delayed operations being done in the background, but this is also important to limit our stack footprint.
Signed-off-by: Chris Mason <clm@fb.com>
|
H A D | transaction.c | diff a79b7d4b3e8118f265dcb4bdf9a572c392f02708 Thu May 22 18:18:52 CDT 2014 Chris Mason <clm@fb.com> Btrfs: async delayed refs
Delayed extent operations are triggered during transaction commits. The goal is to queue up a healthly batch of changes to the extent allocation tree and run through them in bulk.
This farms them off to async helper threads. The goal is to have the bulk of the delayed operations being done in the background, but this is also important to limit our stack footprint.
Signed-off-by: Chris Mason <clm@fb.com>
|
H A D | ctree.h | diff a79b7d4b3e8118f265dcb4bdf9a572c392f02708 Thu May 22 18:18:52 CDT 2014 Chris Mason <clm@fb.com> Btrfs: async delayed refs
Delayed extent operations are triggered during transaction commits. The goal is to queue up a healthly batch of changes to the extent allocation tree and run through them in bulk.
This farms them off to async helper threads. The goal is to have the bulk of the delayed operations being done in the background, but this is also important to limit our stack footprint.
Signed-off-by: Chris Mason <clm@fb.com>
|
H A D | extent-tree.c | diff a79b7d4b3e8118f265dcb4bdf9a572c392f02708 Thu May 22 18:18:52 CDT 2014 Chris Mason <clm@fb.com> Btrfs: async delayed refs
Delayed extent operations are triggered during transaction commits. The goal is to queue up a healthly batch of changes to the extent allocation tree and run through them in bulk.
This farms them off to async helper threads. The goal is to have the bulk of the delayed operations being done in the background, but this is also important to limit our stack footprint.
Signed-off-by: Chris Mason <clm@fb.com>
|
H A D | inode.c | diff a79b7d4b3e8118f265dcb4bdf9a572c392f02708 Thu May 22 18:18:52 CDT 2014 Chris Mason <clm@fb.com> Btrfs: async delayed refs
Delayed extent operations are triggered during transaction commits. The goal is to queue up a healthly batch of changes to the extent allocation tree and run through them in bulk.
This farms them off to async helper threads. The goal is to have the bulk of the delayed operations being done in the background, but this is also important to limit our stack footprint.
Signed-off-by: Chris Mason <clm@fb.com>
|