Commit Graph

167 Commits (065631f6dccea07bfad48d8981369f6d9cfd6e2b)

Author SHA1 Message Date
Chris Mason 065631f6dc Btrfs: checksum file data at bio submission time instead of during writepage 17 years ago
David Miller df68b8a7ad Btrfs: unaligned access fixes 17 years ago
Chris Mason 9069218d44 Btrfs: Fix i_blocks accounting 17 years ago
Chris Mason 47b0c4f8c7 Btrfs: Update magic 17 years ago
Chris Mason 4529ba495c Btrfs: Add data block hints to SSD mode too 17 years ago
Chris Mason 6f568d35a0 Btrfs: mount -o max_inline=size to control the maximum inline extent size 17 years ago
Chris Mason 9c58309d6c Btrfs: Add inode item and backref in one insert, reducing cpu usage 17 years ago
Chris Mason 85e21bac16 Btrfs: During deletes and truncate, remove many items at once from the tree 17 years ago
Chris Mason d1310b2e0c Btrfs: Split the extent_map code into two parts 17 years ago
Chris Mason 5f56406aab Btrfs: Fix hole insertion corner cases 17 years ago
Chris Mason e18e4809b1 Btrfs: Add mount -o ssd, which includes optimizations for seek free storage 17 years ago
Chris Mason 2da98f003f Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeout 17 years ago
Chris Mason cee36a03e8 Rework btrfs_drop_inode to avoid scheduling 17 years ago
Chris Mason 61295eb866 Btrfs: Add drop inode func to avoid data=ordered deadlock 17 years ago
Chris Mason 69a32ac517 Btrfs: Change magic string to reflect new format 17 years ago
Yan fdebe2bd70 Btrfs: Add readonly inode flag 17 years ago
Chris Mason 21ad10cf3e Btrfs: Add flush barriers on commit 17 years ago
Yan b98b6767a0 Btrfs: Add inode flags support 17 years ago
Chris Mason e2008b6140 Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion 17 years ago
Chris Mason dc17ff8f11 Btrfs: Add data=ordered support 17 years ago
Chris Mason 4313b3994d Btrfs: Reduce stack usage in the resizer, fix 32 bit compiles 17 years ago
Chris Mason 8f662a76c6 Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for testing 17 years ago
Chris Mason edbd8d4efe Btrfs: Support for online FS resize (grow and shrink) 17 years ago
Chris Mason 1832a6d5ee Btrfs: Implement basic support for -ENOSPC 17 years ago
Chris Mason 6da6abae02 Btrfs: Back port to 2.6.18-el kernels 17 years ago
Chris Mason c59f8951d4 Btrfs: Add mount option to enforce a max extent size 17 years ago
Chris Mason be20aa9dba Btrfs: Add mount option to turn off data cow 17 years ago
Chris Mason b6cda9bcb4 Btrfs: Add mount -o nodatasum to turn of file data checksumming 17 years ago
Chris Mason f6dbff55d7 Btrfs: Reorder extent back refs to differentiate btree blocks from file data 17 years ago
Chris Mason 3954401fa6 Btrfs: Add back pointers from the inode to the directory that references it 17 years ago
Chris Mason 7bb86316c3 Btrfs: Add back pointers from extents to the btree or file referencing them 17 years ago
Chris Mason 74493f7a59 Btrfs: Implement generation numbers in block pointers 17 years ago
Chris Mason 87ee04eb0f Btrfs: Add simple stripe size parameter 17 years ago
Chris Mason 00f5c795fc btrfs_drop_extents: make sure the item is getting smaller before truncate 17 years ago
Yan 324ae4df00 Btrfs: Add block group pinned accounting back 17 years ago
Josef Bacik 5103e947b9 xattr support for btrfs 17 years ago
Chris Mason e644d021e3 Fix recursive KM_USER1 usage in btrfs_realloc_node 17 years ago
Chris Mason f84a8b362d Btrfs: Optimize allocations as we need to mix data and metadata into one group 17 years ago
Chris Mason 179e29e488 Btrfs: Fix a number of inline extent problems that Yan Zheng reported. 17 years ago
Chris Mason f578d4bd7e Btrfs: Optimize csum insertion to create larger items when possible 17 years ago
Chris Mason 6d7231f7d3 Btrfs: Fix typo: owner is a 64 bit field 17 years ago
Chris Mason a6b6e75e09 Btrfs: Defrag only leaves, and only when the parent node has a single objectid 17 years ago
Chris Mason 19c00ddcc3 Btrfs: Add back metadata checksumming 17 years ago
Chris Mason 0f82731fc5 Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big. 17 years ago
Chris Mason 810191ff30 Btrfs: extent_map optimizations to cut down on CPU usage 17 years ago
Chris Mason 3326d1b07c Btrfs: Allow tails larger than one page 17 years ago
Chris Mason 14048ed0c4 Btrfs: Cache extent buffer mappings 17 years ago
Chris Mason db94535db7 Btrfs: Allow tree blocks larger than the page size 17 years ago
Chris Mason 1a5bc167f6 Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map trees 17 years ago
Chris Mason 96b5179d0d Btrfs: Stop using radix trees for the block group cache 17 years ago