summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-22ARM: S3C24XX: Fix s3c24xx build errors if !CONFIG_PMDomenico Andreoli5-0/+10
2011-10-21Merge git://github.com/herbertx/cryptoLinus Torvalds1-0/+6
2011-10-21Merge branch 'fix/hda' of git://github.com/tiwai/soundLinus Torvalds2-0/+2
2011-10-21crypto: ghash - Avoid null pointer dereference if no key is setNick Bowler1-0/+6
2011-10-21ARM: S5P: fix offset calculation on gpio-interruptMarek Szyprowski1-3/+3
2011-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds6-55/+37
2011-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-155/+330
2011-10-20Btrfs: close all bdevs on mount failureIlya Dryomov1-4/+2
2011-10-20Btrfs: fix a bug when opening seed devicesIlya Dryomov1-1/+1
2011-10-20btrfs: fix oops on failure pathDaniel J Blueman1-2/+6
2011-10-20Btrfs: fix race between multi-task space allocation and caching spaceMiao Xie1-0/+7
2011-10-20Btrfs: fix return value of btrfs_get_acl()Tsutomu Itoh1-10/+7
2011-10-20Btrfs: pass the correct root to lookup_free_space_inode()Ilya Dryomov1-1/+1
2011-10-20Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOCLiu Bo1-1/+1
2011-10-20Btrfs: fix direct-io vs nodatacowLi Zefan1-2/+1
2011-10-20Btrfs: remove BUG_ON() in compress_file_range()Li Zefan1-1/+5
2011-10-20Btrfs: fix array bound checkingLi Zefan1-4/+6
2011-10-20btrfs: return EINVAL if start > total_bytes in fitrim ioctlLukas Czerner1-1/+5
2011-10-20Btrfs: honor extent thresh during defragmentationLi Zefan1-11/+26
2011-10-20btrfs: trivial fix, a potential memory leak in btrfs_parse_early_options()Jeff Liu1-2/+8
2011-10-20Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()Li Zefan1-1/+1
2011-10-20Btrfs: use i_size_read() in btrfs_defrag_file()Li Zefan1-3/+4
2011-10-20Btrfs: fix defragmentation regressionLi Zefan1-2/+4
2011-10-20btrfs: fix memory leak in btrfs_defrag_fileDiego Calleja1-3/+1
2011-10-20btrfs: check file extent backref offset underflowYan, Zheng1-1/+4
2011-10-20hwmon: (w83627ehf) Fix negative 8-bit temperature valuesJean Delvare1-2/+3
2011-10-19mm: fix race between mremap and removing migration entryHugh Dickins1-4/+4
2011-10-19sparc: Add alignment flag to PCI expansion resourcesKjetil Oftedal1-1/+2
2011-10-19fib_rules: fix unresolved_rules countingYan, Zheng1-1/+4
2011-10-19r8169: fix wrong eee setting for rlt8111evlhayeswang1-1/+1
2011-10-19r8169: fix driver shutdown WoL regression.françois romieu1-32/+56
2011-10-19ehea: Change maintainer to meThadeu Lima de Souza Cascardo1-1/+1
2011-10-19Btrfs: don't flush the cache inode before writing itJosef Bacik1-4/+0
2011-10-19Btrfs: if we have a lot of pinned space, commit the transactionJosef Bacik1-0/+15
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik6-24/+37
2011-10-19Btrfs: reserve some space for an orphan item when unlinkingJosef Bacik1-1/+8
2011-10-19Btrfs: release trans metadata bytes before flushing delayed refsJosef Bacik2-8/+3
2011-10-19Btrfs: allow shrink_delalloc flush the needed reclaimed pagesJosef Bacik1-2/+3
2011-10-19Btrfs: wait for ordered extents if we're in trouble when shrinking delallocJosef Bacik1-8/+17
2011-10-19Btrfs: don't check bytes_pinned to determine if we should commit the transactionJosef Bacik1-11/+0
2011-10-19Btrfs: fix regression in re-setting a large xattrJosef Bacik1-0/+11
2011-10-19Btrfs: fix the amount of space reserved for unlinkJosef Bacik1-1/+10
2011-10-19Btrfs: wait for ordered extents if we didn't reclaim enoughJosef Bacik1-1/+1
2011-10-19Btrfs: inline checksums into the disk free space cacheJosef Bacik4-68/+172
2011-10-19Btrfs: take overflow into account in reserving spaceJosef Bacik1-1/+1
2011-10-19Btrfs: check the return value of filemap_write_and_wait in the space cacheJosef Bacik1-2/+5
2011-10-19Btrfs: add a io_ctl struct and helpers for dealing with the space cacheJosef Bacik1-318/+375
2011-10-19Btrfs: don't skip writing out a empty block groups cacheJosef Bacik1-4/+6
2011-10-19Btrfs: introduce mount option no_space_cacheJosef Bacik3-10/+22
2011-10-19Btrfs: only inherit btrfs specific flags when creating filesJosef Bacik1-6/+11