aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-16Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf...viroChris Mason4515-125238/+176212
2012-01-16Btrfs: use larger system chunksintegrationfor-linusChris 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-08btrfs: take allocation of ->tree_root into open_ctree()Al Viro3-10/+5
2012-01-08btrfs: let ->s_fs_info point to fs_info, not root...Al Viro5-45/+45
2012-01-08btrfs: consolidate failure exits in btrfs_mount() a bitAl Viro1-16/+5
2012-01-08btrfs: make free_fs_info() call ->kill_sb() unconditionalAl Viro1-6/+2
2012-01-08btrfs: merge free_fs_info() calls on fill_super failuresAl Viro2-3/+1
2012-01-08btrfs: kill pointless reassignment of ->s_fs_info in btrfs_fill_super()Al Viro1-5/+2
2012-01-08btrfs: make open_ctree() return intAl Viro3-13/+13
2012-01-08btrfs: sanitizing ->fs_info, part 5Al Viro1-11/+11
2012-01-08btrfs: sanitizing ->fs_info, part 4Al Viro3-20/+18
2012-01-08btrfs: sanitizing ->fs_info, part 3Al Viro1-7/+5
2012-01-08btrfs: sanitizing ->fs_info, part 2Al Viro1-1/+4
2012-01-08btrfs: sanitizing ->fs_info, part 1Al Viro1-1/+6
2012-01-08btrfs: fix a deadlock in btrfs_scan_one_device()Al Viro1-3/+2
2012-01-08btrfs: fix mount/umount raceAl Viro1-9/+4
2012-01-08btrfs: get ->kill_sb() of its ownAl Viro1-9/+18
2012-01-08btrfs: preparation to fixing mount/umount raceAl Viro2-3/+6
2012-01-08Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds23-68/+109
2012-01-08Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-0/+703
2012-01-08Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds50-335/+588
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds20-157/+2542
2012-01-08Merge tag 'md-3.3' of git://neil.brown.name/mdLinus Torvalds13-438/+1280
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds176-386/+266
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds107-1530/+3249
2012-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds19-334/+394
2012-01-08Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds19-1333/+412
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds476-2879/+2588
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-07Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds12-30/+125
2012-01-07Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-28/+44
2012-01-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds37-402/+530
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds517-6891/+3169
2012-01-06reiserfs: Properly display mount options in /proc/mountsJan Kara4-14/+204
2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi4-29/+7
2012-01-06vfs: count unlinked inodesMiklos Szeredi2-54/+92
2012-01-06vfs: protect remounting superblock read-onlyMiklos Szeredi4-5/+61
2012-01-06vfs: keep list of mounts for each superblockMiklos Szeredi4-0/+11
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro39-91/+90
2012-01-06vfs: switch ->show_path() to struct dentry *Al Viro3-4/+4
2012-01-06vfs: switch ->show_devname() to struct dentry *Al Viro3-12/+13
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro5-16/+17
2012-01-06switch security_path_chmod() to struct path *Al Viro6-25/+15
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro14-25/+27
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro375-1471/+1008
2012-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds34-634/+582
2012-01-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds910-10072/+7313
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds18-6/+123
2012-01-06Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds5-45/+20
2012-01-06Merge branch 'misc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...Linus Torvalds4-7/+24
2012-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds74-701/+2004
2012-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds388-16278/+21757
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1398-73774/+115458
2012-01-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-46/+107
2012-01-06Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-95/+121
2012-01-06Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+6
2012-01-06Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2012-01-06Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-14/+14
2012-01-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds26-306/+345
2012-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds29-76/+639
2012-01-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-58/+28
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-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman518-6888/+3168
2012-01-06arm: fix up some samsung merge sysdev conversion problemsKukjin Kim5-5/+5
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds44-2790/+3049
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds117-3003/+5582
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds58-407/+1512
2012-01-06Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+8
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds75-1747/+1032
2012-01-06Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-20/+40
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-10/+162
2012-01-06dma-buf: mark EXPERIMENTAL for 1st release.Sumit Semwal1-0/+1
2012-01-06dma-buf: Documentation for buffer sharing frameworkSumit Semwal1-0/+224
2012-01-06dma-buf: Introduce dma buffer sharing mechanismSumit Semwal4-0/+478
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds4-56/+26
2012-01-05net: pack skb_shared_info more efficientlyIan Campbell1-3/+3
2012-01-05net_sched: red: split red_parms into parms and varsEric Dumazet4-95/+117
2012-01-05net_sched: sfq: extend limitsEric Dumazet2-67/+124
2012-01-05cnic: Improve error recovery on bnx2x devicesMichael Chan3-8/+74
2012-01-05cnic: Re-init dev->stats_addr after chip resetMichael Chan1-0/+1
2012-01-05net_sched: Bug in netem reorderingHagen Paul Pfeifer1-2/+2
2012-01-05bna: fix sparse warnings/errorsstephen hemminger4-7/+8
2012-01-05bna: make ethtool_ops and strings conststephen hemminger1-2/+2
2012-01-05xgmac: cleanupsstephen hemminger1-2/+2
2012-01-05net: make ethtool_ops conststephen hemminger6-8/+8
2012-01-05vmxnet3" make ethtool ops conststephen hemminger1-1/+1
2012-01-05xen-netback: make ops structs conststephen hemminger1-2/+2
2012-01-05virtio_net: Pass gfp flags when allocating rx buffers.Mike Waychison1-1/+2
2012-01-05ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() callNeerav Parikh3-1/+90
2012-01-05netdev: FCoE: Add new ndo_get_fcoe_hbainfo() callNeerav Parikh1-0/+26
2012-01-05igb: reset PHY after recovering from PHY power downKoki Sanagi1-0/+1
2012-01-05igb: add basic runtime PM supportYan, Zheng2-19/+133
2012-01-05igb: Add support for byte queue limits.Eric Dumazet2-0/+10
2012-01-05e1000: cleanup CE4100 MDIO registers accessFlorian Fainelli2-12/+7
2012-01-05e1000: unmap ce4100_gbe_mdio_base_virt in e1000_removeFlorian Fainelli1-0/+2
2012-01-05e1000: fix lockdep splat in shutdown handlerJesse Brandeburg1-7/+1
2012-01-05max1111.c: fix checkpatch warningFrans Meulenbroeks1-1/+1
2012-01-05hwmon: (lm75) fix checkpatch warningsFrans Meulenbroeks1-3/+2
2012-01-05hwmon: (lm80) fix checkpatch messagesFrans Meulenbroeks1-28/+42
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks37-181/+181
2012-01-05hwmon: (lm75) fix checkpatch warningFrans Meulenbroeks1-1/+1
2012-01-05hwmon: (lm75) added error handlingFrans Meulenbroeks1-7/+16
2012-01-05hwmon: (ltc4261) set data->valid to 0 if errorFrans Meulenbroeks1-0/+1
2012-01-05hwmon: (f75375s) Add support for F75387SG/RGBjörn Gerhart2-49/+130
2012-01-05hwmon: (f75375s) Disable setting DC fan control mode for F75373Guenter Roeck1-0/+4
2012-01-05hwmon: (f75375s) Initialize pwmX_mode and pwmX_enable if there is no platform...Guenter Roeck1-2/+26
2012-01-05hwmon: (f75375s) Fix value range for PWM modesGuenter Roeck1-1/+1
2012-01-05hwmon: (f75375s) Use standard sysfs attribute namesGuenter Roeck1-19/+19
2012-01-05hwmon: (f75375s) Fix checkpatch errors and warningsGuenter Roeck1-18/+68
2012-01-05hwmon: (pmbus/zl6100) Only instantiate external temperature sensor if enabledGuenter Roeck1-5/+14
2012-01-05hwmon: (pmbus/zl6100) Add support for Ericsson BMR45[0,1] and BMR46[2,3,4]Guenter Roeck5-8/+22
2012-01-05hwmon: (pmbus/zl6100) Add support for ZL2005Guenter Roeck3-4/+23
2012-01-05hwmon: (pmbus/adm1275) Validate device IDGuenter Roeck1-21/+50
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville68-2113/+1178
2012-01-05ath6kl: revert USB supportJohn W. Linville8-501/+20
2012-01-05Btrfs: make sure we're not using obsolete code in btrfs_get_extentJan Schmidt1-1/+1
2012-01-05Merge branch 'restart' into for-linusRussell King592-5513/+3087
2012-01-05Merge branch 'devel-stable' into for-linusRussell King433-4076/+3321
2012-01-05Merge branches 'fixes' and 'misc' into for-linusRussell King29-507/+922
2012-01-05ARM: 7267/1: Remove BUILD_BUG_ON from asm/bug.hSimon Glass1-1/+0
2012-01-05ARM: 7269/1: mach-sa1100: fix sched_clock breakageLinus Walleij1-1/+1
2012-01-05ARM: 7198/1: arm/imx6: add restart support for imx6qShawn Guo4-3/+58
2012-01-05ARM: restart: remove the now empty arch_reset()Russell King56-245/+2
2012-01-05ARM: restart: remove comments about adding code to arch_reset()Russell King4-7/+0
2012-01-05ARM: restart: lpc32xx & u300: remove unnecessary printkRussell King2-3/+0
2012-01-05ARM: restart: plat-samsung: remove plat/reset.h and s5p_reset_hookRussell King2-27/+0
2012-01-05ARM: restart: w90x900: use new restart hookRussell King6-17/+20
2012-01-05ARM: restart: Versatile Express: use new restart hookRussell King1-1/+1
2012-01-05ARM: restart: versatile: use new restart hookRussell King6-12/+17
2012-01-05ARM: restart: u300: use new restart hookRussell King4-23/+24
2012-01-05ARM: restart: tegra: use new restart hookRussell King7-5/+10
2012-01-05ARM: restart: spear: use new restart hookRussell King9-12/+36
2012-01-05ARM: restart: shark: use new restart hookRussell King2-3/+5
2012-01-05ARM: restart: sa1100: use new restart hookRussell King16-9/+25
2012-01-05ARM: 7252/1: restart: S5PV210: use new restart hookRussell King7-5/+8
2012-01-05ARM: 7251/1: restart: S5PC100: use new restart hookKukjin Kim3-0/+12
2012-01-05ARM: 7250/1: restart: S5P64X0: use new restart hookKukjin Kim4-0/+13
2012-01-05ARM: 7266/1: restart: S3C64XX: use new restart hookKukjin Kim14-7/+23
2012-01-05ARM: 7265/1: restart: S3C24XX: use new restart hookKukjin Kim23-17/+113
2012-01-05ARM: 7254/1: restart: S3C24XX: move SWRST based S3C platforms toHeiko Stuebner14-42/+27
2012-01-05ARM: restart: riscpc: use new restart hookRussell King2-10/+12
2012-01-05ARM: restart: realview: use new restart hookRussell King7-24/+15
2012-01-05ARM: restart: pxa: use new restart hookRussell King52-28/+95
2012-01-05ARM: restart: prima2: use new restart hookRussell King4-8/+9
2012-01-05ARM: restart: pnx4008: use new restart hookRussell King2-5/+6
2012-01-05ARM: restart: orion5x: use new restart hookRussell King24-15/+41
2012-01-05ARM: restart: omap: use new restart hookRussell King47-13/+59
2012-01-05ARM: restart: nomadik: use new restart hookRussell King4-9/+13
2012-01-05ARM: restart: netx: use new restart hookRussell King6-6/+9