summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2011-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds23-1010/+965
2011-07-28Merge branch 'integration' into for-linusChris Mason23-1010/+965
2011-07-28Btrfs: 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-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds1-2/+0
2011-07-26btrfs: S_ISREG(mode) is not mode & S_IFREG...Al Viro1-2/+2
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig3-24/+8
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-16/+8
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-11/+5
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds1-12/+7
2011-07-21get rid of useless dget_parent() in btrfs rename() and link()Al Viro1-4/+2
2011-07-21get rid of useless dget_parent() in fs/btrfs/ioctl.cAl Viro1-12/+4
2011-07-21fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-7/+16
2011-07-21Btrfs: implement our own ->llseekJosef Bacik2-1/+150
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-7/+1
2011-07-20btrfs: kill magical embedded struct superblockAl Viro3-13/+6
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2-2/+2
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-2/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+6
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-10writeback: make writeback_control.nr_to_write straightWu Fengguang1-2/+0
2011-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-6/+20
2011-07-07btrfs: fix oops when doing space balanceMiao Xie1-5/+7
2011-07-07Btrfs: don't panic if we get an error while balancing V2Josef Bacik1-1/+2
2011-07-07btrfs: add missing options displayed in mount outputDavid Sterba2-0/+11
2011-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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
2011-06-24Btrfs: make sure to record the transid in new inodesChris Mason1-0/+1