summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* NFS support for btrfs - v3Balaji Rao2008-09-255-1/+247
* Introduce btrfs_iget helperBalaji Rao2008-09-252-18/+39
* Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason2008-09-254-10/+27
* Btrfs: Lookup readpage checksums on bio submission againChris Mason2008-09-252-60/+6
* Btrfs: Fix add_extent_mapping to check for duplicates across the whole rangeChris Mason2008-09-252-4/+24
* Btrfs: Remove broken optimisations in end_bio functions.David Woodhouse2008-09-251-138/+21
* Btrfs: Lower contention on the csum mutexChris Mason2008-09-254-8/+22
* Btrfs: Wait for kernel threads to make progress during async submissionChris Mason2008-09-253-20/+33
* Btrfs: Give all the worker threads descriptive namesChris Mason2008-09-253-10/+24
* Btrfs: Transaction commit: don't use filemap_fdatawaitChris Mason2008-09-253-12/+36
* Btrfs: Count async bios separately from async checksum work itemsChris Mason2008-09-253-6/+26
* Btrfs: Limit the number of async bio submission kthreads to the number of dev...Chris Mason2008-09-251-1/+3
* Btrfs: Init address_space->writeback_index properlyChris Mason2008-09-251-0/+4
* Btrfs: Change TestSetPageLocked() to trylock_page()David Woodhouse2008-09-252-1/+5
* Btrfs: fix RHEL test for ClearPageFsMiscEric Sandeen2008-09-251-1/+1
* Btrfs: Update version.sh to v0.16Chris Mason2008-09-251-1/+1
* Btrfs: Avoid calling into the FS for the final iput on fake root inodesChris Mason2008-09-252-0/+4
* Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng2008-09-257-34/+74
* Get rid of BTRFS_I(inode)->index and use local vars insteadChris Mason2008-09-252-34/+34
* Btrfs: Fix the multi-bio code to save the original bio for completionChris Mason2008-09-252-1/+11
* Btrfs: Update clone file ioctlYan Zheng2008-09-251-80/+70
* Btrfs: Various small fixes.Yan Zheng2008-09-255-10/+11
* btrfs_lookup_bio_sums seems broken, go back to the readpage_io_hook for nowChris Mason2008-09-252-7/+56
* Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason2008-09-257-13/+60
* Btrfs: Don't corrupt ram in shrink_extent_tree, leak it insteadChris Mason2008-09-251-0/+2
* Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil2008-09-254-6/+27
* Btrfs: Add support for HW assisted crc32cChris Mason2008-09-251-2/+93
* Btrfs: Hold csum mutex while reading in sums during readpagesChris Mason2008-09-252-1/+3
* Btrfs: More throttle tuningChris Mason2008-09-253-58/+29
* btrfs_search_slot: reduce lock contention by cowing in two stagesChris Mason2008-09-256-48/+173
* Btrfs: Throttle less often waiting for snapshots to deleteChris Mason2008-09-252-16/+5
* Btrfs: Improve and cleanup locking done by walk_down_treeChris Mason2008-09-253-34/+70
* Btrfs: Hold a reference on bios during submit_bio, add some extra bio checksChris Mason2008-09-251-1/+9
* Btrfs: Drop some debugging around the extent_map pinned flagChris Mason2008-09-252-31/+1
* Btrfs: Fix streaming read performance with checksumming onChris Mason2008-09-255-54/+99
* Btrfs: Throttle tuningChris Mason2008-09-253-12/+31
* Btrfs: Add missing hunk from Yan Zheng's cache reclaim patchChris Mason2008-09-251-0/+1
* Btrfs: Add compatibility for kernels >= 2.6.27-rc1Sven Wegener2008-09-253-2/+37
* Btrfs: implement memory reclaim for leaf reference cacheYan2008-09-2515-69/+86
* Btrfs: Fix verify_parent_transidChris Mason2008-09-252-2/+5
* Btrfs: Update and fix mount -o nodatacowYan Zheng2008-09-255-96/+142
* Btrfs: async-thread: fix possible memory leakLi Zefan2008-09-251-0/+1
* Btrfs: Throttle operations if the reference cache gets too largeChris Mason2008-09-257-22/+58
* Btrfs: Fix version.sh when used outside of an hg repoChris Mason2008-09-251-2/+2
* Btrfs: Leaf reference cache updateChris Mason2008-09-258-109/+61
* Btrfs: Add a leaf reference cacheYan Zheng2008-09-258-33/+476
* Btrfs: Rev the disk format magicChris Mason2008-09-251-1/+1
* Btrfs: Null terminate strings passed in from userspaceMark Fasheh2008-09-251-8/+5
* Fix path slots selection in btrfs_search_forwardYan2008-09-251-1/+4
* Btrfs: Fix .. lookup corner caseYan2008-09-251-13/+9