aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2012-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason
2012-05-04Btrfs: fix crash in scrub repair code when device is missingStefan Behrens
2012-05-04btrfs: Fix mismatching struct members in ioctl.hAlexander Block
2012-05-04Btrfs: fix page leak when allocing extent buffersJosef Bacik
2012-05-04Btrfs: Add properly locking around add_root_to_dirty_listChris Mason
2012-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-04-27Btrfs: reduce lock contention during extent insertionChris Mason
2012-04-27Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdirChris Mason
2012-04-27Btrfs: Fix space checking during fs resizeDaniel J Blueman
2012-04-27Btrfs: fix block_rsv and space_info lock orderingStefan Behrens
2012-04-27Btrfs: Prevent root_list corruptionDaniel J Blueman
2012-04-27Btrfs: fix repair code for RAID10Jan Schmidt
2012-04-27Btrfs: do not start delalloc inodes during syncJosef Bacik
2012-04-18Btrfs: fix that check_int_data mount option was ignoredStefan Behrens
2012-04-18Btrfs: don't count CRC or header errors twice while scrubbingStefan Behrens
2012-04-18Btrfs: fix btrfs_ioctl_dev_info() crash on missing deviceStefan Behrens
2012-04-18btrfs: don't return EINTRArne Jansen
2012-04-18Btrfs: double unlock bug in error handlingDan Carpenter
2012-04-18Btrfs: always store the mirror we read the eb fromJosef Bacik
2012-04-18fs/btrfs/volumes.c: add missing free_fs_devicesJulia Lawall
2012-04-18btrfs: fix early abort in 'remount'Sergei Trofimovich
2012-04-18Btrfs: fix max chunk size check in chunk allocatorIlya Dryomov
2012-04-18Btrfs: add missing read locks in backref.cJan Schmidt
2012-04-18Btrfs: don't call free_extent_buffer twice in iterate_irefsJan Schmidt
2012-04-18Btrfs: Make free_ipath() deal gracefully with NULL pointersJesper Juhl
2012-04-18Btrfs: avoid possible use-after-free in clear_extent_bit()Li Zefan
2012-04-18Btrfs: retrurn void from clear_state_bitLi Zefan
2012-04-18btrfs: add missing unlocks to transaction abort pathsDavid Sterba
2012-04-18Btrfs: do not mount when we have a sectorsize unequal to PAGE_SIZELiu Bo
2012-04-18btrfs: don't add both copies of DUP to reada extent treeArne Jansen
2012-04-18btrfs: fix race in readaArne Jansen
2012-04-18Btrfs: avoid setting ->d_op twiceLi Zefan
2012-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-04-13btrfs: btrfs_root_readonly() broken on big-endianAl Viro
2012-04-12Btrfs: use commit root when loading free space cacheJosef Bacik
2012-04-12Btrfs: fix use-after-free in __btrfs_end_transactionDave Jones
2012-04-12Btrfs: check return value of bio_alloc() properlyTsutomu Itoh
2012-04-12Btrfs: remove lock assert from get_restripe_target()Ilya Dryomov
2012-04-12Btrfs: fix eof while discarding extentsLiu Bo
2012-04-12Btrfs: fix uninit variable in repair_eb_io_failureChris Mason
2012-04-12Revert "Btrfs: increase the global block reserve estimates"Chris Mason
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-03-29Btrfs: update the checks for mixed block groups with big metadata blocksChris Mason
2012-03-29Btrfs: update to the right index of defragmentLiu Bo
2012-03-29Btrfs: do not bother to defrag an extent if it is a big real extentLiu Bo
2012-03-29Btrfs: add a check to decide if we should defrag the rangeLiu Bo
2012-03-29Btrfs: fix recursive defragment with autodefrag optionLiu Bo
2012-03-29Btrfs: fix the mismatch of page->mappingLiu Bo