summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Avoid superfluous tree-log writeoutYan, Zheng2009-12-161-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2009-10-161-0/+2
|\
| * Btrfs: avoid tree log commit when there are no changesChris Mason2009-10-131-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-10-111-19/+29
|\|
| * Btrfs: async delalloc flushing under space pressureJosef Bacik2009-10-081-0/+6
| * Btrfs: fix deadlock on async thread startupChris Mason2009-10-051-19/+23
* | Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig2009-10-011-6/+4Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-10-011-2/+4
|\|
| * Btrfs: fix arguments to btrfs_wait_on_page_writeback_rangeChristoph Hellwig2009-10-011-1/+3
| * Btrfs: proper -ENOSPC handlingJosef Bacik2009-09-281-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-241-81/+154
|\|
| * Btrfs: hash the btree inode during fill_superYan Zheng2009-09-241-0/+1
| * Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng2009-09-211-19/+62
| * Btrfs: change how subvolumes are organizedYan, Zheng2009-09-211-18/+53
| * Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng2009-09-211-25/+14Star
| * Btrfs: improve async block group cachingYan Zheng2009-09-171-2/+5
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-121-17/+19
| |\
| | * Btrfs: switch extent_map to a rw lockChris Mason2009-09-111-7/+7
| | * Btrfs: Allow worker threads to exit when idleChris Mason2009-09-111-10/+12
* | | const: mark remaining address_space_operations constAlexey Dobriyan2009-09-221-1/+1
* | | fs: Assign bdi in super_blockJens Axboe2009-09-161-0/+1
* | | writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-311-1/+1
|\|
| * Btrfs: preserve commit_root for async cachingYan Zheng2009-07-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-281-0/+15
|\|
| * Btrfs: Fix async caching interaction with unmountYan Zheng2009-07-281-0/+3
| * Btrfs: change how we unpin extentsJosef Bacik2009-07-271-2/+1Star
| * Btrfs: async block group cachingJosef Bacik2009-07-241-0/+3
| * Btrfs: Fix crash on read failures at mountDavid Woodhouse2009-07-221-0/+10
* | btrfs: properly register fs backing deviceJens Axboe2009-06-161-5/+21
|/
* Btrfs: pin buffers during write_dev_supersHisashi Hifumi2009-06-101-14/+29
* Btrfs: avoid races between super writeout and device list updatesChris Mason2009-06-101-1/+5
* Btrfs: remove crc32c.h and use libcrc32c directly.David Woodhouse2009-06-101-2/+2
* Btrfs: autodetect SSD devicesChris Mason2009-06-101-0/+9
* Btrfs: fix metadata dirty throttling limitsChris Mason2009-06-101-5/+2Star
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-45/+50
* Btrfs: remove some WARN_ONs in the IO failure pathChris Mason2009-05-141-2/+0Star
* Btrfs: Fix a bunch of printk() warnings.Joel Becker2009-04-271-3/+3
* Btrfs: ratelimit IO error printksChris Mason2009-04-271-13/+25
* Btrfs: remove #if 0 codeChris Mason2009-04-271-47/+1Star
* Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik2009-04-241-0/+1
* Btrfs: add a priority queue to the async thread helpersChris Mason2009-04-201-0/+5
* Btrfs: use WRITE_SYNC for synchronous writesChris Mason2009-04-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-041-3/+5
|\
| * Btrfs: remove dead codeDan Carpenter2009-04-021-2/+0Star
| * Btrfs: rework allocation clusteringChris Mason2009-04-031-0/+5
| * Btrfs: kill the pinned_mutexJosef Bacik2009-04-031-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-011-24/+57
|\|
| * Btrfs: add extra flushing for renames and truncatesChris Mason2009-03-311-0/+2
| * Btrfs: leave btree locks spinning more oftenChris Mason2009-03-241-13/+54