aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2008-09-25Btrfs: Fix race against disk_i_size updatesChris Mason
2008-09-25Btrfs: Full back reference supportZheng Yan
2008-09-25Btrfs: free space accounting redoJosef Bacik
2008-09-25Btrfs: Dir fsync optimizationsChris Mason
2008-09-25Btrfs: Fix releasepage to properly keep dirty and writeback pagesChris Mason
2008-09-25Btrfs: Update the highest objectid in a root after log replay is doneChris Mason
2008-09-25remove unused function btrfs_ilookupChristoph Hellwig
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason
2008-09-25Btrfs: optimize btrget/set/removexattrChristoph Hellwig
2008-09-25Btrfs: Optimise NFS readdir hack slightly; don't call readdir() again when doneDavid Woodhouse
2008-09-25Minor cleanup of btrfs_real_readdir()David Woodhouse
2008-09-25Btrfs: Remove special cases for "." and ".."David Woodhouse
2008-09-25Btrfs: Implement our own copy of the nfsd readdir hack, for older kernelsDavid Woodhouse
2008-09-25Introduce btrfs_iget helperBalaji Rao
2008-09-25Btrfs: Lookup readpage checksums on bio submission againChris Mason
2008-09-25Btrfs: Fix add_extent_mapping to check for duplicates across the whole rangeChris Mason
2008-09-25Btrfs: Lower contention on the csum mutexChris Mason
2008-09-25Btrfs: Init address_space->writeback_index properlyChris Mason
2008-09-25Btrfs: Avoid calling into the FS for the final iput on fake root inodesChris Mason
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng
2008-09-25Get rid of BTRFS_I(inode)->index and use local vars insteadChris Mason
2008-09-25btrfs_lookup_bio_sums seems broken, go back to the readpage_io_hook for nowChris Mason
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason
2008-09-25Btrfs: Hold csum mutex while reading in sums during readpagesChris Mason
2008-09-25Btrfs: Drop some debugging around the extent_map pinned flagChris Mason
2008-09-25Btrfs: Fix streaming read performance with checksumming onChris Mason
2008-09-25Btrfs: Add compatibility for kernels >= 2.6.27-rc1Sven Wegener
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan
2008-09-25Btrfs: Update and fix mount -o nodatacowYan Zheng
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason
2008-09-25Btrfs: Leaf reference cache updateChris Mason
2008-09-25Btrfs: Fix .. lookup corner caseYan
2008-09-25Btrfs: Remove unused variable in fixup_tree_root_locationBalaji Rao
2008-09-25Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik
2008-09-25Btrfs: Add ACL supportJosef Bacik
2008-09-25Btrfs: Implement new dir index formatJosef Bacik
2008-09-25Btrfs: Search data ordered extents first for checksums on readChris Mason
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason
2008-09-25Btrfs: Index extent buffers in an rbtreeChris Mason
2008-09-25Btrfs: Data ordered fixesChris Mason
2008-09-25Fix btrfs_wait_ordered_extent_range to properly waitChris Mason
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason
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