aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-26btrfs: convert to using bdi_setup_and_register()Jens Axboe1-11/+1
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-4/+8
2010-03-30Btrfs: kill max_extent mount optionJosef Bacik1-1/+0
2010-03-30Btrfs: fail to mount if we have problems reading the block groupsJosef Bacik1-3/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik1-6/+9
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris1-2/+2
2010-02-04Btrfs: remove BUG_ON() due to mounting bad filesystemMiao Xie1-1/+6
2010-01-28Btrfs: run orphan cleanup on default fs rootJosef Bacik1-0/+6
2009-12-17Btrfs: Add delayed iputYan, Zheng1-0/+4
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng1-6/+11
2009-12-15Btrfs: Avoid superfluous tree-log writeoutYan, Zheng1-3/+3
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+2
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason1-0/+2
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-19/+29
2009-10-08Btrfs: async delalloc flushing under space pressureJosef Bacik1-0/+6
2009-10-05Btrfs: fix deadlock on async thread startupChris Mason1-19/+23
2009-10-01Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig1-6/+4
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-2/+4
2009-10-01Btrfs: fix arguments to btrfs_wait_on_page_writeback_rangeChristoph Hellwig1-1/+3
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik1-1/+1
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-81/+154
2009-09-24Btrfs: hash the btree inode during fill_superYan Zheng1-0/+1
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan1-1/+1
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng1-19/+62
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng1-18/+53
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng1-25/+14
2009-09-17Btrfs: improve async block group cachingYan Zheng1-2/+5
2009-09-16fs: Assign bdi in super_blockJens Axboe1-0/+1
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableChris Mason1-17/+19
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason1-7/+7
2009-09-11Btrfs: Allow worker threads to exit when idleChris Mason1-10/+12
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+1
2009-07-30Btrfs: preserve commit_root for async cachingYan Zheng1-1/+1
2009-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+15
2009-07-28Btrfs: Fix async caching interaction with unmountYan Zheng1-0/+3
2009-07-27Btrfs: change how we unpin extentsJosef Bacik1-2/+1
2009-07-24Btrfs: async block group cachingJosef Bacik1-0/+3
2009-07-22Btrfs: Fix crash on read failures at mountDavid Woodhouse1-0/+10
2009-06-16btrfs: properly register fs backing deviceJens Axboe1-5/+21
2009-06-10Btrfs: pin buffers during write_dev_supersHisashi Hifumi1-14/+29
2009-06-10Btrfs: avoid races between super writeout and device list updatesChris Mason1-1/+5
2009-06-10Btrfs: remove crc32c.h and use libcrc32c directly.David Woodhouse1-2/+2
2009-06-10Btrfs: autodetect SSD devicesChris Mason1-0/+9
2009-06-10Btrfs: fix metadata dirty throttling limitsChris Mason1-5/+2
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-45/+50
2009-05-14Btrfs: remove some WARN_ONs in the IO failure pathChris Mason1-2/+0
2009-04-27Btrfs: Fix a bunch of printk() warnings.Joel Becker1-3/+3
2009-04-27Btrfs: ratelimit IO error printksChris Mason1-13/+25