summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: early work to file_write in big extentsChris Mason2007-04-164-23/+232
* Btrfs: add a device id to device itemsChris Mason2007-04-124-12/+65
* Btrfs: add disk ioctl, mostly workingChris Mason2007-04-125-17/+221
* Btrfs: create a logical->phsyical block number mapping schemeChris Mason2007-04-117-68/+134
* Btrfs: early support for multiple devicesChris Mason2007-04-112-5/+76
* Btrfs: use a dedicated inode num for root root dirChris Mason2007-04-112-10/+2
* Btrfs: detect duplicate subvol namesChris Mason2007-04-101-2/+2
* Btrfs: subvolumesChris Mason2007-04-104-43/+182
* Btrfs: when forced to cow for file_write, get the page uptodate firstChris Mason2007-04-101-1/+14
* Btrfs: only cow in get_block when create==1Chris Mason2007-04-101-2/+3
* Btrfs: cow file extents before writingChris Mason2007-04-101-2/+18
* Btrfs: drop owner and parentidChris Mason2007-04-106-47/+6
* Btrfs: drop the inode map treeChris Mason2007-04-108-204/+33
* Btrfs: snapshot progressChris Mason2007-04-107-12/+183
* Btrfs: groundwork for subvolume and snapshot rootsChris Mason2007-04-096-99/+282
* Btrfs: start of support for many FS volumesChris Mason2007-04-069-79/+242
* Btrfs: uuidsChris Mason2007-04-053-4/+13
* Btrfs: dirindex optimizationsChris Mason2007-04-055-17/+50
* Btrfs: finish off inode indexing in dirs, add overflowsChris Mason2007-04-053-11/+107
* Btrfs: more inode indexed directory workChris Mason2007-04-054-45/+70
* Btrfs: add dir inode indexChris Mason2007-04-044-9/+33
* Btrfs: tweak the inode-map and free extent search starts on cold mountChris Mason2007-04-045-13/+39
* Btrfs: disable inline data code for nowChris Mason2007-04-041-8/+10
* Btrfs: support for items bigger than 1/2 the blocksizeChris Mason2007-04-042-38/+110
* Btrfs: early inline file data codeChris Mason2007-04-042-10/+248
* Btrfs: don't wait on uptodate buffers on readChris Mason2007-04-031-0/+3
* Btrfs: csum_verify_file_block locking fixChris Mason2007-04-024-4/+2
* Btrfs: corruptions fixedChris Mason2007-04-025-43/+34
* Btrfs: dynamic allocation of path structChris Mason2007-04-026-172/+243
* Btrfs: still corruption huntingChris Mason2007-04-0210-95/+265
* Btrfs: corruption hunt continuesChris Mason2007-03-3011-105/+187
* Btrfs: hunting slab corruptionChris Mason2007-03-305-6/+27
* Btrfs: verify csums on readChris Mason2007-03-296-60/+279
* btrfs_file_write -- first passChris Mason2007-03-291-9/+213
* Btrfs: btree address space fixesChris Mason2007-03-291-3/+4
* Btrfs: sha256 csums on metadataChris Mason2007-03-283-7/+67
* Btrfs: use a btree inode instead of sb_getblkChris Mason2007-03-286-24/+174
* btrfs_rmdirChris Mason2007-03-271-13/+93
* Btrfs: byte offsets for file keysChris Mason2007-03-273-5/+9
* btrfs_truncateChris Mason2007-03-272-18/+114
* Btrfs: add generation field to file extentChris Mason2007-03-272-0/+14
* Btrfs: split out level field in struct headerChris Mason2007-03-273-10/+4
* Btrfs: reference counts on data extentsChris Mason2007-03-275-24/+82
* btrfs_get_block, file read/writeChris Mason2007-03-265-41/+230
* btrfs_dirty_inodeChris Mason2007-03-261-5/+57
* Btrfs: TODO updateChris Mason2007-03-261-3/+0
* Btrfs: add a radix back bit treeChris Mason2007-03-266-57/+167
* btrfs_mkdirChris Mason2007-03-251-119/+65
* Btrfs: very simple readdir readaheadChris Mason2007-03-251-7/+31
* Btrfs: unlink and delete_inodeChris Mason2007-03-251-3/+114