aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-20btrfs: kill magical embedded struct superblockGravatar Al Viro 1-11/+4
2011-06-17btrfs: fix uninitialized return valueGravatar David Sterba 1-3/+3
2011-06-17btrfs: Remove unused sysfs codeGravatar Maarten Lankhorst 1-1/+0
2011-06-17Btrfs: fix relocation racesGravatar Chris Mason 1-0/+1
2011-06-13Btrfs: check the return value from set_anon_superGravatar Chris Mason 1-1/+3
2011-06-10Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Chris Mason 1-2/+0
2011-06-10btrfs: fix unlocked access of delalloc_inodesGravatar David Sterba 1-2/+1
2011-06-10btrfs: reinitialize scrub workersGravatar Arne Jansen 1-2/+0
2011-05-28Merge branch 'for-chris' ofGravatar Chris Mason 1-18/+18
2011-05-27Btrfs: use the device_list_mutex during write_dev_supersGravatar Chris Mason 1-2/+2
2011-05-26Btrfs: add mount -o auto_defragGravatar Chris Mason 1-0/+12
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersGravatar Chris Mason 1-6/+7
2011-05-23Btrfs: using rcu lock in the reader side of devices listGravatar Xiao Guangrong 1-7/+7
2011-05-23Btrfs: fix the race between reading and updating devicesGravatar Xiao Guangrong 1-0/+2
2011-05-23BTRFS: Remove unused node_lockGravatar Andi Kleen 1-1/+0
2011-05-23Btrfs: kill trans_mutexGravatar Josef Bacik 1-15/+15
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionGravatar Josef Bacik 1-3/+3
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Chris Mason 1-0/+12
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Gravatar Chris Mason 1-87/+21
2011-05-22Merge branch 'delayed_inode' into inode_numbersGravatar Chris Mason 1-5/+45
2011-05-21btrfs: implement delayed inode items operationGravatar Miao Xie 1-5/+45
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Gravatar Chris Mason 1-0/+19
2011-05-12btrfs: use printk_ratelimited instead of printk_ratelimitGravatar David Sterba 1-15/+6
2011-05-12btrfs: scrubGravatar Arne Jansen 1-0/+12
2011-05-06btrfs: remove old unused commented out codeGravatar David Sterba 1-29/+0
2011-05-06btrfs: remove all unused functionsGravatar David Sterba 1-27/+0
2011-05-02btrfs: drop gfp parameter from alloc_extent_bufferGravatar David Sterba 1-3/+3
2011-05-02btrfs: drop gfp parameter from find_extent_bufferGravatar David Sterba 1-2/+2
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapGravatar David Sterba 1-1/+1
2011-05-02btrfs: drop unused parameter from extent_map_tree_initGravatar David Sterba 1-2/+1
2011-05-02btrfs: drop unused argument from extent_io_tree_initGravatar David Sterba 1-5/+4
2011-05-02btrfs: fix dereference before checkGravatar David Sterba 1-2/+3
2011-05-02btrfs: rename variables clashing with global function namesGravatar David Sterba 1-1/+1
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-0/+1
2011-04-25btrfs: add missing spin_unlock to a rare exit pathGravatar David Sterba 1-0/+1
2011-04-25Btrfs: Support reading/writing on disk free ino cacheGravatar Li Zefan 1-0/+1
2011-04-25Btrfs: Cache free inode numbers in memoryGravatar Li Zefan 1-0/+18
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-1/+1
2011-04-11Btrfs: avoid taking the trans_mutex in btrfs_end_transactionGravatar Josef Bacik 1-1/+1
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+3
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesGravatar Li Zefan 1-1/+3
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+125
2011-03-28btrfs: fix possible deadlock by clearing __GFP_FS flagGravatar Miao Xie 1-0/+2
2011-03-28Btrfs: fix OOPS of empty filesystem after balanceGravatar liubo 1-0/+6
2011-03-28Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesGravatar Li Dongyang 1-1/+4
2011-03-28Btrfs: Per file/directory controls for COW and compressionGravatar Liu Bo 1-0/+6
2011-03-28btrfs: properly access unaligned checksum bufferGravatar David Sterba 1-1/+2
2011-03-28Btrfs: cleanup some BUG_ON()Gravatar Tsutomu Itoh 1-1/+4
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-79/+0
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1