summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: copy scope ID in __rpc_copy_addr6Jeff Layton2013-02-051-0/+1
* nfsd4: simplify idr allocationJ. Bruce Fields2013-02-051-29/+52
* nfsd: Fix memleakmajianpeng2013-02-051-0/+2
* nfsd: register a shrinker for DRC cache entriesJeff Layton2013-02-041-0/+23
* nfsd: add recurring workqueue job to clean the cacheJeff Layton2013-02-041-3/+47
* nfsd: when updating an entry with RC_NOCACHE, just free itJeff Layton2013-02-041-4/+14
* nfsd: remove the cache_disabled flagJeff Layton2013-02-041-7/+3Star
* nfsd: dynamically allocate DRC entriesJeff Layton2013-02-041-50/+75
* nfsd: track the number of DRC entries in the cacheJeff Layton2013-02-041-0/+4
* nfsd: always move DRC entries to the end of LRU list when updating timestampJeff Layton2013-02-041-3/+2Star
* nfsd: initialize the exp->ex_uuid field in svc_export_initJeff Layton2013-02-041-0/+1
* nfsd: break out hashtable search into separate functionJeff Layton2013-02-041-13/+33
* nfsd: clean up and clarify the cache expiration codeJeff Layton2013-02-042-1/+11
* nfsd: remove redundant test from nfsd_reply_cache_freeJeff Layton2013-02-041-1/+1
* nfsd: add alloc and free functions for DRC entriesJeff Layton2013-02-041-9/+27
* nfsd: create a dedicated slabcache for DRC entriesJeff Layton2013-02-041-2/+13
* nfsd: get rid of RC_INTRJeff Layton2013-02-042-3/+1Star
* nfsd: remove unneeded spinlock in nfsd_cache_updateJeff Layton2013-02-041-2/+0Star
* nfsd: fix IPv6 address handling in the DRCJeff Layton2013-02-043-4/+13
* nfsd: Fix memleak in svc_export_putmajianpeng2013-01-291-0/+1
* nfsd4: require version 4 when enabling or disabling minorversionJ. Bruce Fields2013-01-241-1/+1
* nfsd: fix unused "nn" variable warning in free_client()Stanislav Kinsbursky2013-01-241-1/+1
* sunrpc: Fix lockd sleeping until timeoutAndriy Skulysh2013-01-242-1/+9
* svcrpc: silence "unused variable" warning in !RPC_DEBUG caseJ. Bruce Fields2013-01-241-0/+4
* nfsd: Remove write permission from file contentYanchuan Nian2013-01-241-1/+1
* nfsd: Don't unlock the state while it's not lockedYanchuan Nian2013-01-241-1/+2
* nfsd: Pass correct slot number to nfsd4_put_drc_mem()Yanchuan Nian2013-01-241-1/+1
* nfsd4: simplify nfsd4_encode_fattr interface slightlyJ. Bruce Fields2013-01-243-17/+13Star
* Linux 3.8-rc2Linus Torvalds2013-01-031-1/+1
* Merge branch 'fixes-for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-01-031-2/+3
|\
| * leds: leds-gpio: set devm_gpio_request_one() flags param correctlyJavier Martinez Canillas2013-01-031-2/+3
* | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2013-01-035-14/+29
|\ \
| * | watchdog: twl4030_wdt: add DT supportAaro Koskinen2013-01-023-2/+23
| * | watchdog: omap_wdt: eliminate unused variable and a compiler warningAaro Koskinen2013-01-021-1/+0Star
| * | watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout err...Axel Lin2013-01-021-7/+6Star
| * | watchdog: da9055: Fix invalid free of devm_ allocated dataAxel Lin2013-01-021-4/+0Star
* | | Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds2013-01-036-55/+63
|\ \ \
| * | | PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski2012-12-262-2/+6
| * | | PCI/PM: Do not suspend port if any subordinate device needs PME pollingHuang Ying2012-12-261-1/+19
| * | | PCI: Add PCIe Link Capability link speed and width namesBjorn Helgaas2012-12-261-0/+2
| * | | PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)Myron Stowe2012-12-261-1/+2
| * | | PCI: Remove spurious error for sriov_numvfs store and simplify flowBjorn Helgaas2012-12-261-51/+34Star
| | |/ | |/|
* | | UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells2013-01-031-3/+3
* | | UAPI: Remove empty Kbuild filesDavid Howells2013-01-038-8/+0Star
* | | Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-01-033-6/+14
|\ \ \
| * | | fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() staticCong Ding2012-12-181-1/+1
| * | | eCryptfs: fix to use list_for_each_entry_safe() when delete itemsWei Yongjun2012-12-181-3/+3
| * | | eCryptfs: Avoid unnecessary disk read and data decryption during writingLi Wang2012-11-081-2/+10
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-01-032-28/+29
|\ \ \ \
| * | | | libceph: fix protocol feature mismatch failure pathSage Weil2012-12-281-10/+4Star