aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-16btrfs: fix race in readadroptreeArne Jansen1-21/+31
2012-04-16Tsutomu Itoh reviewArne Jansen1-4/+1
2012-04-12btrfs: use droptree for snapshot deletionArne Jansen3-2/+47
2012-04-12btrfs: droptree implementationArne Jansen2-1/+1917
2012-04-12btrfs: droptree structures and initializationArne Jansen2-0/+53
2012-04-12btrfs: add droptree inodeArne Jansen5-21/+155
2012-04-12btrfs: extend readahead interfaceArne Jansen3-127/+420
2012-04-12remove old stat printk, move to frontArne Jansen1-2/+0
2012-03-19statistics for old snap deletionArne Jansen1-2/+17
2012-03-16set loglevel for show_dtraceArne Jansen1-3/+3
2012-03-15Revert "Btrfs: lower the bar for chunk allocation"Arne Jansen1-1/+16
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsChris Mason4-20/+26
2012-02-23Btrfs: increase the global block reserve estimatesLiu Bo1-1/+1
2012-02-23Btrfs: clear the extent uptodate bits during parent transid failuresChris Mason1-4/+3
2012-02-23Btrfs: add extra sanity checks on the path names in btrfs_mksubvolChris Mason1-0/+6
2012-02-23Btrfs: make sure we update latest_bdevChris Mason2-1/+22
2012-02-23Btrfs: improve error handling for btrfs_insert_dir_item callersChris Mason2-7/+26
2012-02-21Btrfs: be less strict on finding next node in clear_extent_bitLiu Bo1-2/+1
2012-02-16Btrfs: fix a bug on overcommit stuffLiu Bo1-1/+4
2012-02-16Btrfs: kick out redundant stuff in convert_extent_bitLiu Bo1-5/+0
2012-02-16Btrfs: skip states when they does not contain bits to clearLiu Bo1-5/+10
2012-02-16Btrfs: check return value of lookup_extent_mapping() correctlyTsutomu Itoh3-2/+4
2012-02-16Btrfs: fix deadlock on page lock when doing auto-defragmentMiao Xie1-24/+29
2012-02-16Btrfs: fix return value check of extent_io_opsTsutomu Itoh1-6/+10
2012-02-16btrfs: honor umask when creating subvol rootFlorian Albrechtskirchinger1-2/+4
2012-02-15btrfs: silence warning in raid array setupDavid Sterba1-0/+14
2012-02-15btrfs: fix structs where bitfields and spinlock/atomic share 8B wordDavid Sterba2-3/+3
2012-02-15btrfs: delalloc for page dirtied out-of-band in fixup workerJeff Mahoney3-27/+53
2012-02-15Btrfs: fix memory leak in load_free_space_cache()Tsutomu Itoh1-0/+1
2012-02-15btrfs: don't check DUP chunks twiceArne Jansen1-3/+5
2012-02-15Btrfs: fix trim 0 bytes after a device deleteLiu Bo1-1/+8
2012-02-15Btrfs: return the internal error unchanged if btrfs_get_extent_fiemap() call ...Jeff Liu1-2/+2
2012-02-15Btrfs: avoid positive number with ERR_PTRJan Schmidt1-0/+2
2012-02-15btrfs: Sector Size check during MountKeith Mannthey1-0/+6
2012-01-31Btrfs: don't reserve data with extents locked in btrfs_fallocateChris Mason1-15/+10
2012-01-27Btrfs: fix reservations in btrfs_page_mkwriteChris Mason1-2/+8
2012-01-26Btrfs: advance window_start if we're using a bitmapJosef Bacik1-0/+1
2012-01-26btrfs: mask out gfp flags in releasepageDavid Sterba1-0/+7
2012-01-26Btrfs: fix enospc error caused by wrong checks of the chunkMiao Xie1-22/+27
2012-01-26Btrfs: do not defrag a file partiallyLiu Bo1-1/+1
2012-01-26Btrfs: fix warning for 32-bit build of fs/btrfs/check-integrity.cStefan Behrens1-5/+6
2012-01-26Btrfs: use cluster->window_start when allocating from a cluster bitmapJosef Bacik1-1/+1
2012-01-26Btrfs: Check for NULL page in extent_range_uptodateMitch Harder1-0/+2
2012-01-26btrfs: Fix busyloops in transaction waiting codeJan Kara1-2/+4
2012-01-26Btrfs: make sure a bitmap has enough bytesJosef Bacik1-1/+1
2012-01-26Btrfs: fix uninit warning in backref.cJan Schmidt1-2/+2
2012-01-16Btrfs: use larger system chunksChris Mason2-1/+4
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik5-16/+7
2012-01-16Btrfs: space leak tracepointsJosef Bacik5-20/+119
2012-01-16Btrfs: protect orphan block rsv with spin_lockJosef Bacik1-4/+19
2012-01-16Btrfs: add allocator tracepointsJosef Bacik3-1/+193
2012-01-16Btrfs: don't call btrfs_throttle in file writeJosef Bacik1-1/+0
2012-01-16Btrfs: release space on error in page_mkwriteJosef Bacik1-1/+1
2012-01-16Btrfs: fix btrfsck error 400 when truncating a compressedMiao Xie1-7/+1
2012-01-16Btrfs: do not use btrfs_end_transaction_throttle everywhereJosef Bacik2-10/+10
2012-01-16Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason10-10/+3201
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason21-419/+1639
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason6-226/+280
2012-01-16Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...Chris Mason8-98/+1385
2012-01-16Merge branch 'allocation-fixes' into integrationChris Mason4-108/+91
2012-01-16Btrfs: add balance progress reportingIlya Dryomov4-5/+84
2012-01-16Btrfs: allow for resuming restriper after it was pausedIlya Dryomov1-0/+15
2012-01-16Btrfs: allow for canceling restriperIlya Dryomov6-3/+53
2012-01-16Btrfs: allow for pausing restriperIlya Dryomov6-3/+94
2012-01-16Btrfs: add skip_balance mount optionIlya Dryomov3-5/+17
2012-01-16Btrfs: recover balance on mountIlya Dryomov3-2/+139
2012-01-16Btrfs: save balance parameters to diskIlya Dryomov2-1/+231
2012-01-16Btrfs: soft profile changing mode (aka soft convert)Ilya Dryomov2-0/+29
2012-01-16Btrfs: implement online profile changingIlya Dryomov3-1/+129
2012-01-16Btrfs: do not reduce profile in do_chunk_alloc()Ilya Dryomov2-1/+19
2012-01-16Btrfs: virtual address space subset filterIlya Dryomov2-0/+21
2012-01-16Btrfs: devid subset filterIlya Dryomov2-0/+47
2012-01-16Btrfs: devid filterIlya Dryomov2-0/+24
2012-01-16Btrfs: usage filterIlya Dryomov2-0/+37
2012-01-16Btrfs: profiles filterIlya Dryomov2-0/+28
2012-01-16Btrfs: add basic infrastructure for selective balancingIlya Dryomov3-2/+71
2012-01-16Btrfs: add basic restriper infrastructureIlya Dryomov6-41/+281
2012-01-16Btrfs: make avail_*_alloc_bits fields dynamicIlya Dryomov1-0/+20
2012-01-16Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bitIlya Dryomov2-9/+36
2012-01-16Btrfs: introduce masks for chunk type and profileIlya Dryomov3-27/+22
2012-01-16Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov4-16/+6
2012-01-11Btrfs: fix possible deadlock when opening a seed deviceLi Zefan2-4/+7
2012-01-11Btrfs: update global block_rsv when creating a new block groupLi Zefan1-0/+1
2012-01-11Btrfs: rewrite btrfs_trim_block_group()Li Zefan1-71/+164
2012-01-11Btrfs: simplfy calculation of stripe length for discard operationLi Zefan1-64/+31
2012-01-11Btrfs: don't pre-allocate btrfs bioLi Zefan1-46/+21
2012-01-11Btrfs: don't pass a trans handle unnecessarily in volumes.cLi Zefan3-14/+9
2012-01-11Btrfs: reserve metadata space in btrfs_ioctl_setflags()Li Zefan1-1/+1
2012-01-11Btrfs: remove BUG_ON()s in btrfs_ioctl_setflags()Li Zefan1-4/+14
2012-01-11Btrfs: check the return value of io_ctl_init()Li Zefan1-2/+7
2012-01-11Btrfs: avoid possible NULL deref in io_ctl_drop_pages()Li Zefan1-3/+5
2012-01-11Btrfs: add pinned extents to on-disk free space cache correctlyLi Zefan1-21/+20
2012-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Li Zefan34-2011/+6339
2012-01-07Btrfs: revamp clustered allocation logicAlexandre Oliva1-63/+49
2012-01-07Btrfs: don't set up allocation result twiceAlexandre Oliva1-3/+0
2012-01-06Btrfs: test free space only for unclustered allocationAlexandre Oliva1-11/+23
2012-01-06Btrfs: use bigger metadata chunks on bigger filesystemsChris Mason1-1/+5
2012-01-06Btrfs: lower the bar for chunk allocationChris Mason1-18/+3
2012-01-06Btrfs: run chunk allocations while we do delayed refsChris Mason2-12/+11
2012-01-05Btrfs: make sure we're not using obsolete code in btrfs_get_extentJan Schmidt1-1/+1
2012-01-05Btrfs: new backref walking codeJan Schmidt3-262/+107
2012-01-04Linux 3.2Linus Torvalds1-1/+1
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-15/+32
2012-01-04minixfs: misplaced checks lead to dentry leakAl Viro1-17/+17
2012-01-04ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov2-3/+12
2012-01-04ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov1-1/+8
2012-01-04Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+2
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-5/+23
2012-01-04Revert "rtc: Expire alarms after the time is set."Linus Torvalds1-6/+0
2012-01-04Btrfs: added btrfs_find_all_roots()Jan Schmidt2-0/+788
2012-01-04Btrfs: add waitqueue instead of doing busy waiting for more delayed refsJan Schmidt4-1/+74
2012-01-04Btrfs: put back delayed refs that are too newArne Jansen2-23/+47
2012-01-04Btrfs: add sequence numbers to delayed refsArne Jansen3-0/+108
2012-01-04Btrfs: add nested locking mode for pathsArne Jansen3-2/+54
2012-01-04[CIFS] default ntlmv2 for cifs mount delayed to 3.3Steve French1-1/+1
2012-01-03cifs: fix bad buffer length check in coalesce_t2Jeff Layton1-1/+1
2012-01-03Revert "rtc: Disable the alarm in the hardware"Linus Torvalds1-34/+10
2012-01-03hung_task: fix false positive during vforkMandeep Singh Baines1-4/+10
2012-01-03security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not setJan Kara2-2/+2
2012-01-03fix CAN MAINTAINERS SCM tree typeOliver Hartkopp1-2/+2
2012-01-03mwifiex: fix crash during simultaneous scan and connectAmitkumar Karwar1-1/+6
2012-01-03b43: fix regression in PIO caseGuennadi Liakhovetski1-3/+13
2012-01-03ath9k: Fix kernel panic in AR2427 in AP modeMohammed Shafi Shajakhan1-0/+3
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-1/+1
2012-01-03CAN MAINTAINERS updateOliver Hartkopp1-6/+5
2012-01-03net: fsl: fec: fix build for mx23-only kernelWolfram Sang1-2/+2
2012-01-03sch_qfq: fix overflow in qfq_update_start()Eric Dumazet1-2/+2
2012-01-03drm/radeon/kms/atom: fix possible segfault in pm setupAlexander Müller1-1/+5
2012-01-02Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2012-01-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-7/+17
2011-12-31Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds1-0/+1
2011-12-31gspca: Fix falling back to lower isoc alt settingsMauro Carvalho Chehab1-1/+1
2011-12-31futex: Fix uninterruptible loop due to gate_areaHugh Dickins1-8/+20
2011-12-31netfilter: ctnetlink: fix timeout calculationXi Wang1-2/+2
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov4-5/+11
2011-12-30skge: restore rx multicast filter on resume and after config changesFlorian Zumbiehl1-0/+3
2011-12-30mlx4_en: nullify cq->vector field when closing completion queueYevgeny Petrilin1-0/+1
2011-12-30Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds4-75/+65
2011-12-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds11-30/+48
2011-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-5/+6
2011-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-26/+3
2011-12-30Merge branch 'v3.2-samsung-fixes-4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-15/+15
2011-12-30Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds1-1/+0
2011-12-30Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds4-7/+12
2011-12-29Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-1/+1
2011-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-9/+22
2011-12-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+4
2011-12-29Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-25/+43
2011-12-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-12/+15
2011-12-29mm: hugetlb: fix non-atomic enqueue of huge pageHillf Danton1-1/+1
2011-12-29procfs: do not confuse jiffies with cputime64_tAndreas Schwab5-2/+8
2011-12-29mm/mempolicy.c: refix mbind_range() vma issueKOSAKI Motohiro1-1/+10
2011-12-29gspca: Fix bulk mode cameras no longer working (regression fix)Hans de Goede1-2/+2
2011-12-29Input: sentelic - fix retrieving number of buttonsTai-hwa Liang2-3/+4
2011-12-29ceph: disable use of dcache for readdir etc.Sage Weil1-26/+3
2011-12-29block: fix blk_queue_end_tag()Dan Williams1-11/+2
2011-12-28ARM: EXYNOS: Remove duplicated SROMC static memory mappingThomas Abraham1-5/+0
2011-12-28ARM: SAMSUNG: Fix build error when selecting CPU_FREQ_S3C24XX_DEBUGFS on S3C2440Denis Kuzmenko1-10/+15
2011-12-27packet: fix possible dev refcnt leak when bind failWei Yongjun1-1/+5
2011-12-27watchdog: iTCO_wdt.c - problems with newer hardware due to SMI clearing (part 2)Wim Van Sebroeck1-3/+3
2011-12-26drm/i915: Disable RC6 on Sandybridge by defaultKeith Packard1-5/+3
2011-12-26drm/i915: Disable semaphores by default on SNBKeith Packard1-2/+2
2011-12-26Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-56/+154
2011-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee13...Linus Torvalds1-1/+1
2011-12-26vfs: fix handling of lock allocation failure in lease-break caseLinus Torvalds1-8/+3
2011-12-26watchdog: hpwdt: Changes to handle NX secure bit in 32bit pathMingarelli, Thomas1-1/+4
2011-12-26watchdog: sp805: Fix section mismatch in ID table.Nick Bowler1-1/+1
2011-12-26watchdog: move coh901327 state holdersLinus Walleij1-2/+4
2011-12-26KVM: PPC: e500: include linux/export.hScott Wood1-0/+1
2011-12-26KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=NMichael Neuling1-1/+1
2011-12-26KVM: PPC: protect use of kvmppc_h_prAndreas Schwab1-0/+2
2011-12-26KVM: PPC: move compute_tlbie_rb to book3s_64 common headerAndreas Schwab2-33/+33
2011-12-26KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka3-10/+19
2011-12-25KVM: Device assignment permission checksAlex Williamson2-0/+79
2011-12-25KVM: Remove ability to assign a device without iommu supportAlex Williamson2-9/+12
2011-12-25KVM: x86: Prevent starting PIT timers in the absence of irqchip supportJan Kiszka1-3/+7
2011-12-25MAINTAINERS: firewire git URL updateStefan Richter1-1/+1
2011-12-24Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-3/+15
2011-12-24Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller1-5/+13
2011-12-24netem: dont call vfree() under spinlock and BH disabledEric Dumazet1-3/+4
2011-12-24netfilter: ctnetlink: fix scheduling while atomic if helper is autoloadedPablo Neira Ayuso1-0/+3
2011-12-24netfilter: ctnetlink: fix return value of ctnetlink_get_expect()Pablo Neira Ayuso1-5/+10
2011-12-23Linux 3.2-rc7Linus Torvalds1-1/+1
2011-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+32
2011-12-23Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2-13/+13
2011-12-23Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds1-3/+2
2011-12-23Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2011-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-5/+7
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-2/+2
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-20/+26
2011-12-23ARM: 7237/1: PL330: Fix driver freezeJavi Merino1-67/+49
2011-12-23xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig3-24/+42
2011-12-23xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig1-1/+1
2011-12-23ARM: 7197/1: errata: Remove SMP dependency for erratum 751472Dave Martin2-3/+5
2011-12-23ARM: 7196/1: errata: Remove SMP dependency for erratum 720789Dave Martin1-1/+1
2011-12-23Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"Gustavo F. Padovan1-1/+1
2011-12-23Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller1-3/+3
2011-12-23ASoC: wm8776: add missing break in sample size switchJoachim Eastwood1-0/+1
2011-12-23perf/x86: Fix raw_spin_unlock_irqrestore() usageRobert Richter1-1/+1
2011-12-23Merge branch 'integration' into for-linusChris Mason2-5/+7