aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-15Btrfs: only set cache_generation if we setup the block groupfor-chrisJosef Bacik1-1/+1
2011-12-15Btrfs: don't panic if orphan item already existsJosef Bacik1-1/+1
2011-12-15Btrfs: fix leaked space in truncateJosef Bacik1-2/+3
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik4-13/+44
2011-12-15Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik4-22/+80
2011-12-15Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik4-78/+83
2011-12-09Btrfs: fix btrfs_end_bio to deal with write errors to a single mirrorChris Mason1-1/+1
2011-12-08Btrfs: drop spin lock when memory alloc failsLiu Bo1-8/+16
2011-12-08Btrfs: check if the to-be-added device is writableLi Zefan1-1/+1
2011-12-08Btrfs: try cluster but don't advance in search listAlexandre Oliva1-43/+31
2011-12-07Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZEAlexandre Oliva1-8/+18
2011-12-01Btrfs: fix meta data raid-repair merge problemJan Schmidt1-7/+20
2011-11-30Btrfs: skip allocation attempt from empty clusterAlexandre Oliva1-3/+3
2011-11-30Btrfs: skip block groups without enough space for a clusterAlexandre Oliva1-1/+1
2011-11-30Btrfs: start search for new cluster at the beginningAlexandre Oliva1-4/+2
2011-11-30Btrfs: reset cluster's max_size when creating bitmapAlexandre Oliva1-0/+1
2011-11-30Btrfs: initialize new bitmaps' listAlexandre Oliva1-0/+1
2011-11-30Btrfs: fix oops when calling statfs on readonly deviceLi Zefan1-3/+3
2011-11-30Btrfs: Don't error on resizing FS to same sizeMike Fleetwood1-1/+1
2011-11-30Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie3-5/+22
2011-11-30Fix URL of btrfs-progs git repository in docsArnd Hannemann1-2/+2
2011-11-30btrfs scrub: handle -ENOMEM from init_ipath()Dan Carpenter1-0/+5
2011-11-21Btrfs: remove free-space-cache.c WARN during log replayChris Mason1-1/+7
2011-11-20Btrfs: sectorsize align offsets in fiemapJosef Bacik1-1/+4
2011-11-20Btrfs: clear pages dirty for io and set them extent mappedJosef Bacik1-0/+5
2011-11-20Btrfs: wait on caching if we're loading the free space cacheJosef Bacik2-41/+81
2011-11-20Btrfs: prefix resize related printks with btrfs:Arnd Hannemann1-3/+3
2011-11-20btrfs: fix stat blocks accountingDavid Sterba1-2/+4
2011-11-20Btrfs: avoid unnecessary bitmap search for cluster setupLi Zefan1-38/+4
2011-11-20Btrfs: fix to search one more bitmap for cluster setupLi Zefan1-0/+12
2011-11-20btrfs: mirror_num should be int, not u64Jan Schmidt3-4/+4
2011-11-20btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney4-6/+9
2011-11-20Btrfs: fix barrier flushesChris Mason2-17/+134
2011-11-15Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flushLiu Bo3-1/+26
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 joinsChris 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.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-rc10Linus Torvalds1-1/+1
2011-10-17Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller4-53/+89