summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Btrfs: call the ordered free operation without any locks heldChris Mason1-1/+8
2012-07-16Btrfs: run delayed directory updates during log replayChris Mason1-0/+6
2012-06-17Btrfs: fall back to non-inline if we don't have enough spaceJosef Bacik1-1/+4
2012-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-21/+47
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason5-17/+34
2012-05-04Btrfs: fix crash in scrub repair code when device is missingStefan Behrens1-0/+7
2012-05-04btrfs: Fix mismatching struct members in ioctl.hAlexander Block1-2/+2
2012-05-04Btrfs: fix page leak when allocing extent buffersJosef Bacik1-2/+2
2012-05-04Btrfs: Add properly locking around add_root_to_dirty_listChris Mason1-0/+2
2012-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds15-139/+148
2012-04-27Btrfs: reduce lock contention during extent insertionChris Mason1-2/+7
2012-04-27Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdirChris Mason1-29/+1
2012-04-27Btrfs: Fix space checking during fs resizeDaniel J Blueman1-1/+1
2012-04-27Btrfs: fix block_rsv and space_info lock orderingStefan Behrens1-2/+2
2012-04-27Btrfs: Prevent root_list corruptionDaniel J Blueman1-0/+2
2012-04-27Btrfs: fix repair code for RAID10Jan Schmidt1-1/+2
2012-04-27Btrfs: do not start delalloc inodes during syncJosef Bacik1-1/+0
2012-04-18Btrfs: fix that check_int_data mount option was ignoredStefan Behrens1-1/+1
2012-04-18Btrfs: don't count CRC or header errors twice while scrubbingStefan Behrens1-15/+0
2012-04-18Btrfs: fix btrfs_ioctl_dev_info() crash on missing deviceStefan Behrens1-1/+4
2012-04-18btrfs: don't return EINTRArne Jansen1-6/+3
2012-04-18Btrfs: double unlock bug in error handlingDan Carpenter1-0/+2
2012-04-18Btrfs: always store the mirror we read the eb fromJosef Bacik4-20/+17
2012-04-18fs/btrfs/volumes.c: add missing free_fs_devicesJulia Lawall1-1/+3
2012-04-18btrfs: fix early abort in 'remount'Sergei Trofimovich1-2/+4
2012-04-18Btrfs: fix max chunk size check in chunk allocatorIlya Dryomov1-2/+4
2012-04-18Btrfs: add missing read locks in backref.cJan Schmidt1-2/+15
2012-04-18Btrfs: don't call free_extent_buffer twice in iterate_irefsJan Schmidt1-5/+3
2012-04-18Btrfs: Make free_ipath() deal gracefully with NULL pointersJesper Juhl1-0/+2
2012-04-18Btrfs: avoid possible use-after-free in clear_extent_bit()Li Zefan1-15/+21
2012-04-18Btrfs: retrurn void from clear_state_bitLi Zefan1-5/+2
2012-04-18btrfs: add missing unlocks to transaction abort pathsDavid Sterba1-1/+5
2012-04-18Btrfs: do not mount when we have a sectorsize unequal to PAGE_SIZELiu Bo1-3/+3
2012-04-18btrfs: don't add both copies of DUP to reada extent treeArne Jansen1-0/+13
2012-04-18btrfs: fix race in readaArne Jansen2-20/+23
2012-04-18Btrfs: avoid setting ->d_op twiceLi Zefan1-5/+9
2012-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-21/+40
2012-04-13btrfs: btrfs_root_readonly() broken on big-endianAl Viro1-1/+1
2012-04-12Btrfs: use commit root when loading free space cacheJosef Bacik2-10/+3
2012-04-12Btrfs: fix use-after-free in __btrfs_end_transactionDave Jones1-4/+5
2012-04-12Btrfs: check return value of bio_alloc() properlyTsutomu Itoh3-0/+10
2012-04-12Btrfs: remove lock assert from get_restripe_target()Ilya Dryomov1-3/+2
2012-04-12Btrfs: fix eof while discarding extentsLiu Bo1-2/+18
2012-04-12Btrfs: fix uninit variable in repair_eb_io_failureChris Mason1-1/+1
2012-04-12Revert "Btrfs: increase the global block reserve estimates"Chris Mason1-1/+1
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds41-2225/+4362
2012-03-29Btrfs: update the checks for mixed block groups with big metadata blocksChris Mason1-12/+17
2012-03-29Btrfs: update to the right index of defragmentLiu Bo1-0/+3
2012-03-29Btrfs: do not bother to defrag an extent if it is a big real extentLiu Bo1-6/+3