summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason17-205/+3408
2008-09-25Btrfs: Add debugging checks to track down corrupted metadataChris Mason4-34/+49
2008-09-25Btrfs: optimize btrget/set/removexattrChristoph Hellwig4-170/+104
2008-09-25btrfs: optmize listxattrChristoph Hellwig3-81/+11
2008-09-25Btrfs: compile when posix acl's are disabledJosef Bacik2-2/+22
2008-09-25Btrfs: Fix variable init during csum creationChris Mason1-0/+1
2008-09-25Btrfs: Throttle for async bio submits higher up the chainChris Mason2-7/+7
2008-09-25Btrfs: Rev the disk formatChris Mason1-1/+1
2008-09-25Clean up btrfs_get_parent() a little more, fix a free-after-free bugDavid Woodhouse1-13/+18
2008-09-25Btrfs: Fix NFS exporting of subvol roots.David Woodhouse1-1/+12
2008-09-25Switch btrfs_name_hash() to crc32cDavid Woodhouse3-114/+7
2008-09-25Btrfs: Reinstate '-osubvol=.' option to mount entire treeDavid Woodhouse1-15/+19
2008-09-25Simplify btrfs_get_parent(), fix use-after-free bugDavid Woodhouse1-15/+11
2008-09-25Mask root object ID into f_fsid in btrfs_statfs()David Woodhouse1-0/+4
2008-09-25Fill f_fsid field in btrfs_statfs()David Woodhouse1-0/+6
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: Discard sector data in __free_extent()David Woodhouse1-0/+25
2008-09-25Btrfs: Implement our own copy of the nfsd readdir hack, for older kernelsDavid Woodhouse1-2/+102
2008-09-25NFS support for btrfs - v3Balaji Rao5-1/+247
2008-09-25Introduce btrfs_iget helperBalaji Rao2-18/+39
2008-09-25Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason4-10/+27
2008-09-25Btrfs: Lookup readpage checksums on bio submission againChris Mason2-60/+6
2008-09-25Btrfs: Fix add_extent_mapping to check for duplicates across the whole rangeChris Mason2-4/+24
2008-09-25Btrfs: Remove broken optimisations in end_bio functions.David Woodhouse1-138/+21
2008-09-25Btrfs: Lower contention on the csum mutexChris Mason4-8/+22
2008-09-25Btrfs: Wait for kernel threads to make progress during async submissionChris Mason3-20/+33
2008-09-25Btrfs: Give all the worker threads descriptive namesChris Mason3-10/+24
2008-09-25Btrfs: Transaction commit: don't use filemap_fdatawaitChris Mason3-12/+36
2008-09-25Btrfs: Count async bios separately from async checksum work itemsChris Mason3-6/+26
2008-09-25Btrfs: Limit the number of async bio submission kthreads to the number of dev...Chris Mason1-1/+3
2008-09-25Btrfs: Init address_space->writeback_index properlyChris Mason1-0/+4
2008-09-25Btrfs: Change TestSetPageLocked() to trylock_page()David Woodhouse2-1/+5
2008-09-25Btrfs: fix RHEL test for ClearPageFsMiscEric Sandeen1-1/+1
2008-09-25Btrfs: Update version.sh to v0.16Chris Mason1-1/+1
2008-09-25Btrfs: Avoid calling into the FS for the final iput on fake root inodesChris Mason2-0/+4
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng7-34/+74
2008-09-25Get rid of BTRFS_I(inode)->index and use local vars insteadChris Mason2-34/+34
2008-09-25Btrfs: Fix the multi-bio code to save the original bio for completionChris Mason2-1/+11
2008-09-25Btrfs: Update clone file ioctlYan Zheng1-80/+70
2008-09-25Btrfs: Various small fixes.Yan Zheng5-10/+11
2008-09-25btrfs_lookup_bio_sums seems broken, go back to the readpage_io_hook for nowChris Mason2-7/+56
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason7-13/+60
2008-09-25Btrfs: Don't corrupt ram in shrink_extent_tree, leak it insteadChris Mason1-0/+2
2008-09-25Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil4-6/+27
2008-09-25Btrfs: Add support for HW assisted crc32cChris Mason1-2/+93
2008-09-25Btrfs: Hold csum mutex while reading in sums during readpagesChris Mason2-1/+3
2008-09-25Btrfs: More throttle tuningChris Mason3-58/+29
2008-09-25btrfs_search_slot: reduce lock contention by cowing in two stagesChris Mason6-48/+173