summaryrefslogtreecommitdiff
path: root/core/fs/btrfs/btrfs.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Fix logical to physical block address mappingPaulo Alcantara2015-12-271-16/+33
* cache, btrfs: Provide a general cached read routineH. Peter Anvin2014-05-261-32/+6
* btrfs: Remove static variablesH. Peter Anvin2014-05-261-77/+98
* btrfs: Fix stack smash with node size > 4Ksyslinux-6.03-pre12H. Peter Anvin2014-05-261-41/+61
* Add filesystem UUID to SYSAPPEND for FATSerj Kalichev2014-03-131-1/+2
* Merge remote-tracking branch 'origin/master' into elflinksyslinux-5.00-pre3H. Peter Anvin2012-06-121-1/+4
|\
| * btrfs: Fix booting off a btrfs subvolume.Alexander E. Patrakov2012-06-041-1/+4
* | core: Fix ldlinux.c32 failing to load when not installed in "/"Matt Fleming2011-07-121-0/+1
* | core: change load_config() to open_config()H. Peter Anvin2011-05-271-1/+1
|/
* 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