summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: factor buffer reading from xfs_dir2_leaf_getdentsDave Chinner2012-07-011-202/+232
* xfs: remove struct xfs_dabuf and infrastructureDave Chinner2012-07-0113-779/+602Star
* xfs: use discontiguous xfs_buf support in dabuf wrappersDave Chinner2012-07-012-305/+239Star
* xfs: support discontiguous buffers in the xfs_buf_log_itemDave Chinner2012-07-012-93/+244
* xfs: add discontiguous buffer support to transactionsDave Chinner2012-07-012-39/+79
* xfs: add discontiguous buffer map interfaceDave Chinner2012-07-012-25/+58
* xfs: convert internal buffer functions to pass mapsDave Chinner2012-07-012-54/+191
* xfs: separate buffer indexing from block mapDave Chinner2012-07-012-13/+35
* xfs: struct xfs_buf_log_format isn't variable sized.Dave Chinner2012-07-015-43/+40Star
* xfs: remove xlog_t typedefMark Tinguely2012-06-213-157/+224
* xfs: rename log structure to xlogMark Tinguely2012-06-216-88/+116
* xfs: shutdown xfs_sync_worker before the logBen Myers2012-06-212-16/+17
* xfs: Fix overallocation in xfs_buf_allocate_memory()Jan Kara2012-06-211-14/+2Star
* xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearDave Chinner2012-06-211-0/+1
* xfs: check for stale inode before acquiring iflock on pushBrian Foster2012-06-211-9/+8Star
* xfs: fix typo in comment of xfs_dinode_t.Chen Baozi2012-06-141-1/+1
* xfs: kill copy and paste segment checks in xfs_file_aio_readDave Chinner2012-06-141-14/+3Star
* xfs: make largest supported offset less shoutyDave Chinner2012-06-147-12/+10Star
* xfs: m_maxioffset is redundantDave Chinner2012-06-144-12/+9Star
* xfs: fix debug_object WARN at xfs_alloc_vextent()Jeff Liu2012-06-141-1/+1
* xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)Alain Renaud2012-06-141-3/+8
* Linux 3.5-rc1Linus Torvalds2012-06-031-2/+2
* Merge tag 'dm-3.5-changes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-06-036-90/+322
|\
| * dm thin: provide userspace access to pool metadataJoe Thornber2012-06-035-11/+193
| * dm thin: use slab mempoolsMike Snitzer2012-06-031-62/+99
| * dm mpath: allow ioctls to trigger pg initMikulas Patocka2012-06-031-9/+17
| * dm mpath: delay retry of bypassed pgMike Christie2012-06-031-2/+6
| * dm mpath: reduce size of struct multipathMike Snitzer2012-06-031-6/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-0321-84/+201
|\ \
| * | fec_mpc52xx: fix timestamp filteringStephan Gatzka2012-06-021-1/+1
| * | mcs7830: Implement link state detectionOndrej Zary2012-06-021-2/+23
| * | e1000e: fix Rapid Start Technology support for i217Bruce Allan2012-06-021-9/+9
| * | e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()Sebastian Andrzej Siewior2012-06-021-1/+1
| * | r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga2012-06-021-0/+3
| * | tcp: reflect SYN queue_mapping into SYNACK packetsEric Dumazet2012-06-012-6/+12
| * | tcp: do not create inetpeer on SYNACK messageEric Dumazet2012-06-011-1/+2
| * | 8139cp/8139too: terminate the eeprom access with the right opmodeJason Wang2012-06-012-2/+2
| * | 8139cp: set ring address before enabling receiverJason Wang2012-06-011-11/+11
| * | cipso: handle CIPSO options correctly when NetLabel is disabledPaul Moore2012-06-011-1/+28
| * | net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang2012-06-011-2/+5
| * | bql: Avoid possible inconsistent calculation.Hiroaki SHIMODA2012-06-011-5/+7
| * | bql: Avoid unneeded limit decrement.Hiroaki SHIMODA2012-06-011-2/+4
| * | bql: Fix POSDIFF() to integer overflow aware.Hiroaki SHIMODA2012-06-011-1/+1
| * | net/mlx4_core: Fix obscure mlx4_cmd_box parameter in QUERY_DEV_CAPJack Morgenstein2012-06-011-3/+2Star
| * | net/mlx4_core: Check port out-of-range before using in mlx4_slave_capJack Morgenstein2012-06-011-3/+3
| * | net/mlx4_core: Fixes for VF / Guest startup flowJack Morgenstein2012-06-014-14/+63
| * | net/mlx4_en: Fix improper use of "port" parameter in mlx4_en_eventJack Morgenstein2012-06-011-5/+7
| * | net/mlx4_core: Fix number of EQs used in ICM initialisationMarcel Apfelbaum2012-06-013-15/+17
| * | net/mlx4_core: Fix the slave_id out-of-range test in mlx4_eq_intJack Morgenstein2012-06-011-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-06-0311-39/+297
|\ \ \