aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-01Btrfs: make acl functions really no-op if acl is not enabledLi Zefan3-21/+15
2011-08-01Btrfs: remove remaining ref-cache codeLi Zefan2-120/+0
2011-08-01Btrfs: remove a BUG_ON() in btrfs_commit_transaction()Li Zefan1-4/+2
2011-08-01Btrfs: use wait_event()Li Zefan1-52/+7
2011-08-01Btrfs: check the nodatasum flag when writing compressed filesLi Zefan1-4/+10
2011-08-01Btrfs: copy string correctly in INO_LOOKUP ioctlLi Zefan1-2/+1
2011-08-01Btrfs: don't print the leaf if we had an errorJosef Bacik1-1/+3
2011-08-01btrfs: make btrfs_set_root_node voidMark Fasheh2-5/+4
2011-08-01Btrfs: fix oops while writing data to SSD partitionsliubo1-1/+3
2011-08-01Btrfs: Protect the readonly flag of block groupWuBo1-3/+7
2011-08-01btrfs: Make extent-io callbacks that never fail return voidJeff Mahoney3-62/+34
2011-08-01Btrfs: fix readahead in file defragLi Zefan2-16/+8
2011-08-01Btrfs: return error to caller when btrfs_unlink() failesTsutomu Itoh2-4/+9
2011-08-01Btrfs:don't check the return value of __btrfs_add_inode_defragWanlong Gao1-6/+5
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linusChris Mason6-29/+78
2011-07-27Merge branch 'integration' into for-linusChris Mason23-1010/+965
2011-07-27Btrfs: make sure reserve_metadata_bytes doesn't leak out strange errorsChris Mason1-1/+6
2011-07-27Btrfs: use the commit_root for reading free_space_inode crcsChris Mason3-19/+28
2011-07-27Btrfs: reduce extent_state lock contention for metadataChris Mason1-14/+41
2011-07-27Btrfs: remove lockdep magic from btrfs_next_leafChris Mason1-31/+5
2011-07-27Btrfs: make a lockdep class for each rootChris Mason4-38/+79
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason9-218/+431
2011-07-27Btrfs: fix deadlock when throttling transactionsJosef Bacik1-2/+9
2011-07-27Btrfs: stop using highmem for extent_buffersChris Mason7-378/+52
2011-07-27Btrfs: fix BUG_ON() caused by ENOSPC when relocating spaceMiao Xie1-7/+21
2011-07-27Btrfs: tag pages for writeback in syncJosef Bacik1-3/+9
2011-07-27Btrfs: fix enospc problems with delallocJosef Bacik6-60/+86
2011-07-27Btrfs: don't flush delalloc arbitrarilyJosef Bacik1-3/+0
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik5-7/+9
2011-07-27Btrfs: use a worker thread to do cachingJosef Bacik3-29/+27
2011-07-25btrfs: don't BUG_ON allocation errors in btrfs_drop_snapshotMark Fasheh1-2/+6
2011-07-25btrfs: Don't BUG_ON alloc_path errors in find_next_chunkMark Fasheh2-2/+8
2011-07-14btrfs: Don't BUG_ON alloc_path errors in btrfs_balance()Mark Fasheh1-2/+4
2011-07-14btrfs: Don't BUG_ON alloc_path errors in btrfs_read_locked_inodeMark Fasheh1-5/+17
2011-07-14btrfs: Don't BUG_ON alloc_path errors in btrfs_truncate_inode_itemsMark Fasheh1-4/+5
2011-07-14btrfs: Don't BUG_ON alloc_path errors in replay_one_buffer()Mark Fasheh1-3/+9
2011-07-14btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh4-11/+29
2011-07-11Btrfs: fix how we merge extent states and deal with cached statesJosef Bacik1-12/+11
2011-07-11Btrfs: use the normal checksumming infrastructure for free space cacheJosef Bacik1-110/+59
2011-07-11Btrfs: serialize flushers in reserve_metadata_bytesJosef Bacik2-21/+51
2011-07-11Btrfs: do transaction space reservation before joining the transactionJosef Bacik3-42/+17
2011-07-11Btrfs: try to only do one btrfs_search_slot in do_setxattrJosef Bacik2-33/+42
2011-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds4-6/+20
2011-07-06btrfs: fix oops when doing space balanceMiao Xie1-5/+7
2011-07-06Btrfs: don't panic if we get an error while balancing V2Josef Bacik1-1/+2
2011-07-06btrfs: add missing options displayed in mount outputDavid Sterba2-0/+11
2011-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds5-31/+100
2011-06-27btrfs: fix inconsonant inode informationMiao Xie3-26/+91
2011-06-25Btrfs: make sure to update total_bitmaps when freeing cache V3Josef Bacik1-3/+6
2011-06-25Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov1-2/+2