summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Simplify the struct nfs4_stateidTrond Myklebust2012-03-067-23/+19
* NFSv4: Add helpers for basic copying of stateidsTrond Myklebust2012-03-065-36/+38
* NFSv4: Rename nfs4_copy_stateid()Trond Myklebust2012-03-064-4/+4
* NFSv4: Add a helper for encoding stateidsTrond Myklebust2012-03-061-51/+62
* NFSv4: Add a helper for encoding opaque dataTrond Myklebust2012-03-061-5/+9
* NFSv4: Rename encode_stateid() to encode_open_stateid()Trond Myklebust2012-03-061-3/+3
* NFSv4: Further clean-ups of delegation stateid validationTrond Myklebust2012-03-064-28/+27
* NFSv4.1: Fix matching of the stateids when returning a delegationTrond Myklebust2012-03-062-6/+6
* NFS: Properly handle the case where the delegation is revokedTrond Myklebust2012-03-065-4/+57
* NFS: Fix a typo in _nfs_display_fhandleTrond Myklebust2012-03-061-1/+1
* NFS: Fix a compile issue when !CONFIG_NFS_V4_1Trond Myklebust2012-03-051-9/+19
* NFS: Undo changes to idmap.hBryan Schumaker2012-03-051-0/+11
* Merge commit 'nfs-for-3.3-4' into nfs-for-nextTrond Myklebust2012-03-03106-798/+816
|\
| * NFSv4: fix server_scope memory leakWeston Andros Adamson2012-02-171-6/+9
| * NFSv4.1: Fix a NFSv4.1 session initialisation regressionTrond Myklebust2012-02-171-65/+42
| * NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEIDTrond Myklebust2012-02-091-0/+2
| * NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust2012-02-033-6/+9
| * Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2012-02-031-1/+2
| |\
| | * kmemleak: Disable early logging when kmemleak is off by defaultCatalin Marinas2012-01-201-0/+1
| | * kmemleak: Only scan non-zero-size areasTiejun Chen2012-01-201-1/+1
| * | Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds2012-02-0311-258/+208
| |\ \
| | * | ALSA: hda - Disable dynamic-power control for VIA as defaultTakashi Iwai2012-02-021-0/+1
| | * | ALSA: hda - Allow analog low-current mode when dynamic power-control is onTakashi Iwai2012-02-021-6/+21
| | * | ALSA: hda - Fix the logic to detect VIA analog low-current modeTakashi Iwai2012-02-021-1/+1
| | * | ALSA: hda - Check power-state before changing in patch_via.cTakashi Iwai2012-02-021-149/+107
| | * | ALSA: HDA: Fix duplicated output to more than one codecDavid Henningsson2012-02-011-1/+1
| | * | ALSA: hda - Fix calling cs_automic twice for Cirrus codecs.Dylan Reid2012-02-011-2/+4
| | * | Merge branch 'fix/asoc' into for-linusTakashi Iwai2012-01-319838-312315/+525412
| | |\ \
| | | * \ Merge tag 'asoc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2012-01-305-69/+22
| | | |\ \
| | | | * | ASoC: neo1973_wm8753: remove references to the neo1973-gta01 machineDenis 'GNUtoo' Carikli2012-01-301-64/+1
| | | | * | ASoC: wm_hubs: fix wrong bits for LINEOUT2 N/P mixerUK KIM2012-01-271-2/+2
| | | | * | ASoC: wm_hubs: Enable line out VMID buffer for single ended line outputsMark Brown2012-01-261-0/+6
| | | | * | ASoC: wm5100: Mark register cache as dirty when regulators are disabledMark Brown2012-01-251-0/+1
| | | | * | ASoC: wm8962: Mark register cache as dirty when regulators are disabledMark Brown2012-01-251-1/+1
| | | | * | ASoC: wm8996: Mark register cache as dirty when regulators are disabledMark Brown2012-01-251-1/+1
| | | | * | ASoC: wm5100: Fix microphone configurationMark Brown2012-01-251-1/+8
| | | | * | ASoC: wm5100: Make sure we switch to button reporting modeMark Brown2012-01-251-0/+2
| | | |/ /
| | * | | ALSA: HDA: Remove quirk for Toshiba Qosmio G50David Henningsson2012-01-311-13/+0
| | * | | ALSA: HDA: Fix jack creation for codecs with front and rear Line InDavid Henningsson2012-01-311-9/+15
| | * | | ALSA: hda - Apply 0x0f-VREF fix to all ASUS laptops with ALC861/660Takashi Iwai2012-01-301-8/+35
| | * | | ALSA: Add #ifdef CONFIG_PCI guard for snd_pci_quirk_* functionsAxel Lin2012-01-301-0/+2
| | * | | ALSA: HDA: Remove quirk for Asus N53JqDavid Henningsson2012-01-271-1/+0
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-02-028-15/+36
| |\ \ \ \
| | * | | | rbd: fix safety of rbd_put_client()Alex Elder2012-02-021-2/+4
| | * | | | rbd: fix a memory leak in rbd_get_client()Alex Elder2012-02-021-0/+1
| | * | | | ceph: create a new session lock to avoid lock inversionAlex Elder2012-02-024-9/+14
| | * | | | ceph: fix length validation in parse_reply_info()Xi Wang2012-02-021-0/+2
| | * | | | ceph: initialize client debugfs outside of monc->mutexSage Weil2012-02-022-3/+12
| | * | | | ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder2012-02-021-1/+3
| * | | | | include/linux/lp8727.h: Remove executable bitJosh Triplett2012-02-021-0/+0
OpenPOWER on IntegriCloud