summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Btrfs: use delayed ref sequence numbers for all fs-tree updatesJan Schmidt3-23/+13
2012-05-30Btrfs: tree mod log sanity checks in join_transactionJan Schmidt1-0/+18
2012-05-30Btrfs: fs_info variable for join_transactionJan Schmidt1-18/+19
2012-05-30Btrfs: use the tree modification log for backref resolvingJan Schmidt2-17/+29
2012-05-30Btrfs: add btrfs_search_old_slotJan Schmidt2-4/+317
2012-05-30Btrfs: add del_ptr and insert_ptr modifications to the tree mod logJan Schmidt1-10/+32
2012-05-30Btrfs: put all block modifications into the tree mod logJan Schmidt1-0/+36
2012-05-30Btrfs: add tree modification log functionsJan Schmidt2-1/+412
2012-05-26Btrfs: add tree mod log to fs_infoJan Schmidt2-0/+14
2012-05-26Btrfs: dummy extent buffers for tree mod logJan Schmidt2-7/+76
2012-05-26Btrfs: move struct seq_list to ctree.hJan Schmidt2-5/+7
2012-05-26Btrfs: don't set for_cow parameter for tree block functionsJan Schmidt5-20/+20
2012-05-26Btrfs: look into the extent during find_all_leafsJan Schmidt2-84/+158
2012-05-26Btrfs: bugfix: ignore the wrong key for indirect tree block backrefsJan Schmidt1-50/+135
2012-05-26Btrfs: bugfix in btrfs_find_parent_nodesJan Schmidt1-2/+3
2012-05-26Btrfs: ulist realloc bugfixJan Schmidt3-21/+29
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-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-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