summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: mark some local function as 'static'Sergei Trofimovich2013-09-011-2/+0Star
* Btrfs: get rid of sparse warningsStefan Behrens2013-09-011-0/+3
* Btrfs: fix send issues related to inode number reuseJosef Bacik2013-09-011-0/+1
* Btrfs: avoid starting a transaction in the write pathJosef Bacik2013-09-011-7/+4Star
* Btrfs: fix heavy delalloc related deadlockJosef Bacik2013-09-011-0/+7
* btrfs: add mount option to set commit intervalDavid Sterba2013-09-011-0/+3
* Btrfs: handle errors when doing slow cachingJosef Bacik2013-09-011-0/+1
* Btrfs: don't cache the csum value into the extent state treeMiao Xie2013-09-011-1/+3
* btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-09-011-0/+47
* btrfs: fall back to global reservation when removing subvolumesJeff Mahoney2013-09-011-1/+1
* Btrfs: check if we can nocow if we don't have data spaceJosef Bacik2013-07-021-0/+4
* Btrfs: use a percpu to keep track of possibly pinned bytesJosef Bacik2013-07-021-0/+12
* Btrfs: fix transaction throttling for delayed refsJosef Bacik2013-07-011-0/+2
* Btrfs: exclude logged extents before replying when we are mixedJosef Bacik2013-06-141-0/+2
* Btrfs: fix qgroup rescan resume on mountJan Schmidt2013-06-141-0/+2
* Btrfs: simplify unlink reservationsJosef Bacik2013-06-141-1/+3
* Btrfs: make the state of the transaction more readableMiao Xie2013-06-141-1/+0Star
* Btrfs: introduce per-subvolume ordered extent listMiao Xie2013-06-141-5/+20
* Btrfs: introduce per-subvolume delalloc inode listMiao Xie2013-06-141-7/+15
* Btrfs: introduce grab/put functions for the root of the fs/file treeMiao Xie2013-06-141-0/+1
* Btrfs: cleanup the similar code of the fs root readMiao Xie2013-06-141-3/+3
* Btrfs: make the snap/subv deletion end more early when the fs is R/OMiao Xie2013-06-141-0/+12
* Minor format cleanup.Andreas Philipp2013-06-141-2/+2
* Btrfs: add ioctl to wait for qgroup rescan completionJan Schmidt2013-06-141-0/+2
* Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulistWang Shilong2013-06-141-0/+6
* Btrfs: handle running extent ops with skinny metadataJosef Bacik2013-05-181-1/+1
* btrfs: annotate quota tree for lockdepDavid Sterba2013-05-171-3/+3
* btrfs: enhance superblock checksDavid Sterba2013-05-071-2/+4
* btrfs: fix misleading variable name for flagsDavid Sterba2013-05-061-1/+1
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-22/+0Star
* Btrfs: rescan for qgroupsJan Schmidt2013-05-061-6/+11
* Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt2013-05-061-5/+2Star
* Btrfs: delete unused parameter to btrfs_read_root_item()Stefan Behrens2013-05-061-3/+2Star
* Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh2013-05-061-2/+1Star
* Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh2013-05-061-7/+3Star
* Btrfs: use a lock to protect incompat/compat flag of the super blockMiao Xie2013-05-061-2/+20
* Btrfs: introduce a mutex lock for btrfs quota operationsWang Shilong2013-05-061-0/+3
* Btrfs: fix bad extent loggingJosef Bacik2013-05-061-4/+0Star
* Btrfs: Include the device in most error printk()sSimon Kirby2013-05-061-2/+19
* Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik2013-05-061-2/+20
* btrfs: clean up transaction abort messagesDavid Sterba2013-05-061-0/+1
* Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie2013-02-281-2/+7
* Btrfs: fix remount vs autodefragMiao Xie2013-02-211-0/+2
* Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason2013-02-201-3/+41
|\
| * Btrfs: Add a stripe cache to raid56Chris Mason2013-02-011-1/+4
| * Btrfs: RAID5 and RAID6David Woodhouse2013-02-011-1/+34
| * Btrfs: add rw argument to merge_bio_hook()David Woodhouse2013-02-011-3/+3
* | btrfs: define BTRFS_MAGIC as a u64 valueZach Brown2013-02-201-1/+1
* | Btrfs: place ordered operations on a per transaction listJosef Bacik2013-02-201-7/+0Star
* | btrfs: add cancellation points to defragDavid Sterba2013-02-201-0/+7