aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-09Btrfs: Fix leaf reference cache missYan Zheng1-3/+23
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng1-4/+2
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng1-11/+12
2008-10-03Btrfs: cast bio->bi_sector to a u64 before shiftingChris Mason1-1/+1
2008-10-01Btrfs: don't read leaf blocks containing only checksums during truncateChris Mason1-0/+152
2008-09-29Btrfs: add and improve commentsChris Mason1-67/+122
2008-09-29Btrfs: Wait for IO on the block device inodes of newly added devicesChris Mason1-1/+12
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan1-15/+37
2008-09-25Remove Btrfs compat code for older kernelsChris Mason1-133/+2
2008-09-25Btrfs: Fix race against disk_i_size updatesChris Mason1-0/+2
2008-09-25Btrfs: Full back reference supportZheng Yan1-18/+39
2008-09-25Btrfs: free space accounting redoJosef Bacik1-2/+1
2008-09-25Btrfs: Dir fsync optimizationsChris Mason1-1/+4
2008-09-25Btrfs: Fix releasepage to properly keep dirty and writeback pagesChris Mason1-0/+2
2008-09-25Btrfs: Update the highest objectid in a root after log replay is doneChris Mason1-1/+2
2008-09-25remove unused function btrfs_ilookupChristoph Hellwig1-13/+0
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason1-127/+134
2008-09-25Btrfs: optimize btrget/set/removexattrChristoph Hellwig1-9/+10
2008-09-25Btrfs: Optimise NFS readdir hack slightly; don't call readdir() again when doneDavid Woodhouse1-4/+7
2008-09-25Minor cleanup of btrfs_real_readdir()David Woodhouse1-15/+21
2008-09-25Btrfs: Remove special cases for "." and ".."David Woodhouse1-50/+2
2008-09-25Btrfs: Implement our own copy of the nfsd readdir hack, for older kernelsDavid Woodhouse1-2/+102
2008-09-25Introduce btrfs_iget helperBalaji Rao1-18/+37
2008-09-25Btrfs: Lookup readpage checksums on bio submission againChris Mason1-58/+4
2008-09-25Btrfs: Fix add_extent_mapping to check for duplicates across the whole rangeChris Mason1-4/+17
2008-09-25Btrfs: Lower contention on the csum mutexChris Mason1-2/+0
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