summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Btrfs: fix how we deal with the orphan block rsvJosef Bacik4-22/+24
2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik6-44/+44
2012-05-30Btrfs: merge contigous regions when loading free space cacheJosef Bacik1-0/+41
2012-05-30Btrfs: do not do balance in readonly modeLiu Bo1-3/+9
2012-05-30Btrfs: use fastpath in extent state ops as much as possibleLiu Bo1-26/+18
2012-05-30Btrfs: fix wrong error returned by adding a deviceLiu Bo1-1/+1
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik7-191/+164
2012-05-30Btrfs: do not check delalloc when updating disk_i_sizeJosef Bacik1-16/+3
2012-05-30Btrfs: avoid buffer overrun in mount option handlingJim Meyering1-41/+26
2012-05-30Btrfs: NUL-terminate path buffer in DEV_INFO ioctl resultJim Meyering1-2/+4
2012-05-30Btrfs: avoid buffer overrun in btrfs_printkJim Meyering1-1/+2
2012-05-30Fix minor type issuesDaniel J Blueman3-6/+5
2012-05-30btrfs: allow changing 'thread_pool' size at remount timeSergei Trofimovich1-5/+40
2012-05-30Btrfs: do not do filemap_write_and_wait_range in fsyncJosef Bacik1-5/+6
2012-05-30Btrfs: remove useless waiting and extra filemap workJosef Bacik1-15/+2
2012-05-30Btrfs: fix compile warnings in extent_io.cJosef Bacik1-1/+1
2012-05-30Btrfs: cache no acl on new inodesJosef Bacik1-0/+4
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik7-10/+19
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-30btrfs: trivial endianness annotationsAl Viro3-7/+8
2012-05-30->encode_fh() API changeAl Viro1-11/+4
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
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-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-05-11Btrfs: cleanup: use consistent lock namingDan Carpenter1-1/+1
2012-05-11Btrfs: change integrity checker to support big blocksStefan Behrens1-146/+415
2012-05-11Btrfs: remove the useless assignment to *entry in function tree_insert of fil...Wang Sheng-Hui1-1/+0
2012-05-11Btrfs: fix the comment for find_first_extent_bitWang Sheng-Hui1-1/+1
2012-05-11Btrfs: fix btrfs_release_extent_buffer_page with the right usage of num_exten...Wang Sheng-Hui1-1/+3
2012-05-11Btrfs: cleanup the comment for clear_state_bit in extent_io.cWang Sheng-Hui1-1/+1
2012-05-11btrfs/ctree.c: remove the unnecessary 'return -1;' at the end of bin_searchWang Sheng-Hui1-4/+2
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-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
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