summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Copy into the log tree in big batchesChris Mason1-61/+122
2008-09-25Btrfs: Optimize tree log block allocationsChris Mason3-21/+23
2008-09-25Btrfs: Optimize btree walking while logging inodesChris Mason2-7/+20
2008-09-25Btrfs: Dir fsync optimizationsChris Mason4-6/+29
2008-09-25Btrfs: Fix releasepage to properly keep dirty and writeback pagesChris Mason2-1/+6
2008-09-25Btrfs: Update the highest objectid in a root after log replay is doneChris Mason2-1/+9
2008-09-25Btrfs: Tree logging fixesChris Mason7-24/+107
2008-09-25Btrfs: properly set blocksize when adding new device.Zheng Yan1-0/+2
2008-09-25Btrfs: Update find free objectid function for orphan cleanup codeZheng Yan2-8/+10
2008-09-25Btrfs: trivial sparse fixesChristoph Hellwig4-11/+7
2008-09-25remove unused function btrfs_ilookupChristoph Hellwig2-15/+0
2008-09-25Btrfs: missing endianess conversion in insert_new_rootChristoph Hellwig1-4/+5
2008-09-25Btrfs: cleanup d_obtain_alias useageChristoph Hellwig1-15/+2
2008-09-25Btrfs: Rev the disk formatChris Mason1-1/+1
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