summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: fsx delalloc fixesChris Mason2007-08-303-174/+38Star
* Btrfs: Add file data csums back in via hooks in the extent map codeChris Mason2007-08-303-14/+193
* Btrfs: Use mount -o subvol to select the subvol directory instead of dev:Chris Mason2007-08-292-10/+45
* Btrfs: Fix oopsen in extent_tree.c during enospcYan2007-08-291-3/+2Star
* Btrfs: Add mount into directory supportYan2007-08-291-3/+120
* Btrfs: Fix mknod to properly send rdev info back to diskYan2007-08-291-0/+1
* Btrfs: ctree.c cleanupsYan2007-08-291-6/+8
* Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik2007-08-299-11/+393
* Btrfs: Add delayed allocation to the extent based page tree codeChris Mason2007-08-276-135/+216
* Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason2007-08-279-669/+2203
* Btrfs: Make sure to cow the root during a snapshotChris Mason2007-08-271-0/+2
* Btrfs: Do more extensive readahead during tree searchesChris Mason2007-08-273-16/+52
* fix block readahead in btrfs_next_leafYan2007-08-271-1/+1
* Btrfs: delay commits during fsync to allow more writersJosef Bacik2007-08-107-16/+66
* Btrfs: Add BH_Defrag to mark buffers that are in need of defraggingChris Mason2007-08-104-11/+18
* Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason2007-08-108-79/+125
* Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshotChris Mason2007-08-093-12/+11Star
* Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason2007-08-095-195/+49Star
* Btrfs: Let some locks go during defrag and snapshot droppingChris Mason2007-08-083-4/+14
* Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason2007-08-0711-89/+553
* Btrfs: Fold some btree readahead routines into something more generic.Chris Mason2007-08-074-96/+81Star
* Btrfs: Do snapshot deletion in smaller chunks.Chris Mason2007-08-074-31/+91
* Btrfs: cleaner make cleanJoel Becker2007-07-251-1/+1
* Btrfs: deal with api changes in 2.6.23-rc1Chris Mason2007-07-252-26/+33
* Btrfs: Implement mknodJosef Bacik2007-07-111-6/+66
* Btrfs: Some code cleanupsAneesh2007-07-112-4/+8
* Btrfs: trivial include fixupsZach Brown2007-07-1114-14/+1Star
* Btrfs: crash recovery fixesChris Mason2007-06-288-48/+112
* Btrfs: Allow find_free_extent callers to pass in an exclusion rangeChris Mason2007-06-261-49/+30Star
* Btrfs: Fix super block updates during transaction commitChris Mason2007-06-265-14/+18
* Btrfs: Fix mtime and ctime updates on parent dirsChris Mason2007-06-251-1/+5
* Btrfs: Documentation updateChris Mason2007-06-223-13/+7Star
* Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason2007-06-227-32/+164
* Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason2007-06-2211-215/+410
* Btrfs: Switch to libcrc32c to avoid problems with cryptomgr on highmem machinesChris Mason2007-06-223-29/+8Star
* Btrfs: reada while dropping snapshotsChris Mason2007-06-191-1/+30
* Btrfs: cache the extent tree preallocationChris Mason2007-06-191-2/+12
* Subject: Rework btrfs_file_write to only allocate while page locks are heldChris Mason2007-06-187-117/+161
* Btrfs: patch queue: page_mkwriteChris Mason2007-06-155-159/+328
* btrfs: Code cleanupAneesh2007-06-138-21/+2Star
* Btrfs: i386 fixes from axboeChris Mason2007-06-125-5/+59
* Btrfs: add GPLv2Chris Mason2007-06-1226-1/+788
* Btrfs: no slashes in subvolume namesChris Mason2007-06-121-0/+2
* Btrfs: printk fixesChris Mason2007-06-125-35/+29Star
* Btrfs: 64 bit div fixesChris Mason2007-06-124-24/+31
* Btrfs: split up super.cChris Mason2007-06-127-2878/+3070
* Btrfs: fix oops after block group lookupChris Mason2007-06-124-20/+21
* Btrfs: remove device treeChris Mason2007-06-094-413/+10Star
* Btrfs: reap dead roots right after commitChris Mason2007-06-091-7/+8
* Btrfs: get forced transaction commits via workqueueChris Mason2007-06-094-14/+27