summaryrefslogtreecommitdiff
path: root/core/fs/btrfs/btrfs.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Fix booting off a btrfs subvolume.Alexander E. Patrakov2012-06-041-1/+4
* btrfs: print an error if finding compressed/encrypted dataH. Peter Anvin2010-07-051-1/+10
* btrfs: initialize the block cache earlyH. Peter Anvin2010-06-251-44/+5
* btrfs: do not read past the end of the diskH. Peter Anvin2010-06-251-0/+8
* btrfs: Implement readdir operationAlek Du2010-03-081-12/+42
* btrfs: remove global fs ptr and clean up codeAlek Du2010-03-031-37/+38
* btrfs: get rid of unnecessary _fs variableH. Peter Anvin2010-03-021-5/+2
* btrfs: Implement next_extent and call generic_getfssecAlek Du2010-03-021-27/+62
* core: remove unmangle_nameH. Peter Anvin2010-02-281-1/+0
* fs: cleanups: use PVT() macro for all filesystems; iso9660 cleanupsH. Peter Anvin2010-02-241-4/+4
* core: fix double free of pathbuf, constify iget filename, fix iso9660H. Peter Anvin2010-02-241-1/+1
* pathbased:btrfs use iget interface and leverage general search routingAlek Du2010-02-231-175/+80
* fs: move cache_init() into fs_init, to handle special needsH. Peter Anvin2010-02-161-1/+12
* cache: update the metadata cache designH. Peter Anvin2010-02-161-4/+4
* btrfs: use generic_load_configsyslinux-4.00-pre22H. Peter Anvin2010-02-151-16/+1
* pathbased:btrfs: initial subvol supportAlek Du2010-01-131-11/+89
* btrfs: use malloc instead of static allocation for chunk mapDu, Alek2009-12-291-0/+8
* btrfs: change func() to func(void)H. Peter Anvin2009-12-281-3/+3
* btrfs: reduce size by computing the crc32c table on the flyH. Peter Anvin2009-12-221-0/+2
* btrfs: add btrfs file system support to extlinuxsyslinux-4.00-pre7Alek Du2009-12-221-0/+645