aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2013-10-10Btrfs: fix oops caused by the space balance and dead rootsMiao Xie
2013-09-21Btrfs: add the missing mutex unlock in write_all_supers()Stefan Behrens
2013-09-21btrfs: add lockdep and tracing annotations for uuid treeDavid Sterba
2013-09-01Btrfs: don't use an async starter for most of our workersJosef Bacik
2013-09-01Btrfs: fix for patch "cleanup: don't check the same thing twice"Stefan Behrens
2013-09-01Btrfs: get rid of one BUG() in write_all_supers()Stefan Behrens
2013-09-01Btrfs: fix race between removing a dev and writing sbsFilipe David Borba Manana
2013-09-01Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned longGeert Uytterhoeven
2013-09-01Btrfs: Make btrfs_header_fsid() return unsigned longGeert Uytterhoeven
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: fix memory leak of orphan block rsvFilipe David Borba Manana
2013-09-01Btrfs: add mount option to force UUID tree checkingStefan Behrens
2013-09-01Btrfs: check UUID tree during mount if requiredStefan Behrens
2013-09-01Btrfs: fill UUID tree initiallyStefan Behrens
2013-09-01Btrfs: create UUID tree if requiredStefan Behrens
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens
2013-09-01Btrfs: fix heavy delalloc related deadlockJosef Bacik
2013-09-01btrfs: add mount option to set commit intervalDavid Sterba
2013-09-01Btrfs: add missing error handling to read_tree_blockFilipe David Borba Manana
2013-09-01btrfs: use BTRFS_SUPER_INFO_SIZE macro at btrfs_read_dev_super()Anand Jain
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-06-14Btrfs: do not pin while under spin lockJosef Bacik
2013-06-14Btrfs: fix qgroup rescan resume on mountJan Schmidt
2013-06-14Btrfs: make the state of the transaction more readableMiao Xie
2013-06-14Btrfs: cleanup unnecessary assignment when cleaning up all the residual trans...Miao Xie
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie
2013-06-14Btrfs: introduce per-subvolume delalloc inode listMiao Xie
2013-06-14Btrfs: introduce grab/put functions for the root of the fs/file treeMiao Xie
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie
2013-06-14Btrfs: make the snap/subv deletion end more early when the fs is R/OMiao Xie
2013-06-14Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot()Miao Xie
2013-06-14Btrfs: make the cleaner complete early when the fs is going to be umountedMiao Xie
2013-06-14Btrfs: remove unnecessary ->s_umount in cleaner_kthread()Miao Xie
2013-06-14Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULLStefan Behrens
2013-06-14Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulistWang Shilong
2013-06-14Btrfs: fix check on same raid type flag twiceHenrik Nordvik
2013-06-08Btrfs: stop all workers before cleaning up rootsJosef Bacik
2013-06-08Btrfs: fix use-after-free bug during umountLiu Bo
2013-06-08Btrfs: don't delete fs_roots until after we cleanup the transactionJosef Bacik
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason
2013-05-17Btrfs: make sure roots are assigned before freeing their nodesJosef Bacik
2013-05-17Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock contextMiao Xie
2013-05-17Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix()Miao Xie
2013-05-17Btrfs: don't null pointer deref on abortJosef Bacik