aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: leak fixes, pinning fixesChris Mason2007-03-253-23/+40
* Btrfs: very minimal lockingChris Mason2007-03-234-11/+22
* Add generation number to btrfs_header, readdir fixes, hash collision fixesChris Mason2007-03-235-14/+32
* Btrfs: properly set new buffers for new blocks up to dateChris Mason2007-03-233-3/+11
* btrfs_create, btrfs_write_super, btrfs_sync_fsChris Mason2007-03-2310-47/+201
* Btrfs: transaction reworkChris Mason2007-03-227-146/+235
* Mountable btrfs, with readdirChris Mason2007-03-2214-490/+651
* Btrfs: initial move to kernel module landChris Mason2007-03-2124-2911/+274
* Btrfs: Better block record keeping, real mkfsChris Mason2007-03-207-19/+134
* Btrfs: change dir-test to insert inode_itemsChris Mason2007-03-204-9/+43
* Btrfs: Update TODOChris Mason2007-03-201-1/+0
* Btrfs: Add inode map, and the start of file extent itemsChris Mason2007-03-2011-173/+542
* Btrfs: add transaction.h to the MakefileChris Mason2007-03-201-1/+2
* Btrfs: minor commentsChris Mason2007-03-171-0/+5
* Btrfs: transaction handles everywhereChris Mason2007-03-1616-303/+426
* Btrfs: pin freed blocks from the FS tree tooChris Mason2007-03-163-19/+26