aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2008-09-25Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is setChris Mason
2008-09-25Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason
2008-09-25Btrfs: Cleanup and comment ordered-data.cChris Mason
2008-09-25Add a per-inode lock around btrfs_drop_extentsChris Mason
2008-09-25Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason
2008-09-25Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksChris Mason
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason
2008-09-25Btrfs: Start btree concurrency work.Chris Mason
2008-09-25Btrfs: split out ioctl.cChristoph Hellwig
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingChris Mason
2008-09-25Btrfs: transaction ioctlsSage Weil
2008-09-25Btrfs: Invalidate dcache entry after creating snapshot andSven Wegener
2008-09-25btrfs delete ordered inode handling fixMingming
2008-09-25Fix corners in writepage and btrfs_truncate_pageChris Mason
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason
2008-09-25Btrfs: A number of nodatacow fixesChris Mason
2008-09-25Btrfs: Update nodatacow mode to support cloned single files and resizingChris Mason
2008-09-25Btrfs: Add support for online device removalChris Mason
2008-09-25Btrfs: Fix clone ioctl to not hold the path over insertsChris Mason
2008-09-25Btrfs: Silence bogus inode.c compiler warningsChris Mason
2008-09-25Btrfs: Clone file data ioctlSage Weil
2008-09-25Btrfs: Add balance ioctl to restripe the chunksChris Mason
2008-09-25Btrfs: Add new ioctl to add devicesChris Mason
2008-09-25Btrfs: Do more optimal file RA during shrinking and defragChris Mason
2008-09-25Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason
2008-09-25Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason
2008-09-25Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mappingChris Mason
2008-09-25Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT readsChris Mason
2008-09-25Btrfs: Make an unplug function that doesn't unplug every spindleChris Mason
2008-09-25Btrfs: Remove debugging statements from the invalidatepage callsChris Mason
2008-09-25Force page->private removal in btrfs_invalidatepageChris Mason
2008-09-25Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason
2008-09-25Btrfs: Don't wait on tree block writeback before freeing them anymoreChris Mason
2008-09-25Btrfs: Write bio checksumming outside the FS mutexChris Mason
2008-09-25Btrfs: Create a work queue for bio writesChris Mason
2008-09-25Add a min size parameter to btrfs_alloc_extentChris Mason
2008-09-25Btrfs: Fixup a few u64<->pointer casts for 32 bitChris Mason
2008-09-25Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush)Chris Mason
2008-09-25Btrfs: Handle checksumming errors while reading data blocksChris Mason
2008-09-25Btrfs: Retry metadata reads in the face of checksum failuresChris Mason
2008-09-25Btrfs: Handle data block end_io through the async work queueChris Mason
2008-09-25Change btrfs_map_block to return a structure with mappings for all stripesChris Mason
2008-09-25Btrfs: Add support for mirroring across drivesChris Mason
2008-09-25Create a btrfs backing dev infoChris Mason