aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds16-245/+745
2009-10-01const: constify remaining file_operationsAlexey Dobriyan3-4/+4
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-0/+11
2009-10-01Btrfs: fix data space leak fixJosef Bacik1-0/+11
2009-10-01Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig4-102/+10
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason14-146/+727
2009-10-01Btrfs: take i_mutex before generic_write_checksChris Mason1-8/+17
2009-10-01Btrfs: fix arguments to btrfs_wait_on_page_writeback_rangeChristoph Hellwig1-1/+3
2009-09-29Btrfs: fix deadlock with free space handling and user transactionsSage Weil1-1/+1
2009-09-29Btrfs: fix error cases for ioctl transactionsSage Weil1-19/+22
2009-09-29Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball3-5/+5
2009-09-29Btrfs: introduce missing kfreeJulia Lawall1-1/+3
2009-09-29Btrfs: Fix setting umask when POSIX ACLs are not enabledChris Ball1-0/+2
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik10-115/+678
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds31-1981/+2740
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+1
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason31-1981/+2740
2009-09-24Btrfs: hash the btree inode during fill_superYan Zheng1-0/+1
2009-09-24Btrfs: relocate file extents in clustersYan, Zheng1-89/+148
2009-09-24Btrfs: don't rename file into dummy directoryYan, Zheng1-0/+3
2009-09-24Btrfs: check size of inode backref before adding hardlinkYan, Zheng3-24/+37
2009-09-23Btrfs: fix releasepage to avoid unlocking extents we haven't lockedChris Mason1-2/+7
2009-09-23Btrfs: Fix test_range_bit for whole file extentsChris Mason1-0/+4
2009-09-23Btrfs: fix errors handling cached state in set/clear_extent_bitChris Mason1-8/+8
2009-09-22Btrfs: fix early enospc during balancingChris Mason1-13/+7
2009-09-22Btrfs: deal with NULL space infoChris Mason1-2/+16
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-10/+10
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan2-5/+5
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-2/+2
2009-09-21Btrfs: account for space used by the super mirrorsJosef Bacik2-2/+20
2009-09-21Btrfs: fix extent entry threshold calculationJosef Bacik1-14/+21
2009-09-21Btrfs: remove dead codeJosef Bacik1-706/+0
2009-09-21Btrfs: fix bitmap size trackingJosef Bacik1-0/+1
2009-09-21Btrfs: don't keep retrying a block group if we fail to allocate a clusterJosef Bacik1-8/+17
2009-09-21Btrfs: make balance code choose more wisely when relocatingJosef Bacik4-18/+148
2009-09-21Btrfs: fix arithmetic error in clone ioctlSage Weil1-2/+1
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng12-233/+605
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng9-168/+459
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng6-116/+31
2009-09-21Btrfs: speed up snapshot droppingYan, Zheng2-49/+207
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-18Btrfs: search for an allocation hint while filling file COWChris Mason3-1/+59
2009-09-18Btrfs: properly honor wbc->nr_to_write changesChris Mason1-11/+27
2009-09-17Btrfs: improve async block group cachingYan Zheng5-259/+382
2009-09-16fs: Assign bdi in super_blockJens Axboe1-0/+1
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-1/+0
2009-09-16HWPOISON: Enable error_remove_page on btrfsAndi Kleen1-0/+1
2009-09-15Btrfs: Fix async thread shutdown raceChris Mason1-6/+10