summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Init address_space->writeback_index properlyChris Mason1-0/+4
2008-09-25Btrfs: Avoid calling into the FS for the final iput on fake root inodesChris Mason1-0/+3
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng1-22/+38
2008-09-25Get rid of BTRFS_I(inode)->index and use local vars insteadChris Mason1-25/+34
2008-09-25btrfs_lookup_bio_sums seems broken, go back to the readpage_io_hook for nowChris Mason1-6/+53
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason1-6/+41
2008-09-25Btrfs: Hold csum mutex while reading in sums during readpagesChris Mason1-0/+2
2008-09-25Btrfs: Drop some debugging around the extent_map pinned flagChris Mason1-22/+0
2008-09-25Btrfs: Fix streaming read performance with checksumming onChris Mason1-53/+4
2008-09-25Btrfs: Add compatibility for kernels >= 2.6.27-rc1Sven Wegener1-2/+10
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan1-11/+11
2008-09-25Btrfs: Update and fix mount -o nodatacowYan Zheng1-4/+2
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason1-5/+5
2008-09-25Btrfs: Leaf reference cache updateChris Mason1-4/+4
2008-09-25Btrfs: Fix .. lookup corner caseYan1-13/+9
2008-09-25Btrfs: Remove unused variable in fixup_tree_root_locationBalaji Rao1-5/+0
2008-09-25Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik1-3/+234
2008-09-25Btrfs: Add ACL supportJosef Bacik1-1/+41
2008-09-25Btrfs: Implement new dir index formatJosef Bacik1-22/+121
2008-09-25Btrfs: Search data ordered extents first for checksums on readChris Mason1-15/+18
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason1-0/+2
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason1-24/+30
2008-09-25Btrfs: Index extent buffers in an rbtreeChris Mason1-3/+0
2008-09-25Btrfs: Data ordered fixesChris Mason1-5/+18
2008-09-25Fix btrfs_wait_ordered_extent_range to properly waitChris Mason1-6/+20
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason1-0/+15
2008-09-25Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is setChris Mason1-5/+9
2008-09-25Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason1-5/+1
2008-09-25Btrfs: Cleanup and comment ordered-data.cChris Mason1-2/+10
2008-09-25Add a per-inode lock around btrfs_drop_extentsChris Mason1-0/+10
2008-09-25Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason1-16/+21
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason1-5/+5
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason1-10/+18
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason1-9/+84
2008-09-25Btrfs: New data=ordered implementationChris Mason1-158/+289
2008-09-25Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason1-0/+6
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason1-16/+8
2008-09-25Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksChris Mason1-3/+1
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-70/+6
2008-09-25Btrfs: Start btree concurrency work.Chris Mason1-1/+7
2008-09-25Btrfs: split out ioctl.cChristoph Hellwig1-727/+6
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingChris Mason1-2/+2
2008-09-25Btrfs: transaction ioctlsSage Weil1-0/+63
2008-09-25Btrfs: Invalidate dcache entry after creating snapshot andSven Wegener1-0/+29
2008-09-25btrfs delete ordered inode handling fixMingming1-23/+1
2008-09-25Fix corners in writepage and btrfs_truncate_pageChris Mason1-1/+8
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason1-25/+41
2008-09-25Btrfs: A number of nodatacow fixesChris Mason1-5/+3
2008-09-25Btrfs: Update nodatacow mode to support cloned single files and resizingChris Mason1-4/+9
2008-09-25Btrfs: Add support for online device removalChris Mason1-1/+26