Commit Graph

165 Commits (211f90e68b679d27fe23c5505f86d6ce62c98bae)

Author SHA1 Message Date
Chris Mason 211f90e68b Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is set 17 years ago
Chris Mason 3edf7d33f4 Btrfs: Handle data checksumming on bios that span multiple ordered extents 17 years ago
Chris Mason eb84ae039e Btrfs: Cleanup and comment ordered-data.c 17 years ago
Chris Mason ee6e6504e1 Add a per-inode lock around btrfs_drop_extents 17 years ago
Chris Mason ba1da2f442 Btrfs: Don't pin pages in ram until the entire ordered extent is on disk. 17 years ago
Chris Mason f929574938 btrfs_start_transaction: wait for commits in progress to finish 17 years ago
Chris Mason dbe674a99c Btrfs: Update on disk i_size only after pending ordered extents are done 17 years ago
Chris Mason 247e743cbe Btrfs: Use async helpers to deal with pages that have been improperly dirtied 17 years ago
Chris Mason e6dcd2dc9c Btrfs: New data=ordered implementation 17 years ago
Chris Mason 1b1e2135dc Btrfs: Add a per-inode csum mutex to avoid races creating csum items 17 years ago
Chris Mason 89ce8a63d0 Add btrfs_end_transaction_throttle to force writers to wait for pending commits 17 years ago
Chris Mason 594a24eb0e Fix btrfs_del_ordered_inode to allow forcing the drop during unlinks 17 years ago
Chris Mason a213501153 Btrfs: Replace the big fs_mutex with a collection of other locks 17 years ago
Chris Mason 925baeddc5 Btrfs: Start btree concurrency work. 17 years ago
Christoph Hellwig f46b5a66b3 Btrfs: split out ioctl.c 17 years ago
Chris Mason 8b71284292 Btrfs: Add async worker threads for pre and post IO checksumming 17 years ago
Sage Weil 6bf13c0cc8 Btrfs: transaction ioctls 17 years ago
Sven Wegener 3b96362cc8 Btrfs: Invalidate dcache entry after creating snapshot and 17 years ago
Mingming e1b81e6761 btrfs delete ordered inode handling fix 17 years ago
Chris Mason 211c17f51f Fix corners in writepage and btrfs_truncate_page 17 years ago
Chris Mason 1259ab75c6 Btrfs: Handle write errors on raid1 and raid10 17 years ago
Chris Mason bbaf549e0c Btrfs: A number of nodatacow fixes 17 years ago
Chris Mason a68d5933a0 Btrfs: Update nodatacow mode to support cloned single files and resizing 17 years ago
Chris Mason a061fc8da7 Btrfs: Add support for online device removal 17 years ago
Chris Mason 5d9cd9ecbf Btrfs: Fix clone ioctl to not hold the path over inserts 17 years ago
Chris Mason b9d86667c9 Btrfs: Silence bogus inode.c compiler warnings 17 years ago
Sage Weil f2eb0a241f Btrfs: Clone file data ioctl 17 years ago
Chris Mason ec44a35cbe Btrfs: Add balance ioctl to restripe the chunks 17 years ago
Chris Mason 788f20eb5a Btrfs: Add new ioctl to add devices 17 years ago
Chris Mason 8e7bf94fd5 Btrfs: Do more optimal file RA during shrinking and defrag 17 years ago
Chris Mason 8f18cf1339 Btrfs: Make the resizer work based on shrinking and growing devices 17 years ago
Chris Mason 81d7ed29ff Btrfs: Throttle file_write when data=ordered is flushing the inode 17 years ago
Chris Mason bcbfce8abd Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mapping 17 years ago
Chris Mason e1c4b7451e Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT reads 17 years ago
Chris Mason f2d8d74d78 Btrfs: Make an unplug function that doesn't unplug every spindle 17 years ago
Chris Mason 4ef64eae28 Btrfs: Remove debugging statements from the invalidatepage calls 17 years ago
Chris Mason 9ad6b7bc2e Force page->private removal in btrfs_invalidatepage 17 years ago
Chris Mason 3b951516ed Btrfs: Use the extent map cache to find the logical disk block during data retries 17 years ago
Chris Mason 699122f559 Btrfs: Don't wait on tree block writeback before freeing them anymore 17 years ago
Chris Mason e015640f9c Btrfs: Write bio checksumming outside the FS mutex 17 years ago
Chris Mason 44b8bd7edd Btrfs: Create a work queue for bio writes 17 years ago
Chris Mason 98d20f67cf Add a min size parameter to btrfs_alloc_extent 17 years ago
Chris Mason 587f77043a Btrfs: Fixup a few u64<->pointer casts for 32 bit 17 years ago
Chris Mason 1643298592 Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush) 17 years ago
Chris Mason 7e38326f5b Btrfs: Handle checksumming errors while reading data blocks 17 years ago
Chris Mason f188591e98 Btrfs: Retry metadata reads in the face of checksum failures 17 years ago
Chris Mason 22c599485b Btrfs: Handle data block end_io through the async work queue 17 years ago
Chris Mason cea9e4452e Change btrfs_map_block to return a structure with mappings for all stripes 17 years ago
Chris Mason 8790d502e4 Btrfs: Add support for mirroring across drives 17 years ago
Chris Mason 0416008814 Create a btrfs backing dev info 17 years ago