Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | nfsd4: destroy_clientid simplification | J. Bruce Fields | 2013-04-03 | 1 | -7/+1 | |
| * | | | nfsd4: remove some dprintk's | J. Bruce Fields | 2013-04-03 | 1 | -8/+1 | |
| * | | | nfsd4: STALE_STATEID cleanup | J. Bruce Fields | 2013-04-03 | 1 | -15/+6 | |
| * | | | nfsd4: warn on odd create_session state | J. Bruce Fields | 2013-04-03 | 1 | -0/+2 | |
| * | | | nfsd: fix bug on nfs4 stateid deallocation | ycnian@gmail.com | 2013-04-03 | 1 | -0/+1 | |
| * | | | nfsd: remove unused macro in nfsv4 | Yanchuan Nian | 2013-04-03 | 1 | -1/+0 | |
| * | | | nfsd4: fix use-after-free of 4.1 client on connection loss | J. Bruce Fields | 2013-04-03 | 1 | -1/+1 | |
| * | | | nfsd4: fix race on client shutdown | J. Bruce Fields | 2013-04-03 | 3 | -7/+8 | |
| * | | | nfsd4: handle seqid-mutating open errors from xdr decoding | J. Bruce Fields | 2013-04-03 | 3 | -1/+28 | |
| * | | | nfsd4: remove BUG_ON | J. Bruce Fields | 2013-04-03 | 1 | -6/+3 | |
| * | | | nfsd: scale up the number of DRC hash buckets with cache size | Jeff Layton | 2013-04-03 | 1 | -15/+29 | |
| * | | | nfsd: keep stats on worst hash balancing seen so far | Jeff Layton | 2013-04-03 | 1 | -4/+27 | |
| * | | | nfsd: add new reply_cache_stats file in nfsdfs | Jeff Layton | 2013-04-03 | 3 | -0/+35 | |
| * | | | nfsd: track memory utilization by the DRC | Jeff Layton | 2013-04-03 | 1 | -5/+17 | |
| * | | | nfsd: break out comparator into separate function | Jeff Layton | 2013-04-03 | 1 | -11/+35 | |
| * | | | nfsd: eliminate one of the DRC cache searches | Jeff Layton | 2013-04-03 | 1 | -22/+19 | |
* | | | | Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2013-05-03 | 3 | -3/+4 | |
|\ \ \ \ | ||||||
| * | | | | jfs: fix a couple races | Dave Kleikamp | 2013-05-01 | 2 | -2/+3 | |
| * | | | | jfs: avoid undefined behavior from left-shifting by 32 bits | Nickolai Zeldovich | 2013-01-07 | 1 | -1/+1 | |
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2013-05-03 | 4 | -8/+17 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'for_next' into for_linus | Jan Kara | 2013-05-03 | 4 | -8/+17 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | jbd: use kmem_cache_zalloc for allocating journal head | Zheng Liu | 2013-04-29 | 1 | -5/+3 | |
| | * | | | | | jbd: use kmem_cache_zalloc instead of kmem_cache_alloc/memset | Zheng Liu | 2013-04-25 | 2 | -2/+1 | |
| | * | | | | | jbd: don't wait (forever) for stale tid caused by wraparound | Jan Kara | 2013-03-27 | 1 | -0/+11 | |
| | * | | | | | ext3: fix data=journal fast mount/umount hang | Jan Kara | 2013-03-20 | 1 | -1/+2 | |
* | | | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-05-03 | 96 | -1210/+3087 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'cleanup' into for-linus | Russell King | 2013-05-02 | 19 | -60/+51 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ARM: EXYNOS: remove unnecessary use of IS_ERR_VALUE() | Russell King | 2013-05-02 | 1 | -1/+1 | |
| | * | | | | | | | ARM: IMX: remove unnecessary use of IS_ERR_VALUE() | Russell King | 2013-05-02 | 1 | -1/+1 | |
| | * | | | | | | | ARM: OMAP: use consistent error checking | Russell King | 2013-05-02 | 8 | -13/+13 | |
| | * | | | | | | | ARM: cleanup: OMAP hwmod error checking | Russell King | 2013-05-02 | 1 | -7/+4 | |
| | * | | | | | | | ARM: cleanup: pwrdm_can_ever_lose_context() checking | Russell King | 2013-02-24 | 1 | -1/+1 | |
| | * | | | | | | | ARM: cleanup: debugfs error handling | Russell King | 2013-02-24 | 1 | -3/+3 | |
| | * | | | | | | | ARM: cleanup: clk_get_sys() error handling | Russell King | 2013-02-24 | 1 | -1/+1 | |
| | * | | | | | | | ARM: cleanup: regulator_get() error handling | Russell King | 2013-02-24 | 1 | -3/+3 | |
| | * | | | | | | | ARM: cleanup: clk_get() error handling | Russell King | 2013-02-24 | 1 | -5/+5 | |
| | * | | | | | | | ARM: cleanup: soc_device_register() error checking | Russell King | 2013-02-24 | 3 | -12/+6 | |
| | * | | | | | | | ARM: cleanup gate_vma initialization | Russell King | 2013-02-23 | 1 | -6/+7 | |
| | * | | | | | | | ARM: cleanup undefined instruction entry code | Russell King | 2013-02-23 | 1 | -7/+6 | |
| | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *-------. \ \ \ \ \ \ \ | Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm... | Russell King | 2013-05-02 | 1084 | -7661/+13019 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ \ \ | Merge commit '73053d973' into smp-hotplug | Russell King | 2013-05-02 | 1 | -4/+5 | |
| | | | | | |\ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | | ARM: cpu hotplug: remove majority of cache flushing from platforms | Russell King | 2013-04-18 | 12 | -35/+0 | |
| | | | | | * | | | | | | | | | ARM: smp: flush L1 cache in cpu_die() | Russell King | 2013-04-18 | 1 | -4/+38 | |
| | | | | | * | | | | | | | | | ARM: tegra: remove tegra specific cpu_disable() | Russell King | 2013-04-18 | 3 | -11/+0 | |
| | | | | * | | | | | | | | | | ARM: 7702/1: Set the page table freeing ceiling to TASK_SIZE | Catalin Marinas | 2013-04-25 | 1 | -0/+9 | |
| | | | | * | | | | | | | | | | ARM: 7701/1: mm: Allow arch code to control the user page table ceiling | Hugh Dickins | 2013-04-25 | 3 | -4/+14 | |
| | | | | * | | | | | | | | | | ARM: 7695/1: mvebu: Enable pj4b on LPAE compilations | Gregory CLEMENT | 2013-04-17 | 1 | -1/+2 | |
| | | | | * | | | | | | | | | | ARM: 7693/1: mm: clean-up in order to reduce to call kmap_high_get() | Joonsoo Kim | 2013-04-17 | 2 | -13/+17 | |
| | | | | * | | | | | | | | | | ARM: 7691/1: mm: kill unused TLB_CAN_READ_FROM_L1_CACHE and use ALT_SMP instead | Will Deacon | 2013-04-03 | 5 | -7/+7 | |
| | | | | * | | | | | | | | | | ARM: 7688/1: add support for context tracking subsystem | Kevin Hilman | 2013-04-03 | 5 | -0/+34 |