summary refs log tree commit diff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2012-05-30Btrfs: use delayed ref sequence numbers for all fs-tree updatesJan Schmidt
2012-05-30Btrfs: tree mod log sanity checks in join_transactionJan Schmidt
2012-05-30Btrfs: fs_info variable for join_transactionJan Schmidt
2012-05-30Btrfs: use the tree modification log for backref resolvingJan Schmidt
2012-05-30Btrfs: add btrfs_search_old_slotJan Schmidt
2012-05-30Btrfs: add del_ptr and insert_ptr modifications to the tree mod logJan Schmidt
2012-05-30Btrfs: put all block modifications into the tree mod logJan Schmidt
2012-05-30Btrfs: add tree modification log functionsJan Schmidt
2012-05-26Btrfs: add tree mod log to fs_infoJan Schmidt
2012-05-26Btrfs: dummy extent buffers for tree mod logJan Schmidt
2012-05-26Btrfs: move struct seq_list to ctree.hJan Schmidt
2012-05-26Btrfs: don't set for_cow parameter for tree block functionsJan Schmidt
2012-05-26Btrfs: look into the extent during find_all_leafsJan Schmidt
2012-05-26Btrfs: bugfix: ignore the wrong key for indirect tree block backrefsJan Schmidt
2012-05-26Btrfs: bugfix in btrfs_find_parent_nodesJan Schmidt
2012-05-26Btrfs: ulist realloc bugfixJan Schmidt
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-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-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