Searched hist:a061fc8da7b990faa41ca503e66faef3ecdeead0 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | volumes.h | diff a061fc8da7b990faa41ca503e66faef3ecdeead0 Wed May 07 10:43:44 CDT 2008 Chris Mason <chris.mason@oracle.com> Btrfs: Add support for online device removal
This required a few structural changes to the code that manages bdev pointers:
The VFS super block now gets an anon-bdev instead of a pointer to the lowest bdev. This allows us to avoid swapping the super block bdev pointer around at run time.
The code to read in the super block no longer goes through the extent buffer interface. Things got ugly keeping the mapping constant.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|
H A D | super.c | diff a061fc8da7b990faa41ca503e66faef3ecdeead0 Wed May 07 10:43:44 CDT 2008 Chris Mason <chris.mason@oracle.com> Btrfs: Add support for online device removal
This required a few structural changes to the code that manages bdev pointers:
The VFS super block now gets an anon-bdev instead of a pointer to the lowest bdev. This allows us to avoid swapping the super block bdev pointer around at run time.
The code to read in the super block no longer goes through the extent buffer interface. Things got ugly keeping the mapping constant.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|
H A D | transaction.c | diff a061fc8da7b990faa41ca503e66faef3ecdeead0 Wed May 07 10:43:44 CDT 2008 Chris Mason <chris.mason@oracle.com> Btrfs: Add support for online device removal
This required a few structural changes to the code that manages bdev pointers:
The VFS super block now gets an anon-bdev instead of a pointer to the lowest bdev. This allows us to avoid swapping the super block bdev pointer around at run time.
The code to read in the super block no longer goes through the extent buffer interface. Things got ugly keeping the mapping constant.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|
H A D | volumes.c | diff a061fc8da7b990faa41ca503e66faef3ecdeead0 Wed May 07 10:43:44 CDT 2008 Chris Mason <chris.mason@oracle.com> Btrfs: Add support for online device removal
This required a few structural changes to the code that manages bdev pointers:
The VFS super block now gets an anon-bdev instead of a pointer to the lowest bdev. This allows us to avoid swapping the super block bdev pointer around at run time.
The code to read in the super block no longer goes through the extent buffer interface. Things got ugly keeping the mapping constant.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|
H A D | ctree.h | diff a061fc8da7b990faa41ca503e66faef3ecdeead0 Wed May 07 10:43:44 CDT 2008 Chris Mason <chris.mason@oracle.com> Btrfs: Add support for online device removal
This required a few structural changes to the code that manages bdev pointers:
The VFS super block now gets an anon-bdev instead of a pointer to the lowest bdev. This allows us to avoid swapping the super block bdev pointer around at run time.
The code to read in the super block no longer goes through the extent buffer interface. Things got ugly keeping the mapping constant.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|
H A D | extent-tree.c | diff a061fc8da7b990faa41ca503e66faef3ecdeead0 Wed May 07 10:43:44 CDT 2008 Chris Mason <chris.mason@oracle.com> Btrfs: Add support for online device removal
This required a few structural changes to the code that manages bdev pointers:
The VFS super block now gets an anon-bdev instead of a pointer to the lowest bdev. This allows us to avoid swapping the super block bdev pointer around at run time.
The code to read in the super block no longer goes through the extent buffer interface. Things got ugly keeping the mapping constant.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|
H A D | disk-io.c | diff a061fc8da7b990faa41ca503e66faef3ecdeead0 Wed May 07 10:43:44 CDT 2008 Chris Mason <chris.mason@oracle.com> Btrfs: Add support for online device removal
This required a few structural changes to the code that manages bdev pointers:
The VFS super block now gets an anon-bdev instead of a pointer to the lowest bdev. This allows us to avoid swapping the super block bdev pointer around at run time.
The code to read in the super block no longer goes through the extent buffer interface. Things got ugly keeping the mapping constant.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|
H A D | inode.c | diff a061fc8da7b990faa41ca503e66faef3ecdeead0 Wed May 07 10:43:44 CDT 2008 Chris Mason <chris.mason@oracle.com> Btrfs: Add support for online device removal
This required a few structural changes to the code that manages bdev pointers:
The VFS super block now gets an anon-bdev instead of a pointer to the lowest bdev. This allows us to avoid swapping the super block bdev pointer around at run time.
The code to read in the super block no longer goes through the extent buffer interface. Things got ugly keeping the mapping constant.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|