aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: add a name_len to dir items, reorder keyChris Mason2007-03-165-25/+25
* Btrfs: add inode itemChris Mason2007-03-155-7/+215
* Btrfs: directory testing code and dir item fixesChris Mason2007-03-155-74/+477
* Btrfs: add hash.hChris Mason2007-03-151-0/+4
* Btrfs: Use a chunk of the key flags to record the item type.Chris Mason2007-03-1514-109/+435
* Btrfs: reorder key offset and flagsChris Mason2007-03-143-8/+9
* Btrfs: variable block size supportChris Mason2007-03-1410-300/+238
* Btrfs: add leaf data casting helperChris Mason2007-03-143-9/+8
* Btrfs: properly reset block cache on freeChris Mason2007-03-141-1/+1
* Btrfs: Change the super to point to a tree of trees to enable persistent snap...Chris Mason2007-03-1310-65/+445
* Btrfs: merge leaves before splitChris Mason2007-03-132-2/+9
* Btrfs: make some funcs staticChris Mason2007-03-132-19/+44
* rename funcs and structs to btrfsChris Mason2007-03-1311-447/+454
* Btrfs: struct extent_item endianChris Mason2007-03-133-15/+39
* Btrfs: node->blockptrs endian fixesChris Mason2007-03-134-18/+33
* Btrfs: struct item endian fixesChris Mason2007-03-126-90/+141