aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2010-10-30Btrfs: deal with errors from updating the tree logChris Mason
2010-10-29Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedSage Weil
2010-10-29Btrfs: make SNAP_DESTROY asyncSage Weil
2010-10-29Btrfs: add SNAP_CREATE_ASYNC ioctlSage Weil
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil
2010-10-29Btrfs: async transaction commitSage Weil
2010-10-29Btrfs: fix deadlock in btrfs_commit_transactionSage Weil
2010-10-29Btrfs: fix lockdep warning on clone ioctlSage Weil
2010-10-29Btrfs: fix clone ioctl where range is adjacent to extentSage Weil
2010-10-29Btrfs: fix delalloc checks in clone ioctlSage Weil
2010-10-29Btrfs: drop unused variable in block_alloc_rsvChris Mason
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen
2010-10-29Btrfs: Use ERR_CAST helpersJulia Lawall
2010-10-29Btrfs: use memdup_user helpersJulia Lawall
2010-10-29Btrfs: fix raid code for removing missing drivesChris Mason
2010-10-29Btrfs: Switch the extent buffer rbtree into a radix treeMiao Xie
2010-10-29Btrfs: restructure try_release_extent_buffer()Miao Xie
2010-10-29Btrfs: use the flusher threads for delalloc throttlingChris Mason
2010-10-29Btrfs: tune the chunk allocation to 5% of the FS as metadataChris Mason
2010-10-29Btrfs: don't loop forever on bad btree blocksChris Mason
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2010-10-29Btrfs: let the user know space caching is enabledJosef Bacik
2010-10-29Btrfs: Add a clear_cache mount optionJosef Bacik
2010-10-29Btrfs: add support for mixed data+metadata block groupsJosef Bacik
2010-10-29Btrfs: check cache->caching_ctl before returning if caching has startedJosef Bacik
2010-10-29Btrfs: load free space cache if it existsJosef Bacik
2010-10-29Btrfs: write out free space cacheJosef Bacik
2010-10-29convert btrfsAl Viro
2010-10-28Btrfs: create special free space cache inodeJosef Bacik
2010-10-26Btrfs: remove warn_on from use_block_rsvJosef Bacik
2010-10-26Btrfs: set trans to null in reserve_metadata_bytes if we commit the transactionJosef Bacik
2010-10-25new helper: ihold()Al Viro
2010-10-25new helper: inode_unhashed()Al Viro
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22Btrfs: fix error handling in btrfs_get_sbJosef Bacik
2010-10-22Btrfs: rework how we reserve metadata bytesJosef Bacik
2010-10-22Btrfs: don't allocate chunks as aggressivelyJosef Bacik
2010-10-22Btrfs: re-work delalloc flushingJosef Bacik
2010-10-22Btrfs: fix reservation code for mixed block groupsJosef Bacik
2010-10-22Btrfs: fix df regressionJosef Bacik
2010-10-22Btrfs: fix the df ioctl to report raid typesJosef Bacik
2010-10-22Btrfs: stop trying to shrink delalloc if there are no inodes to reclaimJosef Bacik
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-09-10btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-09btrfs: remove junk sb_dirt changeArtem Bityutskiy
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro