summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2011-11-06Btrfs: rename btrfs_bio multi -> bbio for consistencyIlya Dryomov-15/+15
2011-11-06Btrfs: stop leaking btrfs_bios on readaheadIlya Dryomov-0/+2
2011-11-06Btrfs: stop the readahead threads on failed mountChris Mason-0/+1
2011-11-06Btrfs: fix extent_buffer leak in the metadata IO error handlingChris Mason-0/+1
2011-11-06Btrfs: fix the new inspection ioctls for 32 bit compatChris Mason-16/+15
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason-280/+1930
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason-70/+1130
2011-11-06Btrfs: fix delayed insertion reservationJosef Bacik-8/+49
2011-11-06Btrfs: ClearPageError during writepage and clean_tree_blockChris Mason-1/+10
2011-11-06Btrfs: be smarter about committing the transaction in reserve_metadata_bytesJosef Bacik-19/+67
2011-11-06Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik-7/+13
2011-11-06Btrfs: add a log of past tree rootsChris Mason-24/+369
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba-76/+78
2011-11-06Btrfs: use the global reserve when truncating the free space cache inodeJosef Bacik-5/+17
2011-11-06Btrfs: release metadata from global reserve if we have to fallback for unlinkJosef Bacik-1/+4
2011-11-06Btrfs: make sure to flush queued bios if write_cache_pages waitsChris Mason-10/+22
2011-11-06Btrfs: fix extent pinning bugs in the tree logChris Mason-8/+59
2011-11-06Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAINChris Mason-1/+3
2011-11-06Btrfs: don't wait as long for more batches during SSD log commitChris Mason-2/+2
2011-10-24btrfs: ratelimit WARN_ON in use_block_rsvDavid Sterba-1/+8
2011-10-24Merge branch 'hotfixes-20111024/josef/for-chris' into btrfs-next-stableDavid Sterba-48/+107
2011-10-24Merge remote-tracking branch 'remotes/josef/for-chris' into btrfs-next-stableDavid Sterba-1058/+1557
2011-10-24btrfs: do not allow mounting non-subvolumes via subvol optionDavid Sterba-0/+19
2011-10-24Linux 3.1v3.1Linus Torvalds-1/+1
2011-10-24Merge git://git.infradead.org/iommu-2.6Linus Torvalds-31/+46
2011-10-24Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dmLinus Torvalds-0/+1
2011-10-24x86: Fix S4 regressionTakashi Iwai-2/+1
2011-10-23dm kcopyd: fix job_pool leakAlasdair G Kergon-0/+1
2011-10-23Merge branch 'samsung-fixes-4' of git://github.com/kgene/linux-samsungLinus Torvalds-3/+13
2011-10-23Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+3
2011-10-22ARM: S3C24XX: Fix s3c24xx build errors if !CONFIG_PMDomenico Andreoli-0/+10
2011-10-21Merge git://github.com/herbertx/cryptoLinus Torvalds-0/+6
2011-10-21Merge branch 'fix/hda' of git://github.com/tiwai/soundLinus Torvalds-0/+2
2011-10-21crypto: ghash - Avoid null pointer dereference if no key is setNick Bowler-0/+6
2011-10-21ARM: S5P: fix offset calculation on gpio-interruptMarek Szyprowski-3/+3
2011-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds-55/+37
2011-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-155/+330
2011-10-20Btrfs: close all bdevs on mount failureIlya Dryomov-4/+2
2011-10-20Btrfs: fix a bug when opening seed devicesIlya Dryomov-1/+1
2011-10-20btrfs: fix oops on failure pathDaniel J Blueman-2/+6
2011-10-20Btrfs: fix race between multi-task space allocation and caching spaceMiao Xie-0/+7
2011-10-20Btrfs: fix return value of btrfs_get_acl()Tsutomu Itoh-10/+7
2011-10-20Btrfs: pass the correct root to lookup_free_space_inode()Ilya Dryomov-1/+1
2011-10-20Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOCLiu Bo-1/+1
2011-10-20Btrfs: fix direct-io vs nodatacowLi Zefan-2/+1
2011-10-20Btrfs: remove BUG_ON() in compress_file_range()Li Zefan-1/+5
2011-10-20Btrfs: fix array bound checkingLi Zefan-4/+6
2011-10-20btrfs: return EINVAL if start > total_bytes in fitrim ioctlLukas Czerner-1/+5
2011-10-20Btrfs: honor extent thresh during defragmentationLi Zefan-11/+26
2011-10-20btrfs: trivial fix, a potential memory leak in btrfs_parse_early_options()Jeff Liu-2/+8