aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Btrfs: avoid heavy operations in btrfs_commit_superLiu Bo1-20/+1
2013-11-11btrfs: Remove useless variable in write_ctree_super()Rashika1-4/+1
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-7/+1
2013-11-11btrfs: Add helper function for free_root_pointers()Rashika1-41/+19
2013-11-11Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong1-1/+0
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown1-1/+0
2013-11-11Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer caseChandra Seetharaman1-2/+1
2013-11-11Btrfs: stop all workers after we free block groupsJosef Bacik1-2/+2
2013-11-11Btrfs: free up block groups after everythingJosef Bacik1-2/+2
2013-11-11Btrfs: do not free the dirty bytes from the trans block rsv on cleanupJosef Bacik1-2/+0
2013-11-11Btrfs: improve inode hash function/inode lookupFilipe David Borba Manana1-1/+1
2013-11-11btrfs: remove unused parameter from btrfs_header_fsidRoss Kirk1-3/+3
2013-11-11Btrfs: fix two use-after-free bugs with transaction cleanupJosef Bacik1-71/+40
2013-11-11Btrfs: don't delete ordered roots from list during cleanupJosef Bacik1-1/+2
2013-11-11Btrfs: cleanup transaction on abortJosef Bacik1-0/+3
2013-11-11Btrfs: add a sanity test for btrfs_split_itemJosef Bacik1-4/+34
2013-11-11Btrfs: eliminate the exceptional root_tree refs=0Stefan Behrens1-0/+1
2013-10-10Btrfs: fix oops caused by the space balance and dead rootsMiao Xie1-4/+5
2013-09-21Btrfs: add the missing mutex unlock in write_all_supers()Stefan Behrens1-0/+1
2013-09-21btrfs: add lockdep and tracing annotations for uuid treeDavid Sterba1-0/+1
2013-09-01Btrfs: don't use an async starter for most of our workersJosef Bacik1-7/+4
2013-09-01Btrfs: fix for patch "cleanup: don't check the same thing twice"Stefan Behrens1-1/+4
2013-09-01Btrfs: get rid of one BUG() in write_all_supers()Stefan Behrens1-2/+4
2013-09-01Btrfs: fix race between removing a dev and writing sbsFilipe David Borba Manana1-1/+1
2013-09-01Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned longGeert Uytterhoeven1-3/+2
2013-09-01Btrfs: Make btrfs_header_fsid() return unsigned longGeert Uytterhoeven1-6/+3
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-16/+9
2013-09-01Btrfs: fix memory leak of orphan block rsvFilipe David Borba Manana1-0/+5
2013-09-01Btrfs: add mount option to force UUID tree checkingStefan Behrens1-1/+2
2013-09-01Btrfs: check UUID tree during mount if requiredStefan Behrens1-1/+17
2013-09-01Btrfs: fill UUID tree initiallyStefan Behrens1-0/+7
2013-09-01Btrfs: create UUID tree if requiredStefan Behrens1-0/+34
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich1-2/+2
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens1-4/+4
2013-09-01Btrfs: fix heavy delalloc related deadlockJosef Bacik1-0/+1
2013-09-01btrfs: add mount option to set commit intervalDavid Sterba1-2/+4
2013-09-01Btrfs: add missing error handling to read_tree_blockFilipe David Borba Manana1-0/+4
2013-09-01btrfs: use BTRFS_SUPER_INFO_SIZE macro at btrfs_read_dev_super()Anand Jain1-2/+4
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie1-2/+3
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo1-7/+7
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-202/+281
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+2
2013-06-14Btrfs: do not pin while under spin lockJosef Bacik1-4/+8
2013-06-14Btrfs: fix qgroup rescan resume on mountJan Schmidt1-0/+2
2013-06-14Btrfs: make the state of the transaction more readableMiao Xie1-18/+18
2013-06-14Btrfs: cleanup unnecessary assignment when cleaning up all the residual transactionMiao Xie1-8/+1
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie1-10/+35
2013-06-14Btrfs: introduce per-subvolume delalloc inode listMiao Xie1-10/+39
2013-06-14Btrfs: introduce grab/put functions for the root of the fs/file treeMiao Xie1-2/+3
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie1-136/+146