aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-11Btrfs: add a recovery_errors mount option to limp along with a corrupted FSrecovery_errorsChris Mason6-11/+64
2011-11-11btrfs: rename the option to nospace_cacheDavid Sterba1-2/+2
2011-11-11Btrfs: handle bio_add_page failure gracefully in scrubArne Jansen1-35/+29
2011-11-10Btrfs: fix deadlock caused by the race between relocationMiao Xie1-2/+2
2011-11-10Btrfs: only map pages if we know we need them when reading the space cacheJosef Bacik1-7/+10
2011-11-10Btrfs: fix orphan backref nodesMiao Xie1-0/+2
2011-11-10Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}Miao Xie1-16/+12
2011-11-10Btrfs: fix unreleased path in btrfs_orphan_cleanup()Miao Xie1-0/+3
2011-11-10Btrfs: fix no reserved space for writing out inode cacheMiao Xie1-4/+24
2011-11-10Btrfs: fix nocow when deleting the itemMiao Xie1-1/+4
2011-11-10Merge branch 'mount-fixes' of git://github.com/idryomov/btrfs-unstable into i...Chris Mason2-46/+43
2011-11-10Btrfs: tweak the delayed inode reservations againChris Mason2-26/+47
2011-11-09Btrfs: rework error handling in btrfs_mount()Ilya Dryomov1-21/+21
2011-11-09Btrfs: close devices on all error paths in open_ctree()Ilya Dryomov1-4/+3
2011-11-09Btrfs: avoid null dereference and leaks when bailing from open_ctree()Ilya Dryomov1-20/+15
2011-11-09Btrfs: fix subvol_name leak on error in btrfs_mount()Ilya Dryomov1-1/+3
2011-11-09Btrfs: fix memory leak in btrfs_parse_early_options()Ilya Dryomov1-0/+1
2011-11-08Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik4-9/+83
2011-11-08Btrfs: fix oops on NULL trans handle in btrfs_truncateChris Mason1-7/+9
2011-11-07btrfs: fix double-free 'tree_root' in 'btrfs_mount()'slyich@gmail.com1-3/+5
2011-11-06Btrfs: check for a null fs root when writing to the backup root logChris Mason1-3/+10
2011-11-06Btrfs: fix race during transaction joinsnologChris Mason1-5/+8
2011-11-06Btrfs: fix a potential btrfs_bio leak on scrub fixupsIlya Dryomov1-0/+1
2011-11-06Btrfs: rename btrfs_bio multi -> bbio for consistencyIlya Dryomov1-15/+15
2011-11-06Btrfs: stop leaking btrfs_bios on readaheadIlya Dryomov1-0/+2
2011-11-06Btrfs: stop the readahead threads on failed mountChris Mason1-0/+1
2011-11-06Btrfs: fix extent_buffer leak in the metadata IO error handlingChris Mason1-0/+1
2011-11-06Btrfs: fix the new inspection ioctls for 32 bit compatChris Mason4-16/+15
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason14-280/+1930
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason10-70/+1130
2011-11-06Btrfs: fix delayed insertion reservationJosef Bacik3-8/+49
2011-11-06Btrfs: ClearPageError during writepage and clean_tree_blockChris Mason2-1/+10
2011-11-06Btrfs: be smarter about committing the transaction in reserve_metadata_bytesJosef Bacik1-19/+67
2011-11-06Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik4-7/+13
2011-11-06Btrfs: add a log of past tree rootsChris Mason3-24/+369
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba12-76/+78
2011-11-06Btrfs: use the global reserve when truncating the free space cache inodeJosef Bacik1-5/+17
2011-11-06Btrfs: release metadata from global reserve if we have to fallback for unlinkJosef Bacik1-1/+4
2011-11-06Btrfs: make sure to flush queued bios if write_cache_pages waitsChris Mason4-10/+22
2011-11-06Btrfs: fix extent pinning bugs in the tree logChris Mason3-8/+59
2011-11-06Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAINChris Mason1-1/+3
2011-11-06Btrfs: don't wait as long for more batches during SSD log commitChris Mason1-2/+2
2011-10-24btrfs: ratelimit WARN_ON in use_block_rsvDavid Sterba1-1/+8
2011-10-24Merge branch 'hotfixes-20111024/josef/for-chris' into btrfs-next-stableDavid Sterba10-48/+107
2011-10-24Merge remote-tracking branch 'remotes/josef/for-chris' into btrfs-next-stableDavid Sterba16-1058/+1557
2011-10-24btrfs: do not allow mounting non-subvolumes via subvol optionDavid Sterba1-0/+19
2011-10-24Linux 3.1v3.1Linus Torvalds1-1/+1
2011-10-24Merge git://git.infradead.org/iommu-2.6Linus Torvalds2-31/+46
2011-10-24Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dmLinus Torvalds1-0/+1
2011-10-24x86: Fix S4 regressionTakashi Iwai1-2/+1
2011-10-23dm kcopyd: fix job_pool leakAlasdair G Kergon1-0/+1
2011-10-23Merge branch 'samsung-fixes-4' of git://github.com/kgene/linux-samsungLinus Torvalds6-3/+13
2011-10-23Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
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
2011-10-19Btrfs: allow us to overcommit our enospc reservationsJosef Bacik4-18/+88
2011-10-19Btrfs: break out of orphan cleanup if we can't make progressJosef Bacik1-0/+11
2011-10-19Btrfs: use the global reserve as a backup for deleting inodesJosef Bacik1-1/+11
2011-10-19Btrfs: stop using write_one_pageJosef Bacik2-67/+20
2011-10-19Btrfs: introduce convert_extent_bitJosef Bacik2-0/+190
2011-10-19Btrfs: check unused against how much space we actually wantJosef Bacik1-1/+1
2011-10-19Btrfs: fix orphan cleanup regressionJosef Bacik1-19/+17
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik6-6/+18
2011-10-19Btrfs: delay iput when deleting a block groupJosef Bacik1-1/+1
2011-10-19Btrfs: make sure to unset trans->block_rsv before running delayed refsJosef Bacik1-0/+11
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik6-43/+39
2011-10-19Btrfs: don't get the block_rsv in btrfs_free_tree_blockJosef Bacik1-4/+0
2011-10-19Btrfs: use the transactions block_rsv for the csum rootJosef Bacik2-6/+10
2011-10-19Btrfs: handle enospc accounting for free space inodesJosef Bacik4-23/+47
2011-10-19Btrfs: put the block group cache after we commit the superJosef Bacik2-3/+3
2011-10-19Btrfs: set truncate block rsv's sizeJosef Bacik1-0/+2
2011-10-19Btrfs: don't increase the block_rsv's size when emergency allocating spaceJosef Bacik1-3/+0
2011-10-19Btrfs: fix space leak when we fail to make an allocationJosef Bacik1-6/+14
2011-10-19Btrfs: fix call to btrfs_search_slot in free space cacheJosef Bacik1-1/+1
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik6-10/+10
2011-10-19Btrfs: reduce the amount of space needed for truncatesJosef Bacik2-4/+15
2011-10-19Btrfs: only reserve space in fallocate if we have to do a preallocateJosef Bacik1-6/+16
2011-10-19Btrfs: kill btrfs_truncate_reserve_metadataJosef Bacik2-34/+0
2011-10-19Btrfs: optimize how we account for space in truncateJosef Bacik1-29/+29
2011-10-19Btrfs: don't try to commit in btrfs_block_rsv_checkJosef Bacik1-25/+4
2011-10-19Btrfs: kill unused parts of block_rsvJosef Bacik3-22/+6
2011-10-19Btrfs: ratelimit the generation printk for the free space cacheJosef Bacik1-5/+7
2011-10-19Btrfs: fix how we reserve space for deleting inodesJosef Bacik1-11/+38
2011-10-19Btrfs: kill the durable block rsv stuffJosef Bacik5-101/+17
2011-10-19Btrfs: kill the orphan space calculation for snapshotsJosef Bacik3-90/+0
2011-10-19Btrfs: calculate checksum space correctlyJosef Bacik3-8/+118
2011-10-19Btrfs: skip looking for delalloc if we don't have ->fill_delallocJosef Bacik1-1/+5
2011-10-19Btrfs: use bytes_may_use for all ENOSPC reservationsJosef Bacik3-82/+112
2011-10-19Btrfs: fix how we mount subvol=<whatever>Josef Bacik1-64/+135
2011-10-19Btrfs: use d_obtain_alias when mounting subvol/subvolidJosef Bacik1-24/+1
2011-10-19Btrfs: kill reserved_bytes in inodeJosef Bacik3-8/+0
2011-10-19Btrfs: move stuff around in btrfs_inode to get better packingJosef Bacik1-3/+3
2011-10-19Merge branch 'v4l_for_linus' of git://linuxtv.org/mchehab/for_linusLinus Torvalds1-1/+1
2011-10-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-9/+36
2011-10-19[media] videodev: fix a NULL pointer dereference in v4l2_device_release()Antonio Ospite1-1/+1
2011-10-19intel-iommu: fix superpage support in pfn_to_dma_pte()Allen Kay1-9/+8
2011-10-19intel-iommu: set iommu_superpage on VM domains to lowest common denominatorAllen Kay1-5/+7
2011-10-19intel-iommu: fix return value of iommu_unmap() APIAllen Kay1-3/+8
2011-10-19MAINTAINERS: Update VT-d entry for drivers/pci -> drivers/iommu moveRoland Dreier1-1/+1
2011-10-19drm/radeon/kms/atom: fix handling of FB scratch indicesAlex Deucher2-2/+14
2011-10-19pptp: pptp_rcv_core() misses pskb_may_pull() callEric Dumazet1-8/+12
2011-10-19tproxy: copy transparent flag when creating a time waitKOVACS Krisztian1-0/+1
2011-10-19pptp: fix skb leak in pptp_xmit()Eric Dumazet1-0/+2
2011-10-19bonding: use local function pointer of bond->recv_probe in bond_handle_frameMitsuo Hayasaka1-2/+5
2011-10-19smsc911x: Add support for SMSC LAN89218Phil Edworthy1-0/+2
2011-10-18tg3: negate USE_PHYLIB flag checkJiri Pirko1-1/+1
2011-10-18netconsole: enable netconsole can make net_device refcnt incorrentGao feng1-0/+5
2011-10-18bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore4-1/+12
2011-10-18l2tp: fix a potential skb leak in l2tp_xmit_skb()Eric Dumazet1-1/+3
2011-10-18bridge: fix hang on removal of bridge via netlinkstephen hemminger3-4/+7
2011-10-18cputimer: Cure lock inversionPeter Zijlstra1-3/+4
2011-10-18drm/radeon/kms/DCE4.1: fix Select_CrtcSource EncodeMode setting for DP bridge...Alex Deucher1-1/+11
2011-10-18drm/radeon/kms/DCE4.1: ss is not supported on the internal ppllsAlex Deucher1-1/+1
2011-10-18drm/radeon/kms/DCE4.1: fix dig encoder to transmitter mappingAlex Deucher1-4/+9
2011-10-18ALSA: HDA: conexant support for Lenovo T520/W520Daniel Suchy1-0/+1
2011-10-18ALSA: hda - Add position_fix quirk for Dell Inspiron 1010Takashi Iwai1-0/+1
2011-10-18ttm: Fix error-path using an uninitialized valueThomas Hellstrom1-1/+1
2011-10-17Linux 3.1-rc10v3.1-rc10Linus Torvalds1-1/+1
2011-10-17Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller4-53/+89
2011-10-17x25: Prevent skb overreads when checking call user dataMatthew Daley1-1/+2
2011-10-17x25: Handle undersized/fragmented skbsMatthew Daley6-17/+87
2011-10-17x25: Validate incoming call user data lengthsMatthew Daley2-0/+9
2011-10-17udplite: fast-path computation of checksum coverageGerrit Renker1-32/+31
2011-10-17Avoid using variable-length arrays in kernel/sys.cLinus Torvalds1-1/+1
2011-10-16Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds4-3/+11
2011-10-15ARM: 7128/1: vic: Don't write to the read-only register VIC_IRQ_STATUSZoltan Devai1-1/+0
2011-10-15ARM: 7122/1: localtimer: add header linux/errno.h explicitlyShawn Guo1-0/+2
2011-10-15ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9Will Deacon1-2/+2
2011-10-15Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+11
2011-10-14intel-iommu: Export a flag indicating that the IOMMU is used for iGFX.David Woodhouse1-10/+15
2011-10-14intel-iommu: Workaround IOTLB hang on Ironlake GPUDavid Woodhouse1-1/+5
2011-10-14Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-1/+2
2011-10-14Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds8-62/+69
2011-10-14Merge branch 'stable' of git://github.com/cmetcalf-tilera/linux-tileLinus Torvalds2-2/+2
2011-10-14Merge branch 'x86-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2-4/+5
2011-10-14x86, mrst: use a temporary variable for SFI irqMika Westerberg1-10/+12
2011-10-13hwmon: (w83627ehf) Properly report thermal diode sensorsJean Delvare1-4/+11
2011-10-13gpio-pca953x: fix gpio_baseHartmut Knaack1-0/+1
2011-10-13gpio/omap: fix build error with certain OMAP1 configsJanusz Krzysztofik1-1/+1
2011-10-13tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm filesChris Metcalf2-2/+2
2011-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-13/+25
2011-10-13ide: Fix file references in drivers/ide/Johann Felix Soden1-12/+12
2011-10-13Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds1-1/+10
2011-10-12sparc: Avoid calling sigprocmask()David S. Miller3-3/+3
2011-10-12sparc: Use set_current_blocked()Matt Fleming3-49/+30
2011-10-12IPVS netns shutdown/startup dead-lockHans Schillstrom3-51/+87
2011-10-11xfs: revert to using a kthread for AIL pushingChristoph Hellwig4-51/+45
2011-10-11xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig5-10/+24
2011-10-11xfs: do not update xa_last_pushed_lsn for locked itemsChristoph Hellwig1-1/+0
2011-10-11Btrfs: make sure not to defrag extents past i_sizeChris Mason1-1/+3
2011-10-11x86: Default to vsyscall=native for nowAdrian Bunk2-4/+5
2011-10-10intel-iommu: Fix AB-BA lockdep reportRoland Dreier1-2/+2