summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | xfs: don't free EFIs before the EFDs are committedDave Chinner2013-04-053-19/+23
| * | | xfs: Add ratelimited printk for different alert levelsRich Johnston2013-04-032-0/+27
| * | | xfs: Fix WARN_ON(delalloc) in xfs_vm_releasepage()Jan Kara2013-03-221-6/+6
| * | | xfs: xfs_iomap_prealloc_size() tracepointBrian Foster2013-03-222-0/+27
| * | | xfs: add quota-driven speculative preallocation throttlingBrian Foster2013-03-221-0/+82
| * | | xfs: xfs_dquot prealloc throttling watermarks and low free spaceBrian Foster2013-03-224-7/+57
| * | | xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_tBrian Foster2013-03-224-11/+12
| * | | xfs: push rounddown_pow_of_two() to after prealloc throttleBrian Foster2013-03-221-2/+17
| * | | xfs: reorganize xfs_iomap_prealloc_size to remove indentationBrian Foster2013-03-221-31/+32
| * | | xfs: take inode version into account in XFS_LITINOChristoph Hellwig2013-03-145-10/+13
| * | | xfs: ensure we capture IO errors correctlyDave Chinner2013-03-141-0/+6
| * | | xfs: Remove obsoleted m_inode_shrink from xfs_mount structureJeff Liu2013-03-141-1/+0
| * | | xfs: rearrange some code in xfs_bmap for better localityDave Chinner2013-03-071-2206/+2069
| * | | xfs: rename random32() to prandom_u32()Akinobu Mita2013-03-074-4/+4
| * | | xfs: don't verify buffers after IO errorsDave Chinner2013-03-071-1/+3
| * | | xfs: fix xfs_iomap_eof_prealloc_initial_size typeMark Tinguely2013-03-071-1/+1
| * | | xfs: increase prealloc size to double that of the previous extentBrian Foster2013-03-071-1/+1
| * | | xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Brian Foster2013-03-071-1/+1
* | | | Merge tag 'for-linus-docs-2012-05-02' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-05-021-28/+134
|\ \ \ \
| * | | | Docs: Move ref to Frohwalt Egerer to end of REPORTING-BUGSSarah Sharp2013-04-181-1/+2
| * | | | Docs: Add a tips section to REPORTING-BUGS.Sarah Sharp2013-04-181-0/+13
| * | | | Docs: Expectations for bug reporters and maintainersSarah Sharp2013-04-181-1/+41
| * | | | Docs: Add info on supported kernels to REPORTING-BUGS.Sarah Sharp2013-04-151-0/+22
| * | | | Docs: Add "Gather info" section to REPORTING-BUGS.Sarah Sharp2013-04-151-12/+14
| * | | | Docs: Step-by-step directions for reporting bugs.Sarah Sharp2013-04-151-19/+46
| * | | | Trivial: docs: Remove six-space indentation in REPORTING-BUGS.Sarah Sharp2013-04-151-21/+22
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-029-6/+27
|\ \ \ \ \
| * | | | | x86-64, init: Do not set NX bits on non-NX capable hardwareH. Peter Anvin2013-05-022-1/+3
| * | | | | x86, gdt, hibernate: Store/load GDT for hibernate path.Konrad Rzeszutek Wilk2013-05-027-5/+24
* | | | | | Merge tag 'pinctrl-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-022-4/+4
|\ \ \ \ \ \
| * | | | | | pinctrl: fix mutex deadlock in get_pinctrl_dev_from_of_node()Daniel Mack2013-04-301-1/+1
| * | | | | | pinctrl: plgpio: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-301-3/+3
* | | | | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-0242-497/+960
|\ \ \ \ \ \ \
| * | | | | | | i2c: xiic: must always write 16-bit words to TX_FIFOSteven A. Falco2013-04-231-4/+2
| * | | | | | | i2c: octeon: use HZ in timeout value송은봉2013-04-231-1/+1
| * | | | | | | i2c: octeon: Fix i2c fail problem when a process is terminated by a signal송은봉2013-04-191-4/+4
| * | | | | | | i2c: designware-pci: drop superfluous {get|put}_deviceWolfram Sang2013-04-191-4/+0
| * | | | | | | i2c: designware-plat: drop superfluous {get|put}_deviceWolfram Sang2013-04-191-4/+0
| * | | | | | | i2c: davinci: drop superfluous {get|put}_deviceWolfram Sang2013-04-191-13/+6
| * | | | | | | MAINTAINERS: Ben Dooks is inactive regarding I2CWolfram Sang2013-04-171-1/+0
| * | | | | | | i2c: mux: Add i2c-arb-gpio-challenge 'mux' driverDoug Anderson2013-04-174-0/+345
| * | | | | | | i2c: at91: convert to dma_request_slave_channel_compat()Ludovic Desroches2013-04-161-24/+25
| * | | | | | | i2c: mxs: do error checking and handling in PIO modeLucas Stach2013-04-151-5/+36
| * | | | | | | i2c: mxs: remove races in PIO codeLucas Stach2013-04-151-13/+45
| * | | | | | | i2c-designware: switch to use runtime PM autosuspendMika Westerberg2013-04-153-3/+6
| * | | | | | | i2c-designware: use usleep_range() in the busy-loopMika Westerberg2013-04-151-1/+1
| * | | | | | | i2c-designware: enable/disable the controller properlyMika Westerberg2013-04-151-6/+28
| * | | | | | | i2c-designware: use dynamic adapter numbering on LynxpointMika Westerberg2013-04-151-9/+0
| * | | | | | | i2c-designware-pci: use managed functions pcim_* and devm_*Andy Shevchenko2013-04-151-51/+17
| * | | | | | | i2c-designware-pci: use dev_err() instead of printk()Andy Shevchenko2013-04-151-2/+2
OpenPOWER on IntegriCloud