aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-09-25btrfs: optmize listxattrChristoph Hellwig
2008-09-25Btrfs: compile when posix acl's are disabledJosef Bacik
2008-09-25Btrfs: Fix variable init during csum creationChris Mason
2008-09-25Btrfs: Throttle for async bio submits higher up the chainChris Mason
2008-09-25Btrfs: Rev the disk formatChris Mason
2008-09-25Clean up btrfs_get_parent() a little more, fix a free-after-free bugDavid Woodhouse
2008-09-25Btrfs: Fix NFS exporting of subvol roots.David Woodhouse
2008-09-25Switch btrfs_name_hash() to crc32cDavid Woodhouse
2008-09-25Btrfs: Reinstate '-osubvol=.' option to mount entire treeDavid Woodhouse
2008-09-25Simplify btrfs_get_parent(), fix use-after-free bugDavid Woodhouse
2008-09-25Mask root object ID into f_fsid in btrfs_statfs()David Woodhouse
2008-09-25Fill f_fsid field in btrfs_statfs()David Woodhouse
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: Discard sector data in __free_extent()David Woodhouse
2008-09-25Btrfs: Implement our own copy of the nfsd readdir hack, for older kernelsDavid Woodhouse
2008-09-25NFS support for btrfs - v3Balaji Rao
2008-09-25Introduce btrfs_iget helperBalaji Rao
2008-09-25Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason
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: Remove broken optimisations in end_bio functions.David Woodhouse
2008-09-25Btrfs: Lower contention on the csum mutexChris Mason
2008-09-25Btrfs: Wait for kernel threads to make progress during async submissionChris Mason
2008-09-25Btrfs: Give all the worker threads descriptive namesChris Mason
2008-09-25Btrfs: Transaction commit: don't use filemap_fdatawaitChris Mason
2008-09-25Btrfs: Count async bios separately from async checksum work itemsChris Mason
2008-09-25Btrfs: Limit the number of async bio submission kthreads to the number of dev...Chris Mason
2008-09-25Btrfs: Init address_space->writeback_index properlyChris Mason
2008-09-25Btrfs: Change TestSetPageLocked() to trylock_page()David Woodhouse
2008-09-25Btrfs: fix RHEL test for ClearPageFsMiscEric Sandeen
2008-09-25Btrfs: Update version.sh to v0.16Chris 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: Fix the multi-bio code to save the original bio for completionChris Mason
2008-09-25Btrfs: Update clone file ioctlYan Zheng
2008-09-25Btrfs: Various small fixes.Yan Zheng
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: Don't corrupt ram in shrink_extent_tree, leak it insteadChris Mason
2008-09-25Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil
2008-09-25Btrfs: Add support for HW assisted crc32cChris Mason
2008-09-25Btrfs: Hold csum mutex while reading in sums during readpagesChris Mason
2008-09-25Btrfs: More throttle tuningChris Mason
2008-09-25btrfs_search_slot: reduce lock contention by cowing in two stagesChris Mason
2008-09-25Btrfs: Throttle less often waiting for snapshots to deleteChris Mason
2008-09-25Btrfs: Improve and cleanup locking done by walk_down_treeChris Mason
2008-09-25Btrfs: Hold a reference on bios during submit_bio, add some extra bio checksChris Mason