summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-10xfs: update mount options documentationDave Chinner1-108/+209
2013-07-10NFS: Make nfs_readdir revalidate less oftenScott Mayhew1-2/+3
2013-07-10NFS: Make nfs_attribute_cache_expired() non-staticScott Mayhew2-1/+2
2013-07-10rpc_pipe: set dentry operations at d_alloc timeJeff Layton1-5/+20
2013-07-10nfs: set verifier on existing dentries in nfs_prime_dcacheJeff Layton1-0/+1
2013-07-10ARM: 7778/1: smp_twd: twd_update_frequency need be run on all online CPUsJason Liu1-1/+1
2013-07-10iio staging: fix lis3l02dq, read error handlingPeter Meerwald1-0/+2
2013-07-10ARM: 7782/1: Kconfig: Let ARM_ERRATA_364296 not depend on CONFIG_SMPFabio Estevam1-1/+1
2013-07-10xfs: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-07-10xfs: clean up unused codes at xfs_bulkstat()Jie Liu1-27/+1
2013-07-10Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds238-1691/+4461
2013-07-10perf tools: Revert regression in configuration of Python supportMichael Witten1-1/+1
2013-07-10parisc: Fix gcc miscompilation in pa_memcpy()Helge Deller1-29/+50
2013-07-10parisc: Ensure volatile space register %sr1 is not clobberedJohn David Anglin2-3/+4
2013-07-10parisc: optimize mtsp(0,sr) inline assemblyHelge Deller1-3/+6
2013-07-10parisc: switch to gzip-compressed vmlinuz kernelHelge Deller3-11/+18
2013-07-10parisc: document the shadow registersHelge Deller1-0/+8
2013-07-10parisc: more capabilities info in /proc/cpuinfoHelge Deller1-3/+16
2013-07-10parisc: fix LMMIO mismatch between PAT length and MASK registerHelge Deller1-0/+56
2013-07-09drivers/net: caif: fix wrong rtnl_is_locked() usageKonstantin Khlebnikov1-22/+39
2013-07-09drivers/net: enic: release rtnl_lock on error-pathKonstantin Khlebnikov1-0/+2
2013-07-09vhost-net: fix use-after-free in vhost_net_flushMichael S. Tsirkin1-2/+7
2013-07-09Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/sc...Linus Torvalds3-26/+12
2013-07-09net: mv643xx_eth: do not use port number as platform device idJonas Gorski1-2/+11
2013-07-09net: sctp: confirm route during forward progressDaniel Borkmann2-0/+15
2013-07-09virtio_net: fix race in RX VQ processingDavid S. Miller3-14/+51
2013-07-09virtio_net: fix race in RX VQ processingMichael S. Tsirkin1-2/+3
2013-07-09virtio: support unlocked queue pollMichael S. Tsirkin2-12/+48
2013-07-09net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bitJongsung Kim1-1/+1
2013-07-09Documentation: Fix references to defunct linux-net@vger.kernel.orgGeert Uytterhoeven2-4/+5
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds15-245/+277
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds36-1739/+2391
2013-07-09net/fs: change busy poll time accountingEliezer Tamir2-48/+38
2013-07-09Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds43-477/+1180
2013-07-09libceph: fix invalid unsigned->signed conversion for timespec encodingJosh Durgin1-5/+0
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds50-542/+1550
2013-07-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-6/+21
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds26-72/+169
2013-07-09xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJEric Sandeen2-10/+7
2013-07-09fcoe: Reduce number of sparse warningsBart Van Assche1-12/+12
2013-07-09fcoe: Stop fc_rport_priv structure leakMark Rustad1-0/+4
2013-07-09libfcoe: Fix meaningless log statementRobert Love1-4/+2
2013-07-09libfc: Differentiate echange timer cancellation debug statementsRobert Love1-1/+1
2013-07-09libfc: Remove extra space in fc_exch_timer_cancel definitionRobert Love1-1/+1
2013-07-09fcoe: fix the link error status block sparse warningsYi Zou1-18/+4
2013-07-09lib/scatterlist: error handling in __sg_alloc_table()Dan Carpenter1-2/+4
2013-07-09scsi_debug: fix do_device_access() with wrap around rangeAkinobu Mita1-11/+37
2013-07-09crypto: talitos: use sg_pcopy_to_buffer()Akinobu Mita1-59/+1
2013-07-09lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()Akinobu Mita2-5/+88
2013-07-09lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()Akinobu Mita1-15/+24