aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-08-011-2/+3
* mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-08-011-2/+2
* btrfs: fix uninitialized return valueDavid Sterba2011-06-171-3/+3
* btrfs: Remove unused sysfs codeMaarten Lankhorst2011-06-171-1/+0
* Btrfs: fix relocation racesChris Mason2011-06-171-0/+1
* Btrfs: check the return value from set_anon_superChris Mason2011-06-131-1/+3
* Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-06-101-2/+0
|\
| * btrfs: reinitialize scrub workersArne Jansen2011-06-101-2/+0
* | btrfs: fix unlocked access of delalloc_inodesDavid Sterba2011-06-101-2/+1
|/
* Merge branch 'for-chris' ofChris Mason2011-05-281-18/+18
|\
| * Btrfs: kill trans_mutexJosef Bacik2011-05-231-15/+15
| * Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik2011-05-231-3/+3
* | Btrfs: use the device_list_mutex during write_dev_supersChris Mason2011-05-271-2/+2
* | Btrfs: add mount -o auto_defragChris Mason2011-05-261-0/+12
* | Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-231-6/+7
|\ \
| * | Btrfs: using rcu lock in the reader side of devices listXiao Guangrong2011-05-231-7/+7
| * | Btrfs: fix the race between reading and updating devicesXiao Guangrong2011-05-231-0/+2
| * | BTRFS: Remove unused node_lockAndi Kleen2011-05-231-1/+0
| |/
* | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-231-0/+12
|\ \
| * | btrfs: scrubArne Jansen2011-05-121-0/+12
* | | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-87/+21
|\ \ \
| * | | btrfs: use printk_ratelimited instead of printk_ratelimitDavid Sterba2011-05-121-15/+6
| * | | btrfs: remove old unused commented out codeDavid Sterba2011-05-061-29/+0
| * | | btrfs: remove all unused functionsDavid Sterba2011-05-061-27/+0
| * | | btrfs: drop gfp parameter from alloc_extent_bufferDavid Sterba2011-05-021-3/+3
| * | | btrfs: drop gfp parameter from find_extent_bufferDavid Sterba2011-05-021-2/+2
| * | | btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba2011-05-021-1/+1
| * | | btrfs: drop unused parameter from extent_map_tree_initDavid Sterba2011-05-021-2/+1
| * | | btrfs: drop unused argument from extent_io_tree_initDavid Sterba2011-05-021-5/+4
| * | | btrfs: fix dereference before checkDavid Sterba2011-05-021-2/+3
| * | | btrfs: rename variables clashing with global function namesDavid Sterba2011-05-021-1/+1
| | |/ | |/|
* | | Merge branch 'delayed_inode' into inode_numbersChris Mason2011-05-221-5/+45
|\ \ \
| * | | btrfs: implement delayed inode items operationMiao Xie2011-05-211-5/+45
| |/ /
* | | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-211-0/+19
|\ \ \ | |/ / |/| |
| * | Btrfs: Support reading/writing on disk free ino cacheLi Zefan2011-04-251-0/+1
| * | Btrfs: Cache free inode numbers in memoryLi Zefan2011-04-251-0/+18
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-04-261-0/+1
|\ \ \ | | |/ | |/|
| * | btrfs: add missing spin_unlock to a rare exit pathDavid Sterba2011-04-251-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-04-181-1/+1
|\ \ | |/
| * Btrfs: avoid taking the trans_mutex in btrfs_end_transactionJosef Bacik2011-04-111-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-04-051-1/+3
|\ \ | |/
| * Btrfs: Fix uninitialized root flags for subvolumesLi Zefan2011-04-051-1/+3
* | Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-281-7/+125
|\ \ | |/
| * btrfs: fix possible deadlock by clearing __GFP_FS flagMiao Xie2011-03-281-0/+2
| * Btrfs: fix OOPS of empty filesystem after balanceliubo2011-03-281-0/+6
| * Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang2011-03-281-1/+4
| * Btrfs: Per file/directory controls for COW and compressionLiu Bo2011-03-281-0/+6
| * btrfs: properly access unaligned checksum bufferDavid Sterba2011-03-281-1/+2
| * Btrfs: cleanup some BUG_ON()Tsutomu Itoh2011-03-281-1/+4
| * Btrfs: check items for correctness as we searchJosef Bacik2011-03-171-1/+89